From 22c4cfad145f8fa71119e114095d1f5522aa299d Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 26 Aug 2024 17:03:12 -0500 Subject: [PATCH 1/3] fix WP compat bump to version 6.6 in changelogs --- CHANGELOG.md | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483899c..8712d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD ## [1.2.1] - 2024-08-22 -**Note that this release bumps the WordPress minimum version from 5.8 to 6.4.** +**Note that this release bumps the WordPress minimum version from 5.8 to 6.6.** ### Changed -- Bump WordPress "tested up to" version to 6.4 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#152](https://github.com/10up/insecure-content-warning/pull/152), [#153](https://github.com/10up/insecure-content-warning/pull/153), [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). +- Bump WordPress "tested up to" version to 6.6 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#152](https://github.com/10up/insecure-content-warning/pull/152), [#153](https://github.com/10up/insecure-content-warning/pull/153), [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). - Bump WordPress minimum supported version from 5.8 to 6.4 (props [@jeffpaul](https://github.com/jeffpaul), [@ankitguptaindia](https://github.com/ankitguptaindia), [@dkotter](https://github.com/dkotter) via [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). - Changed import of `PluginPostStatusInfo` component from `@wordpress/edit-post` to `@wordpress/editor` (props [@gabriel-glo](https://github.com/gabriel-glo), [@dkotter](https://github.com/dkotter) via [#178](https://github.com/10up/insecure-content-warning/pull/178)). diff --git a/readme.txt b/readme.txt index 0e413f0..a82a82b 100644 --- a/readme.txt +++ b/readme.txt @@ -69,7 +69,7 @@ Run `wp help icw fix` for more information on the command args. **Note that this release bumps the WordPress minimum version from 5.8 to 6.4.** -* **Changed:** Bump WordPress "tested up to" version to 6.4 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#152](https://github.com/10up/insecure-content-warning/pull/152), [#153](https://github.com/10up/insecure-content-warning/pull/153), [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). +* **Changed:** Bump WordPress "tested up to" version to 6.6 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#152](https://github.com/10up/insecure-content-warning/pull/152), [#153](https://github.com/10up/insecure-content-warning/pull/153), [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). * **Changed:** Bump WordPress minimum supported version from 5.8 to 6.4 (props [@jeffpaul](https://github.com/jeffpaul), [@ankitguptaindia](https://github.com/ankitguptaindia), [@dkotter](https://github.com/dkotter) via [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). * **Changed:** Import of `PluginPostStatusInfo` component from `@wordpress/edit-post` to `@wordpress/editor` (props [@gabriel-glo](https://github.com/gabriel-glo), [@dkotter](https://github.com/dkotter) via [#178](https://github.com/10up/insecure-content-warning/pull/178)). * **Security:** Bump `@babel/traverse` from 7.22.10 to 7.23.2 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#150](https://github.com/10up/insecure-content-warning/pull/150)). @@ -99,7 +99,7 @@ Run `wp help icw fix` for more information on the command args. == Upgrade Notice == = 1.2.1 = -* Note that this version bumps the minimum WordPress version from 5.8 to 6.4. +* Note that this version bumps the minimum WordPress version from 5.8 to 6.6. = 1.2.0 = * Note that this version bumps the minimum WordPress version from 5.7 to 5.8. From bb117395883d2c4ab09783117ecd8997f7b3bd7f Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 27 Aug 2024 08:58:45 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8712d75..6caa7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD ## [1.2.1] - 2024-08-22 -**Note that this release bumps the WordPress minimum version from 5.8 to 6.6.** +**Note that this release bumps the WordPress minimum version from 5.8 to 6.4.** ### Changed - Bump WordPress "tested up to" version to 6.6 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#152](https://github.com/10up/insecure-content-warning/pull/152), [#153](https://github.com/10up/insecure-content-warning/pull/153), [#168](https://github.com/10up/insecure-content-warning/pull/168), [#176](https://github.com/10up/insecure-content-warning/pull/176)). From 8487c437c3159ad6c449a6805f867748eee56262 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 27 Aug 2024 08:59:06 -0500 Subject: [PATCH 3/3] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a82a82b..b1a3fbd 100644 --- a/readme.txt +++ b/readme.txt @@ -99,7 +99,7 @@ Run `wp help icw fix` for more information on the command args. == Upgrade Notice == = 1.2.1 = -* Note that this version bumps the minimum WordPress version from 5.8 to 6.6. +* Note that this version bumps the minimum WordPress version from 5.8 to 6.4. = 1.2.0 = * Note that this version bumps the minimum WordPress version from 5.7 to 5.8.