Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit dd4b5c3

Browse files
Small fix for Yes/No when editing Field in Field Group.
Bumped to version 1.1.2.
1 parent 3b14f41 commit dd4b5c3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

admin/views/field-group-field-conditional-logic-advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
));
5050

5151
?>
52-
<tr class="acf-field acf-field-true-false acf-field-setting-conditional_logic_advanced" data_type="true_false" data-name="conditional_logic_advanced">
52+
<tr class="acf-field acf-field-true-false acf-field-setting-conditional_logic_advanced" data-type="true_false" data-name="conditional_logic_advanced">
5353
<td class="acf-label">
5454
<label><?php _e("Conditional Logic Advanced",'acf'); ?></label>
5555
</td>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "andrejpavlovic/acf-conditional-logic-advanced",
33
"description": "Adds an Advanced Conditional Logic field setting to ACF that can show/hide individual fields based on post template, format, and/or category.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"type": "wordpress-plugin",
66
"license": "GPL-2.0"
77
}

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: ACF Conditional Logic Advanced
44
Plugin URI: https://github.com/andrejpavlovic/acf-conditional-logic-advanced
55
Description: Adds an advanced conditional logic field setting to ACF that can show/hide individual fields based on post template, format, and/or category.
6-
Version: 1.1.1
6+
Version: 1.1.2
77
Author: Andrej Pavlovic
88
Author URI: https://www.pokret.org/
99
License: GPL2

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Adds an Advanced Conditional Logic field setting to ACF that can show/hide indiv
2020

2121
== Changelog ==
2222

23+
= 1.1.2 =
24+
* Small fix for Yes/No when editing Field in Field Group
25+
* Tested with ACF 5.7.7
26+
2327
= 1.1.1 =
2428

2529
* Don't display Conditional Logic Advanced row when field type is "Clone".

0 commit comments

Comments
 (0)