forked from andrejpavlovic/acf-conditional-logic-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
49 lines (35 loc) · 1.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=== ACF Conditional Logic Advanced ===
Contributors: andrej.pavlovic
Tags: acf, advanced custom fields, acf-field, conditional logic
Requires at least: 3.6.0
Tested up to: 4.9.9
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds an Advanced Conditional Logic field setting to ACF that can show/hide individual fields based on post template, format, and/or category.
= Links =
* [Website](https://github.com/andrejpavlovic/acf-conditional-logic-advanced)
* [Support](https://github.com/andrejpavlovic/acf-conditional-logic-advanced/issues)
* [Advanced Custom Fields](https://www.advancedcustomfields.com/)
== Screenshots ==
1. Post Category options
2. Advanced Conditional Logic field setting options: Template, Format, Category
== Changelog ==
= 1.1.3 =
* Small fix to prevent acf-input category check from throwing errors when editing menus
= 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".
= 1.1.0 =
* Added support for custom taxonomies.
* Added support for non-hierarchical taxonomies. (e.g. Tags)
* Reorganized the Post Template dropdown options.
= 1.0.3 =
* composer.json - fixed version
= 1.0.2 =
* composer.json - fixed name
= 1.0.1 =
* Added composer.json
= 1.0.0 =
* Initial release.