From 2d387668fd77a4509ca6c9cbf692af1a35b6233e Mon Sep 17 00:00:00 2001 From: cldhmmr <55838845+cldhmmr@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:14:54 +0000 Subject: [PATCH 1/5] Bump: "Tested up to" WP 6.7 #270 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 14a3385..eb7416f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: 10up, adamsilverstein, johnwatkins0, jeffpaul Tags: Special Characters, Character Map, Omega, character inserter, symbols Stable tag: 1.1.2 Requires at least: 6.1 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 7.4 License: GPLv2 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html From 0abc32de60b73afef2d5e2f3f461d3b0b7e02c7d Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:32:08 -0600 Subject: [PATCH 2/5] Update insert-special-characters.php --- insert-special-characters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insert-special-characters.php b/insert-special-characters.php index 98f287e..debc0c3 100644 --- a/insert-special-characters.php +++ b/insert-special-characters.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/10up/insert-special-characters * Description: A Special Character inserter for the WordPress block editor (Gutenberg). * Version: 1.1.2 - * Requires at least: 6.1 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com From a3a55251ac06462c6373ea7ba0d2bcb221d48beb Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:32:19 -0600 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 4f97265..d2b5bff 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ wp.hooks.addFilter( ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org/) 6.1+ +* [WordPress](http://wordpress.org/) 6.5+ ## Installation From 74d6356373c7220845f6db2f41540837070a0dc0 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:32:27 -0600 Subject: [PATCH 4/5] Update 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 775b914..32a7350 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,7 +20,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.1'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout From 94d3b69b7a30a216b845b3740e26fbdd75d15908 Mon Sep 17 00:00:00 2001 From: cldhmmr <55838845+cldhmmr@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:15:35 +0000 Subject: [PATCH 5/5] Bump: Requires at least: WP 6.5 --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index eb7416f..5c8689f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, adamsilverstein, johnwatkins0, jeffpaul Tags: Special Characters, Character Map, Omega, character inserter, symbols Stable tag: 1.1.2 -Requires at least: 6.1 +Requires at least: 6.5 Tested up to: 6.7 Requires PHP: 7.4 License: GPLv2 @@ -21,7 +21,7 @@ Development takes place in the [GitHub repository](https://github.com/10up/inser == Technical Notes == * Requires PHP 7.4+. -* Requires [WordPress](http://wordpress.org/) 6.1+ +* Requires [WordPress](http://wordpress.org/) 6.5+ * Issues and Pull requests welcome in the [GitHub repository](https://github.com/10up/insert-special-characters). == Installation ==