Skip to content

Commit 40301f1

Browse files
committed
set version to 4.1.0
1 parent be86d42 commit 40301f1

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-bootstrap-blocks",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Bootstrap Gutenberg Blocks for WordPress",
66
"author": "Liip AG",

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: liip, tschortsch
33
Donate link: https://liip.ch/
44
Tags: gutenberg, blocks, bootstrap
55
Requires at least: 5.0
6-
Tested up to: 5.9
6+
Tested up to: 6.0
77
Requires PHP: 5.6
8-
Stable tag: 4.0.1
8+
Stable tag: 4.1.0
99
License: GPLv2
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -143,6 +143,12 @@ Please create a new GitHub issue and let us know: [https://github.com/liip/boots
143143

144144
== Changelog ==
145145

146+
= 4.1.0 =
147+
148+
* [COMPATIBILITY] Tested up to WordPress 6.0.
149+
* [CHANGE] Prefix all block names with "Bootstrap" to make them distinguishable with other blocks.
150+
* [FIX] Manually set box-sizing attribute to blocks (was removed in WordPress 6.0).
151+
146152
= 4.0.1 =
147153

148154
* [COMPATIBILITY] Tested up to WordPress 5.9.

snapshots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
"__version": "9.3.1",
2+
"__version": "9.6.1",
33
"Row Block": {
44
"Row block should be available": {
55
"1": "<!-- wp:wp-bootstrap-blocks/row -->\n<!-- wp:wp-bootstrap-blocks/column {\"sizeMd\":6} /-->\n\n<!-- wp:wp-bootstrap-blocks/column {\"sizeMd\":6} /-->\n<!-- /wp:wp-bootstrap-blocks/row -->"

src/class-wp-bootstrap-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class WP_Bootstrap_Blocks {
3333
*
3434
* @var string
3535
*/
36-
public static $version = '4.0.1';
36+
public static $version = '4.1.0';
3737

3838
/**
3939
* The plugin token.

wp-bootstrap-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Bootstrap Gutenberg Blocks for WordPress.
66
* Author: Liip AG
77
* Author URI: https://liip.ch
8-
* Version: 4.0.1
8+
* Version: 4.1.0
99
* License: GPL2+
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: wp-bootstrap-blocks

0 commit comments

Comments
 (0)