From 0838b6fad469764f5fe7611fb5cc75c03e9ad475 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Fri, 10 Nov 2023 01:20:42 +0530 Subject: [PATCH 1/4] release 2.6.3 --- CHANGELOG.md | 5 +++++ class-simple-page-ordering.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- simple-page-ordering.php | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94701c..6c0bd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [2.6.3] - 2023-11-10 +### Fixed +- Deployment issue with version 2.6.2 + ## [2.6.2] - 2023-11-10 ### Changed - Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). @@ -290,6 +294,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Updated version requirements. [Unreleased]: https://github.com/10up/simple-page-ordering/compare/trunk...develop +[2.6.3]: https://github.com/10up/simple-page-ordering/compare/2.6.2...2.6.3 [2.6.2]: https://github.com/10up/simple-page-ordering/compare/2.6.1...2.6.2 [2.6.1]: https://github.com/10up/simple-page-ordering/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/10up/simple-page-ordering/compare/2.5.1...2.6.0 diff --git a/class-simple-page-ordering.php b/class-simple-page-ordering.php index 4f5c07c..a358cbc 100644 --- a/class-simple-page-ordering.php +++ b/class-simple-page-ordering.php @@ -8,7 +8,7 @@ use WP_Query; // Useful global constants. -define( 'SIMPLE_PAGE_ORDERING_VERSION', '2.6.2' ); +define( 'SIMPLE_PAGE_ORDERING_VERSION', '2.6.3' ); if ( ! class_exists( 'Simple_Page_Ordering' ) ) : diff --git a/package-lock.json b/package-lock.json index 04c7c29..ff9a6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-page-ordering", - "version": "2.6.2", + "version": "2.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-page-ordering", - "version": "2.6.2", + "version": "2.6.3", "license": "GPL-2.0-or-later", "devDependencies": { "@10up/babel-preset-default": "^2.0.4", diff --git a/package.json b/package.json index 9994511..5cd7601 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simple-page-ordering", "description": "Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.", - "version": "2.6.2", + "version": "2.6.3", "author": "10up (https://10up.com)", "license": "GPL-2.0-or-later", "devDependencies": { diff --git a/readme.txt b/readme.txt index c100233..2eb2533 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: order, re-order, ordering, pages, page, manage, menu_order, h Requires at least: 5.7 Requires PHP: 7.4 Tested up to: 6.4 -Stable tag: 2.6.2 +Stable tag: 2.6.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -110,6 +110,9 @@ Yes. The plugin registers the REST endpoint `simple-page-ordering/v1/page_orderi == Changelog == += 2.6.3 - 2023-11-10 = +* **Fix:** Deployment issue with version 2.6.2 + = 2.6.2 - 2023-11-10 = * **Changed:** Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). diff --git a/simple-page-ordering.php b/simple-page-ordering.php index 30ade66..74990d9 100644 --- a/simple-page-ordering.php +++ b/simple-page-ordering.php @@ -3,7 +3,7 @@ * Plugin Name: Simple Page Ordering * Plugin URI: http://10up.com/plugins/simple-page-ordering-wordpress/ * Description: Order your pages and hierarchical post types using drag and drop on the built in page list. For further instructions, open the "Help" tab on the Pages screen. - * Version: 2.6.1 + * Version: 2.6.3 * Requires at least: 5.7 * Requires PHP: 7.4 * Author: 10up From f6eb8d29d0ac2803540bf0d2a5e66557a20828cf Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Fri, 10 Nov 2023 01:22:53 +0530 Subject: [PATCH 2/4] update credits --- CHANGELOG.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0bd48..b28ca90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [2.6.3] - 2023-11-10 ### Fixed -- Deployment issue with version 2.6.2 +- Deployment issue with version 2.6.2 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#181](https://github.com/10up/simple-page-ordering/pull/181)) ## [2.6.2] - 2023-11-10 ### Changed diff --git a/readme.txt b/readme.txt index 2eb2533..24b84a9 100644 --- a/readme.txt +++ b/readme.txt @@ -111,7 +111,7 @@ Yes. The plugin registers the REST endpoint `simple-page-ordering/v1/page_orderi == Changelog == = 2.6.3 - 2023-11-10 = -* **Fix:** Deployment issue with version 2.6.2 +* **Fix:** Deployment issue with version 2.6.2 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#181](https://github.com/10up/simple-page-ordering/pull/181)) = 2.6.2 - 2023-11-10 = * **Changed:** Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). From fd6f0398ebee4789ec48c430517517a6718ab8f3 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Thu, 9 Nov 2023 12:57:36 -0700 Subject: [PATCH 3/4] Update release date --- readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 24b84a9..ab46991 100644 --- a/readme.txt +++ b/readme.txt @@ -110,10 +110,12 @@ Yes. The plugin registers the REST endpoint `simple-page-ordering/v1/page_orderi == Changelog == -= 2.6.3 - 2023-11-10 = += 2.6.3 - 2023-11-09 = + * **Fix:** Deployment issue with version 2.6.2 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#181](https://github.com/10up/simple-page-ordering/pull/181)) -= 2.6.2 - 2023-11-10 = += 2.6.2 - 2023-11-09 = + * **Changed:** Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). = 2.6.1 - 2023-11-08 = From 12c66bcbe472b94ee79d33226981d5de9f890e2e Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Thu, 9 Nov 2023 12:59:20 -0700 Subject: [PATCH 4/4] Change release date and remove spaces --- CHANGELOG.md | 4 ++-- readme.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ca90..ec10ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD -## [2.6.3] - 2023-11-10 +## [2.6.3] - 2023-11-09 ### Fixed - Deployment issue with version 2.6.2 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#181](https://github.com/10up/simple-page-ordering/pull/181)) -## [2.6.2] - 2023-11-10 +## [2.6.2] - 2023-11-09 ### Changed - Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). diff --git a/readme.txt b/readme.txt index ab46991..a284949 100644 --- a/readme.txt +++ b/readme.txt @@ -111,11 +111,9 @@ Yes. The plugin registers the REST endpoint `simple-page-ordering/v1/page_orderi == Changelog == = 2.6.3 - 2023-11-09 = - * **Fix:** Deployment issue with version 2.6.2 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#181](https://github.com/10up/simple-page-ordering/pull/181)) = 2.6.2 - 2023-11-09 = - * **Changed:** Update the `wp-compat-validation-tool` composer package to version `0.3.1` which properly removes the `.git` directory (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#180](https://github.com/10up/simple-page-ordering/pull/180)). = 2.6.1 - 2023-11-08 =