diff --git a/src/code/class-i-order-terms.php b/src/code/class-i-order-terms.php index f3fd636..57d0929 100644 --- a/src/code/class-i-order-terms.php +++ b/src/code/class-i-order-terms.php @@ -17,7 +17,7 @@ class I_Order_Terms { const PLUGIN_NAME = 'I Order Terms'; - const PLUGIN_VERSION = '1.5.2'; + const PLUGIN_VERSION = '1.5.3'; const WP_MIN_VERSION = '3.5'; const PLUGIN_BASENAME = 'i-order-terms/i-order-terms.php'; const PLUGIN_OPTIONS_PAGE = 'iorderterms_general'; diff --git a/src/i-order-terms.php b/src/i-order-terms.php index 047d5ce..9aa1979 100644 --- a/src/i-order-terms.php +++ b/src/i-order-terms.php @@ -3,7 +3,7 @@ * Plugin Name: I Order Terms * Plugin URI: https://wordpress.org/plugins/i-order-terms/ * Description: Allows theme developers to add order/sort functionality for categories, tags and terms. - * Version: 1.5.2 + * Version: 1.5.3 * Requires at least: 3.5 * Requires PHP: 5.6 * Author: Igor Jerosimic diff --git a/src/readme.txt b/src/readme.txt index 9c49f9c..50e3387 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -3,8 +3,8 @@ Contributors: x64igor Tags: sort, order, terms, taxonomy Requires PHP: 5.6 Requires at least: 3.5 -Tested up to: 6.8 -Stable tag: 1.5.2 +Tested up to: 6.9 +Stable tag: 1.5.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,8 @@ Please make sure to include plugin version when reporting bugs. 2. Settings section where you can select which taxonomy should be sortable. == Changelog == += 1.5.3 = +* Declared support for WordPress 6.9 = 1.5.2 = * Fixed version label = 1.5.1 = @@ -106,6 +108,8 @@ Please make sure to include plugin version when reporting bugs. * Initial release == Upgrade Notice == += 1.5.3 = +* Declared support for WordPress 6.9 = 1.5.2 = * Fixed version label = 1.5.1 =