Update to version 1.1.0

This commit is contained in:
Cooper Dalrymple
2026-01-21 20:19:09 -06:00
parent 2c6d4a0c0c
commit a9333e38f1
7 changed files with 36 additions and 7 deletions

25
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "acornfinehomes.com",
"host": "og6.cleverogre.com",
"protocol": "sftp",
"port": 22,
"username": "acornfinehomes",
"password": "kwSSrK7nkV3J54nV2E7XcjHH",
"privateKeyPath": "~/.ssh/id_rsa",
"remotePath": "/home/acornfinehomes/htdocs/acornfinehomes.com/wp-content/plugins/ogre-sort/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": [
".vscode",
".git",
".DS_Store",
".gitignore",
"composer.json",
"composer.lock",
"gulpfile.js",
"Makefile",
"package-lock.json",
"package.json"
]
}

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/ogre-sort",
"version": "1.0.0",
"version": "1.1.0",
"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",

View File

@@ -2,7 +2,7 @@
/**
* @package ogre-sort
* @author cleverogre
* @copyright 2025 CleverOgre
* @copyright 2026 CleverOgre
* @license GLP-3.0-or-later
* @version 1.1.0
* @since 1.1.0

View File

@@ -4,7 +4,7 @@
* @author cleverogre
* @copyright 2025 CleverOgre
* @license GLP-3.0-or-later
* @version 1.0.0
* @version 1.1.0
* @since 1.0.0
*/

View File

@@ -6,14 +6,14 @@
* @author cleverogre
* @copyright 2025 CleverOgre
* @license GLP-3.0-or-later
* @version 1.0.0
* @version 1.1.0
* @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.0.0
* Version: 1.1.0
* Requires at least: 5.0
* Requires PHP: 8.0
* Author: CleverOgre

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/ogre-sort",
"version": "1.0.0",
"version": "1.1.0",
"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",

View File

@@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.0.0
Version: 1.1.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre
@@ -28,5 +28,9 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t
== Changelog ==
= 1.1.0 - 2026-01-21 =
* Add manual refresh action
* Fix filtering issue during refresh
= 1.0.0 - 2025-11-18 =
* Initial release