From f0897a15e557f02fab3ad974bd1aa21987aa1397 Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Tue, 24 May 2022 10:03:03 +0200 Subject: [PATCH] set version to 4.2.1 --- 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 | 8 ++++++-- src/class-wp-bootstrap-blocks.php | 2 +- wp-bootstrap-blocks.php | 2 +- 8 files changed, 14 insertions(+), 10 deletions(-) diff --git a/languages/wp-bootstrap-blocks-de_CH.po b/languages/wp-bootstrap-blocks-de_CH.po index 9f258fee5..4ebd35eaa 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 4.2.0\n" +"Project-Id-Version: Bootstrap Blocks 4.2.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-" "blocks\n" "POT-Creation-Date: 2022-05-12T07:38:53+00:00\n" diff --git a/languages/wp-bootstrap-blocks-de_DE.po b/languages/wp-bootstrap-blocks-de_DE.po index 64efa5edd..d822d6ccf 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 4.2.0\n" +"Project-Id-Version: Bootstrap Blocks 4.2.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-" "blocks\n" "POT-Creation-Date: 2022-05-12T07:38:53+00:00\n" diff --git a/languages/wp-bootstrap-blocks.pot b/languages/wp-bootstrap-blocks.pot index b67c4edfc..a3b052b44 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 4.2.0\n" +"Project-Id-Version: Bootstrap Blocks 4.2.1\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 5e46dd91a..ac474448e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-bootstrap-blocks", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wp-bootstrap-blocks", - "version": "4.2.0", + "version": "4.2.1", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/block-editor": "^9.0.0", diff --git a/package.json b/package.json index a798ae354..a1a26e7b9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-bootstrap-blocks", - "version": "4.2.0", + "version": "4.2.1", "private": true, "description": "Bootstrap Gutenberg Blocks for WordPress", "author": "Liip AG", diff --git a/readme.txt b/readme.txt index 852d1925e..8a0d96ec6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, bootstrap Requires at least: 5.0 Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 4.2.0 +Stable tag: 4.2.1 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -143,11 +143,15 @@ Please create a new GitHub issue and let us know: [https://github.com/liip/boots == Changelog == -= 4.2.0 = += 4.2.1 = **NOTICE:** Version 4.x of the plugin will be the last version to support WordPress versions lower than 5.3. If you're on a lower version of WordPress think about updating it if you still would like receive updates for this plugin. +* [FIX] Rename blocks to ` (Bootstrap)` for better discoverability when searching for a block. + += 4.2.0 = + * [FEATURE] Reflect noGutters and horizontalGutters options visually in editor (WordPress >= 5.4). * [CHANGE] Add missing "Medium" size to vertical gutter options. If you're using the [`wpBootstrapBlocks.row.verticalGuttersOptions`](https://github.com/liip/bootstrap-blocks-wordpress-plugin#wpbootstrapblocksrowverticalguttersoptions) JavaScript filter to modify the options please check if the new option (`gy-4`) doesn't conflict with your custom options. * [FIX] Fix label of default css grid gutter option ("Medium" instead of "None"). diff --git a/src/class-wp-bootstrap-blocks.php b/src/class-wp-bootstrap-blocks.php index bc3fef857..565a231cf 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 = '4.2.0'; + public static $version = '4.2.1'; /** * The plugin token. diff --git a/wp-bootstrap-blocks.php b/wp-bootstrap-blocks.php index 20e26d1e9..93d6f7fc9 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: 4.2.0 + * Version: 4.2.1 * License: GPL2+ * License URI: https://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: wp-bootstrap-blocks