mattkeys/acf-conditional-taxonomy-rules

This plugin expands on the ACF conditional functionality to allow for conditionals based on a selected taxonomy term ID.

Installs: 1 969

Dependents: 0

Suggesters: 0

Security: 0

Stars: 66

Watchers: 13

Forks: 12

Open Issues: 6

Type:wordpress-plugin

dev-master 2021-03-02 19:07 UTC

This package is not auto-updated.

Last update: 2024-10-13 05:50:07 UTC


README

=== ACF Conditional Taxonomy Rules ===
Contributors: mattkeys
Tags: ACF, Advanced Custom Fields, Conditional, Taxonomy, Conditional Taxonomy
Requires at least: 3.6
Tested up to: 4.8
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin expands on the ACF conditional functionality to allow for conditionals based on a selected taxonomy term ID.

== Description ==

This plugin expands on the ACF conditional functionality to allow for conditionals based on a selected taxonomy term ID.

NOTE: This plugin *requires* ACF v5.7.0+. This plugin is not designed to work on ACF v4.x.

== Installation & Configuration ==

1. Login to your Wordpress Admin page (usually http://yourdomain.com/wp-admin)
2. Navigate to the Plugins screen and then click the "Add New" button
3. Click on the "Upload" link near the top of the page and browse for the Advanced Custom Fields Conditional Taxonomy zip file
4. Upload the file, and click "Activate Plugin" after the installation completes

== Changelog ==

= 3.0.1 =
* Bugfix enqueuing script in footer sometimes causing timing issues
* Cleanup some unneeded code from v2.0.0

= 3.0.0 =
* Updates to support ACF 5.7.x, which is now required to run this plugin

= 2.0.0 =
* Pretty big rewrites to make this thing less confusing to read through and remove redundant code blocks repeated from ACF plugin.
* ACF 5.6.6 compatibility (NOTE: This version requires 5.6.6+)
* Added support for frontend ACF forms

= 1.0.1 =
* Fixing a variety of bugs related to adding/removing taxonomy conditional settings in the admin area, particularly when there are multiple conditions

= 1.0.0 =
* This is the first public release