Skip to content

Commit a27090e

Browse files
committed
set version to 1.2.0
1 parent fed6452 commit a27090e

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

languages/wp-bootstrap-blocks.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# This file is distributed under the same license as the Bootstrap Blocks plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Bootstrap Blocks 1.1.0\n"
5+
"Project-Id-Version: Bootstrap Blocks 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-blocks\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2019-06-19T08:25:34+00:00\n"
12+
"POT-Creation-Date: 2019-06-26T05:40:39+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.2.0\n"
1515
"X-Domain: wp-bootstrap-blocks\n"
1616

1717
#. Plugin Name of the plugin
18-
#: src/class-wp-bootstrap-blocks.php:170
18+
#: src/class-wp-bootstrap-blocks.php:183
1919
#: dist/blocks.build.js:1
2020
#: src/column/block.js:16
2121
#: src/container/block.js:47

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"start": "cgb-scripts start",

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: gutenberg, blocks, bootstrap
55
Requires at least: 5.0
66
Tested up to: 5.2.2
77
Requires PHP: 5.6
8-
Stable tag: 1.1.0
8+
Stable tag: 1.2.0
99
License: GPLv2
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

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

6868
== Changelog ==
6969

70+
= 1.2.0 =
71+
72+
* [FIX] Fix enqueuing of script and style dependencies
73+
* [FEATURE] Added new filter `wp_bootstrap_blocks_enqueue_block_assets` to disable enqueuing block assets.
74+
7075
= 1.1.0 =
7176

7277
* [FEATURE] Added possibility to set background color on column block.

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 $version = '1.1.0';
36+
public $version = '1.2.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 4 Gutenberg Blocks for WordPress.
66
* Author: Liip AG
77
* Author URI: https://liip.ch
8-
* Version: 1.1.0
8+
* Version: 1.2.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)