mattkeys / ACF-Conditional-Taxonomy-Rules

WordPress Plugin to allow Advanced Custom Fields conditional rules to use 'taxonomy' field types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== 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

About

WordPress Plugin to allow Advanced Custom Fields conditional rules to use 'taxonomy' field types

License:GNU General Public License v3.0


Languages

Language:PHP 50.2%Language:JavaScript 49.8%