From af68ec98fca400a5ffe2ca931c99de5014b16703 Mon Sep 17 00:00:00 2001 From: Ankit K Date: Mon, 8 Jul 2024 21:14:46 +0530 Subject: [PATCH 1/5] WP version bump --- insecure-content-warning.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/insecure-content-warning.php b/insecure-content-warning.php index 4a22800..e090983 100644 --- a/insecure-content-warning.php +++ b/insecure-content-warning.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/insecure-content-warning/ * Description: Prevent editors from adding insecure content in the editor. * Version: 1.2.0 - * Requires at least: 6.3 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com/ diff --git a/readme.txt b/readme.txt index c3bf626..f2472d7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Insecure Content Warning === Contributors: 10up, psorensen, adamsilverstein, tlovett, davidrgreen, dkotter, jeffpaul Tags: publishing, publishers, secure content, https, ssl -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From bc77baf16f0b7f79eed628c06a062c473c4750eb Mon Sep 17 00:00:00 2001 From: Ankit K Date: Tue, 9 Jul 2024 16:48:03 +0530 Subject: [PATCH 2/5] updated version in cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b5d02b0..0adb436 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -44,7 +44,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout From 9403de481ad66dc025792546c2b40abc58556dab Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 9 Jul 2024 13:32:26 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e793c2..5b63fb1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Compatible with both the block and classic editors. ## Requirements * PHP 7.4+. -* WordPress 5.8+. +* WordPress 6.4+. * A secure / SSL (HTTPS) website, front and back end. ## Installation From 2e0de0b5c6f55559cc2aba7cdcb7e4f4032ba66a Mon Sep 17 00:00:00 2001 From: Ankit K Date: Wed, 10 Jul 2024 11:42:27 +0530 Subject: [PATCH 4/5] updated wp-env version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f637356..9957c10 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@10up/cypress-wp-utils": "^0.3.0", - "@wordpress/env": "^9.2.0", + "@wordpress/env": "^10.2.0", "@wordpress/scripts": "^27.1.0", "cypress": "^13.2.0", "husky": "^3.1.0" From 69e546d760cd98a8b69ca3aa57dafd676c4d5f85 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Thu, 11 Jul 2024 07:29:38 -0600 Subject: [PATCH 5/5] Downgrade package for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9957c10..f637356 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@10up/cypress-wp-utils": "^0.3.0", - "@wordpress/env": "^10.2.0", + "@wordpress/env": "^9.2.0", "@wordpress/scripts": "^27.1.0", "cypress": "^13.2.0", "husky": "^3.1.0"