From c3870bf9bc594367f8630cd743df81f0a3277fcf Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Wed, 17 Jun 2026 16:19:37 -0500 Subject: [PATCH] Update version to 1.1.3 --- composer.json | 2 +- inc/class-sort.php | 2 +- ogre-sort.php | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b47b08b..dfa2e65 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-sort", - "version": "1.1.2", + "version": "1.1.3", "title": "Ogre Sort", "description": "WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms.", "author": "CleverOgre", diff --git a/inc/class-sort.php b/inc/class-sort.php index 66fda9b..9316aff 100644 --- a/inc/class-sort.php +++ b/inc/class-sort.php @@ -4,7 +4,7 @@ * @author cleverogre * @copyright 2025 CleverOgre * @license GLP-3.0-or-later - * @version 1.1.2 + * @version 1.1.3 * @since 1.0.0 */ diff --git a/ogre-sort.php b/ogre-sort.php index 70307e9..c327313 100644 --- a/ogre-sort.php +++ b/ogre-sort.php @@ -6,14 +6,14 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 1.1.2 + * @version 1.1.3 * @since 1.0.0 * * @wordpress-plugin * Plugin Name: Ogre Sort * Plugin URI: https://plugins.cleverogre.com/plugin/ogre-sort/ * Description: WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms. - * Version: 1.1.2 + * Version: 1.1.3 * Requires at least: 5.0 * Requires PHP: 8.0 * Author: CleverOgre diff --git a/package.json b/package.json index c66a40c..d6a5f17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package.json", "name": "cleverogre/ogre-sort", - "version": "1.1.2", + "version": "1.1.3", "title": "Ogre Sort", "description": "WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms.", "author": "CleverOgre", diff --git a/readme.txt b/readme.txt index 9ed1b77..8371767 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre Tested up to: 6.8 Requires at least: 5.0 Requires PHP: 8.0 -Version: 1.1.2 +Version: 1.1.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,6 +28,9 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == += 1.1.3 - 2026-06-17 = +* Fix posts order during refresh of term + = 1.1.2 - 2026-05-27 = * Fix minor deprecation warning when disabled * Improve query args modification with term relationships