diff --git a/composer.json b/composer.json index f359085..07ca238 100644 --- a/composer.json +++ b/composer.json @@ -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.0", + "version": "1.1.1", "type": "wordpress-plugin", "license": "GPL-2.0" } diff --git a/index.php b/index.php index fca3d78..b1089a9 100644 --- a/index.php +++ b/index.php @@ -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.0 +Version: 1.1.1 Author: Andrej Pavlovic Author URI: https://www.pokret.org/ License: GPL2 diff --git a/readme.txt b/readme.txt index 62fe57a..d4c36dc 100644 --- a/readme.txt +++ b/readme.txt @@ -20,6 +20,10 @@ Adds an Advanced Conditional Logic field setting to ACF that can show/hide indiv == Changelog == += 1.1.1 = + +* Don't display Conditional Logic Advanced row when field type is "Clone". + = 1.1.0 = * Added support for custom taxonomies. * Added support for non-hierarchical taxonomies. (e.g. Tags)