diff --git a/composer.json b/composer.json index 091a923..aa631e0 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.0.1", + "version": "1.0.3", "type": "wordpress-plugin", "license": "GPL-2.0" } diff --git a/index.php b/index.php index ab4d62c..1e1f75a 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.0.2 +Version: 1.0.3 Author: Andrej Pavlovic Author URI: https://www.pokret.org/ License: GPL2 diff --git a/readme.txt b/readme.txt index d97d9d2..0ec743b 100644 --- a/readme.txt +++ b/readme.txt @@ -20,6 +20,9 @@ Adds an Advanced Conditional Logic field setting to ACF that can show/hide indiv == Changelog == += 1.0.3 = +* composer.json - fixed version + = 1.0.2 = * composer.json - fixed name