From 5a51aaeba18d005ba5be3c6c9abd0b6261b9bce2 Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Sun, 19 Nov 2023 22:43:43 +0100 Subject: [PATCH] set version to 5.2.0 --- languages/wp-bootstrap-blocks-de_CH.po | 2 +- languages/wp-bootstrap-blocks-de_DE.po | 2 +- languages/wp-bootstrap-blocks.pot | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 9 +++++++-- src/class-wp-bootstrap-blocks.php | 2 +- wp-bootstrap-blocks.php | 2 +- 8 files changed, 15 insertions(+), 10 deletions(-) diff --git a/languages/wp-bootstrap-blocks-de_CH.po b/languages/wp-bootstrap-blocks-de_CH.po index 37ec1ef0..8974ab72 100644 --- a/languages/wp-bootstrap-blocks-de_CH.po +++ b/languages/wp-bootstrap-blocks-de_CH.po @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Bootstrap Blocks plugin. msgid "" msgstr "" -"Project-Id-Version: Bootstrap Blocks 5.1.0\n" +"Project-Id-Version: Bootstrap Blocks 5.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-" "blocks\n" "POT-Creation-Date: 2022-11-11T09:10:58+00:00\n" diff --git a/languages/wp-bootstrap-blocks-de_DE.po b/languages/wp-bootstrap-blocks-de_DE.po index 7f6e920d..ca3be606 100644 --- a/languages/wp-bootstrap-blocks-de_DE.po +++ b/languages/wp-bootstrap-blocks-de_DE.po @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Bootstrap Blocks plugin. msgid "" msgstr "" -"Project-Id-Version: Bootstrap Blocks 5.1.0\n" +"Project-Id-Version: Bootstrap Blocks 5.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-" "blocks\n" "POT-Creation-Date: 2022-11-11T09:10:58+00:00\n" diff --git a/languages/wp-bootstrap-blocks.pot b/languages/wp-bootstrap-blocks.pot index a6c6cb56..d8e6fad9 100644 --- a/languages/wp-bootstrap-blocks.pot +++ b/languages/wp-bootstrap-blocks.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL2+. msgid "" msgstr "" -"Project-Id-Version: Bootstrap Blocks 5.1.0\n" +"Project-Id-Version: Bootstrap Blocks 5.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-blocks\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/package-lock.json b/package-lock.json index 6a285ee5..84bec048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-bootstrap-blocks", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-bootstrap-blocks", - "version": "5.1.0", + "version": "5.2.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/block-editor": "^12.13.0", diff --git a/package.json b/package.json index f0b00c5e..0a81d241 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-bootstrap-blocks", - "version": "5.1.0", + "version": "5.2.0", "private": true, "description": "Bootstrap Gutenberg Blocks for WordPress", "author": "Liip AG", diff --git a/readme.txt b/readme.txt index f1327022..90f8b5f7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: liip, tschortsch Donate link: https://liip.ch/ Tags: gutenberg, blocks, bootstrap Requires at least: 5.3 -Tested up to: 6.1 +Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 5.1.0 +Stable tag: 5.2.0 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -143,6 +143,11 @@ Please create a new GitHub issue and let us know: [https://github.com/liip/boots == Changelog == += 5.2.0 = + +* [COMPATIBILITY] Tested up to WordPress 6.4. +* [DEVELOPMENT] Migrate E2E tests to Playwright. + = 5.1.0 = * [CHANGE] Renamed `color` attribute of the `styleOptions` for the button block to `bgColor`. Additionally added `textColor` attribute to be able to change the text color of the button in the editor as well. If you are modifying the `styleOptions` via the [`wpBootstrapBlocks.button.styleOptions`](https://github.com/liip/bootstrap-blocks-wordpress-plugin#wpbootstrapblocksbuttonstyleoptions) JavaScript filter please add the according colors to your style objects. diff --git a/src/class-wp-bootstrap-blocks.php b/src/class-wp-bootstrap-blocks.php index bd2077a4..4da32957 100755 --- a/src/class-wp-bootstrap-blocks.php +++ b/src/class-wp-bootstrap-blocks.php @@ -33,7 +33,7 @@ class WP_Bootstrap_Blocks { * * @var string */ - public static $version = '5.1.0'; + public static $version = '5.2.0'; /** * The plugin token. diff --git a/wp-bootstrap-blocks.php b/wp-bootstrap-blocks.php index 209dcda6..a28ba3b8 100755 --- a/wp-bootstrap-blocks.php +++ b/wp-bootstrap-blocks.php @@ -5,7 +5,7 @@ * Description: Bootstrap Gutenberg Blocks for WordPress. * Author: Liip AG * Author URI: https://liip.ch - * Version: 5.1.0 + * Version: 5.2.0 * License: GPL2+ * License URI: https://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: wp-bootstrap-blocks