Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/code/class-i-order-terms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/i-order-terms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 =
Expand Down Expand Up @@ -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 =
Expand Down