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

Commit 2866263

Browse files
bumped version to 1.1.0
1 parent cb2f1a4 commit 2866263

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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.0.3",
4+
"version": "1.1.0",
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.0.3
6+
Version: 1.1.0
77
Author: Andrej Pavlovic
88
Author URI: https://www.pokret.org/
99
License: GPL2

readme.txt

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

2121
== Changelog ==
2222

23+
= 1.1.0 =
24+
* Added support for custom taxonomies.
25+
* Added support for non-hierarchical taxonomies. (e.g. Tags)
26+
* Reorganized the Post Template dropdown options.
27+
2328
= 1.0.3 =
2429
* composer.json - fixed version
2530

0 commit comments

Comments
 (0)