Skip to content

Commit 958c125

Browse files
committed
set version to 3.1.3
1 parent 22b9877 commit 958c125

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

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": "3.1.2",
3+
"version": "3.1.3",
44
"private": true,
55
"description": "Bootstrap Gutenberg Blocks for WordPress",
66
"author": "Liip AG",

readme.txt

Lines changed: 7 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.6
6+
Tested up to: 5.7
77
Requires PHP: 5.6
8-
Stable tag: 3.1.2
8+
Stable tag: 3.1.3
99
License: GPLv2
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

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

122122
== Changelog ==
123123

124+
= 3.1.3 =
125+
126+
* [COMPATIBILITY] Tested up to WordPress 5.7.
127+
* [DOCUMENTATION] Add [documentation how to use PHP and JavaScript filters](https://github.com/liip/bootstrap-blocks-wordpress-plugin#readme).
128+
124129
= 3.1.2 =
125130

126131
* [COMPATIBILITY] Tested up to WordPress 5.6.

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 = '3.1.2';
36+
public static $version = '3.1.3';
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: 3.1.2
8+
* Version: 3.1.3
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)