Files
ogre-sort/readme.txt
T
2026-06-17 16:19:37 -05:00

48 lines
1.3 KiB
Plaintext

=== Ogre Sort ===
Contributors: ogrecooper, cleverogre
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.1.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre
Donate link: https://cleverogre.com/
Tags: wordpress, plugin, sorting, menu_order, term_order, cpt
WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms.
== Installation ==
The required libraries can be installed using the following command:
composer install
You can install the optional development tools using the following command:
npm install
== FAQ ==
= What is this plugin? =
If you don't know what plugin you have downloaded, please contact [CleverOgre](team@cleverogre.com) for more information. This plugin is only developed for a small, private audience.
== 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
= 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
= 1.0.0 - 2025-11-18 =
* Initial release