From 67d5302035d9d952218452d8475f47b2d493b64e Mon Sep 17 00:00:00 2001 From: cldhmmr <55838845+cldhmmr@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:33:24 +0000 Subject: [PATCH 1/2] Bump WP version tested and min versions --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a6cb278..4692d49 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,7 +19,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout @@ -45,7 +45,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Install dependencies run: npm install - - name: Set the core version and plugins config + - name: Set the core version and plugins config run: ./tests/bin/set-wp-config.js --core=${{ matrix.core.version }} --plugins=./${{ github.event.repository.name }},./tests/test-plugins - name: Set up WP environment run: npm run env:start From 4671569dca21da39fa2238c451d46fc2f6772cd9 Mon Sep 17 00:00:00 2001 From: cldhmmr <55838845+cldhmmr@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:36:20 +0000 Subject: [PATCH 2/2] Bump WP tested and min version --- readme.txt | 2 +- simple-page-ordering.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index f4bda2b..d0148f5 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, jakemgold, welcher, helen, thinkoomph, jeffpaul Donate link: http://10up.com/plugins/simple-page-ordering-wordpress/ Tags: order, re-order, ordering, page, menu order -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 2.7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/simple-page-ordering.php b/simple-page-ordering.php index be1dbb9..a7a07c8 100644 --- a/simple-page-ordering.php +++ b/simple-page-ordering.php @@ -4,7 +4,7 @@ * 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.7.2 - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com