From 5941a7f64f8da176cec437fd668551d455c1dc5e Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 13 Oct 2023 09:52:46 -0600 Subject: [PATCH 1/2] Version bump to 1.2.2 --- config.php | 2 +- convert-to-blocks.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.php b/config.php index fd81532..08bb094 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ * @package convert-to-blocks */ -$plugin_version = '1.2.1'; +$plugin_version = '1.2.2'; if ( file_exists( __DIR__ . '/.commit' ) ) { // phpcs:disable diff --git a/convert-to-blocks.php b/convert-to-blocks.php index 8707291..9e52a3a 100644 --- a/convert-to-blocks.php +++ b/convert-to-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: Convert to Blocks * Plugin URI: https://github.com/10up/convert-to-blocks * Description: Convert classic editor posts to blocks on the fly. - * Version: 1.2.1 + * Version: 1.2.2 * Requires at least: 6.1 * Requires PHP: 8.0 * Author: 10up diff --git a/package-lock.json b/package-lock.json index 6a5f573..fbca93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convert-to-blocks", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convert-to-blocks", - "version": "1.2.1", + "version": "1.2.2", "license": "GPL-2.0-or-later", "devDependencies": { "@10up/cypress-wp-utils": "^0.2.0", diff --git a/package.json b/package.json index 3d0beaa..8b10516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-to-blocks", - "version": "1.2.1", + "version": "1.2.2", "description": "Convert to Blocks is a WordPress plugin that transforms classic editor content to blocks on the fly.", "author": { "name": "10up", diff --git a/readme.txt b/readme.txt index 9fbac66..9a055ba 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: gutenberg, block, block migration, gutenberg migration, guten Requires at least: 5.7 Tested up to: 6.3 Requires PHP: 8.0 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From ee5cc2340a5d2104f59c228d7539f5db8c9699d9 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 13 Oct 2023 09:58:56 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 10 ++++++++++ readme.txt | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585336a..503f011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.2.2] - 2023-10-16 +### Changed +- Bump WordPress "tested up to" version to 6.3 (props [@kmgalanakis](https://github.com/kmgalanakis), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#132](https://github.com/10up/convert-to-blocks/pull/132), [#134](https://github.com/10up/convert-to-blocks/pull/134)). + +### Security +- Bump `@cypress/request` from 2.88.11 to 3.0.1 and `cypress` from 10.11.0 to 13.3.0 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/apps/iamdharmesh), [@ravinderk](https://github.com/apps/ravinderk) via [#138](https://github.com/10up/convert-to-blocks/pull/138)). +- Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/apps/dkotter) via [#139](https://github.com/10up/convert-to-blocks/pull/139)). +- Bump `fsevents` from 1.2.9 to 1.2.13 (props [@dependabot](https://github.com/apps/dependabot), [@ravinderk](https://github.com/apps/ravinderk) via [#140](https://github.com/10up/convert-to-blocks/pull/140)). + ## [1.2.1] - 2023-07-26 ### Added - More robust minimum PHP version check (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#129](https://github.com/10up/convert-to-blocks/pull/129)). @@ -122,6 +131,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial release of Convert to Blocks. [Unreleased]: https://github.com/10up/convert-to-blocks/compare/trunk...develop +[1.2.2]: https://github.com/10up/convert-to-blocks/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/10up/convert-to-blocks/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/10up/convert-to-blocks/compare/1.1.1...1.2.0 [1.1.1]: https://github.com/10up/convert-to-blocks/compare/1.1.0...1.1.1 diff --git a/readme.txt b/readme.txt index 9a055ba..f61c616 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,12 @@ Nested / Inner Block support does not work with Gutenberg bundled with WordPress == Changelog == += 1.2.2 - 2023-10-16 = +* **Changed:** Bump WordPress "tested up to" version to 6.3 (props [@kmgalanakis](https://github.com/kmgalanakis), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#132](https://github.com/10up/convert-to-blocks/pull/132), [#134](https://github.com/10up/convert-to-blocks/pull/134) +* **Security:** Bump `@cypress/request` from 2.88.11 to 3.0.1 and `cypress` from 10.11.0 to 13.3.0 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/apps/iamdharmesh), [@ravinderk](https://github.com/apps/ravinderk) via [#138](https://github.com/10up/convert-to-blocks/pull/138)). +* **Security:** Bump `postcss` from 8.4.20 to 8.4.31 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/apps/dkotter) via [#139](https://github.com/10up/convert-to-blocks/pull/139)). +* **Security:** Bump `fsevents` from 1.2.9 to 1.2.13 (props [@dependabot](https://github.com/apps/dependabot), [@ravinderk](https://github.com/apps/ravinderk) via [#140](https://github.com/10up/convert-to-blocks/pull/140)). + = 1.2.1 - 2023-07-26 = * **Added:** More robust minimum PHP version check (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#129](https://github.com/10up/convert-to-blocks/pull/129)). * **Changed:** Bump minimum required PHP version from 7.4 to 8.0 in our `composer.json` config (props [@c0ntax](https://github.com/c0ntax), [@Sidsector9](https://github.com/Sidsector9) via [#122](https://github.com/10up/convert-to-blocks/pull/122)).