diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..f40d4c9 --- /dev/null +++ b/.vscode/sftp.json @@ -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" + ] +} diff --git a/composer.json b/composer.json index 8fc7467..7965d3c 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/inc/class-refresh.php b/inc/class-refresh.php index 37d1649..554fb04 100644 --- a/inc/class-refresh.php +++ b/inc/class-refresh.php @@ -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 diff --git a/inc/class-sort.php b/inc/class-sort.php index 273fe68..bfe27a0 100644 --- a/inc/class-sort.php +++ b/inc/class-sort.php @@ -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 */ diff --git a/ogre-sort.php b/ogre-sort.php index 1f32484..504e067 100644 --- a/ogre-sort.php +++ b/ogre-sort.php @@ -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 diff --git a/package.json b/package.json index 1bf2566..21e8ac0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 95a39a4..a09013d 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.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