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

Commit

Permalink
Small fix for Yes/No when editing Field in Field Group.
Browse files Browse the repository at this point in the history
Bumped to version 1.1.2.
  • Loading branch information
andrejpavlovic committed Oct 24, 2018
1 parent 3b14f41 commit dd4b5c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
));

?>
<tr class="acf-field acf-field-true-false acf-field-setting-conditional_logic_advanced" data_type="true_false" data-name="conditional_logic_advanced">
<tr class="acf-field acf-field-true-false acf-field-setting-conditional_logic_advanced" data-type="true_false" data-name="conditional_logic_advanced">
<td class="acf-label">
<label><?php _e("Conditional Logic Advanced",'acf'); ?></label>
</td>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "andrejpavlovic/acf-conditional-logic-advanced",
"description": "Adds an Advanced Conditional Logic field setting to ACF that can show/hide individual fields based on post template, format, and/or category.",
"version": "1.1.1",
"version": "1.1.2",
"type": "wordpress-plugin",
"license": "GPL-2.0"
}
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: ACF Conditional Logic Advanced
Plugin URI: https://github.com/andrejpavlovic/acf-conditional-logic-advanced
Description: Adds an advanced conditional logic field setting to ACF that can show/hide individual fields based on post template, format, and/or category.
Version: 1.1.1
Version: 1.1.2
Author: Andrej Pavlovic
Author URI: https://www.pokret.org/
License: GPL2
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Adds an Advanced Conditional Logic field setting to ACF that can show/hide indiv

== Changelog ==

= 1.1.2 =
* Small fix for Yes/No when editing Field in Field Group
* Tested with ACF 5.7.7

= 1.1.1 =

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

0 comments on commit dd4b5c3

Please sign in to comment.