From 076483286eadada120094b8d6a989aa3135ee197 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 12 Apr 2024 08:06:52 -0500 Subject: [PATCH] bump WordPress "tested up to" version 6.5 Co-Authored-By: Sudip Dadhaniya <94599521+sudip-md@users.noreply.github.com> --- .github/workflows/cypress.yml | 2 +- readme.txt | 4 +--- simple-page-ordering.php | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7d281bb..8548545 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#5.7'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout diff --git a/readme.txt b/readme.txt index fadc3d6..8ac6a7d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,7 @@ Contributors: 10up, jakemgold, welcher, helen, thinkoomph, jeffpaul Donate link: http://10up.com/plugins/simple-page-ordering-wordpress/ Tags: order, re-order, ordering, pages, page, manage, menu_order, hierarchical, ajax, drag-and-drop, admin -Requires at least: 5.7 -Requires PHP: 7.4 -Tested up to: 6.3 +Tested up to: 6.5 Stable tag: 2.5.1 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 59063d2..e769f5b 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.5.1 - * Requires at least: 5.7 + * Requires at least: 6.3 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com