diff --git a/composer.json b/composer.json index 7965d3c..c651a7a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-sort", - "version": "1.1.0", + "version": "1.1.1", "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-settings.php b/inc/class-settings.php index 63e667b..1c3f135 100644 --- a/inc/class-settings.php +++ b/inc/class-settings.php @@ -2,9 +2,9 @@ /** * @package ogre-sort * @author cleverogre - * @copyright 2025 CleverOgre + * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 1.0.0 + * @version 1.1.1 * @since 1.0.0 */ diff --git a/ogre-sort.php b/ogre-sort.php index 504e067..f0de998 100644 --- a/ogre-sort.php +++ b/ogre-sort.php @@ -4,16 +4,16 @@ * * @package ogre-sort * @author cleverogre - * @copyright 2025 CleverOgre + * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 1.1.0 + * @version 1.1.1 * @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.0 + * Version: 1.1.1 * Requires at least: 5.0 * Requires PHP: 8.0 * Author: CleverOgre diff --git a/package.json b/package.json index 21e8ac0..dbd77cd 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.0", + "version": "1.1.1", "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 a09013d..d29aa30 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.0 +Version: 1.1.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,6 +28,10 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == += 1.1.1 - 2026-02-03 = +* Add name slugs to admin UI +* Fix undefined array key notice + = 1.1.0 - 2026-01-21 = * Add manual refresh action * Fix filtering issue during refresh