Files
ogre-sort/readme.txt
2026-03-03 14:11:11 -06:00

41 lines
1.1 KiB
Plaintext

=== Ogre Sort ===
Contributors: ogrecooper, cleverogre
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.1.1
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.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