From c8414f295eec26776ee33c45cd4c12eccafbbeda Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Tue, 21 Apr 2015 15:42:31 -0700 Subject: [PATCH] Further clarify in readme the importance of using v2.2 with WP 4.2+ --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index f9262ab..952c13f 100644 --- a/readme.txt +++ b/readme.txt @@ -18,6 +18,8 @@ Numerous formatting options are provided, including maximum numbers of terms, te Using the `taxonomy_dropdown_widget()` function, users can generate dropdowns for use outside of the included widget. +**Only use version 2.2 or higher with WordPress 4.2 and later releases.** WordPress 4.2 changed how taxonomy information is stored in the database, which directly impacts this plugin's include/exclude term functionality. + This plugin was formerly known as the `Tag Dropdown Widget`. It was completely rewritten for version 2.0. **Follow and contribute to development on GitHub at https://github.com/ethitter/Taxonomy-Dropdown-Widget.** -- GitLab