Files
ogre-sort/readme.txt
Cooper Dalrymple 4b2e3194be Initial commit
2025-11-18 16:56:26 -06:00

33 lines
923 B
Plaintext

=== Ogre Sort ===
Contributors: ogrecooper, cleverogre
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.0.0
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.0.0 - 2025-11-18 =
* Initial release