Skip to content

Commit

Permalink
set version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Oct 15, 2019
1 parent cbb02ae commit b9825ec
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 21 deletions.
32 changes: 16 additions & 16 deletions languages/wp-bootstrap-blocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Bootstrap Blocks plugin.
msgid ""
msgstr ""
"Project-Id-Version: Bootstrap Blocks 1.3.0\n"
"Project-Id-Version: Bootstrap Blocks 1.3.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-bootstrap-blocks\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-10-14T19:06:39+00:00\n"
"POT-Creation-Date: 2019-10-15T06:25:25+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wp-bootstrap-blocks\n"
Expand Down Expand Up @@ -133,56 +133,56 @@ msgstr ""
msgid "Margin After"
msgstr ""

#: src/row/edit.js:50
#: src/row/edit.js:56
msgid "2 Columns (1:1)"
msgstr ""

#: src/row/edit.js:70
#: src/row/edit.js:76
msgid "2 Columns (1:2)"
msgstr ""

#: src/row/edit.js:90
#: src/row/edit.js:96
msgid "2 Columns (2:1)"
msgstr ""

#: src/row/edit.js:110
#: src/row/edit.js:116
msgid "3 Columns (1:1:1)"
msgstr ""

#: src/row/edit.js:150
#: src/row/edit.js:157
msgid "Custom"
msgstr ""

#: src/row/edit.js:194
#: src/row/edit.js:201
msgid "Align columns left"
msgstr ""

#: src/row/edit.js:199
#: src/row/edit.js:217
#: src/row/edit.js:206
#: src/row/edit.js:224
msgid "Align columns center"
msgstr ""

#: src/row/edit.js:204
#: src/row/edit.js:211
msgid "Align columns right"
msgstr ""

#: src/row/edit.js:212
#: src/row/edit.js:219
msgid "Align columns top"
msgstr ""

#: src/row/edit.js:222
#: src/row/edit.js:229
msgid "Align columns bottom"
msgstr ""

#: src/row/edit.js:231
#: src/row/edit.js:238
msgid "Change layout"
msgstr ""

#: src/row/edit.js:251
#: src/row/edit.js:258
msgid "Row options"
msgstr ""

#: src/row/edit.js:254
#: src/row/edit.js:261
msgid "No Gutters"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-bootstrap-blocks",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "Bootstrap 4 Gutenberg Blocks for WordPress",
"author": "Liip AG",
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, bootstrap
Requires at least: 5.0
Tested up to: 5.2.4
Requires PHP: 5.6
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.3.1 =

* [FIX] Fix meaning of `wpBootstrapBlocks.row.useOldObjectTemplateStructure` filter. In v1.3.0 boolean value was inverted.
* [FIX] Fix add default icon to template if it's missing.

= 1.3.0 =

In this release we changed the template structure for the `row` block form object to array (see [template update guide](https://github.com/liip/bootstrap-blocks-wordpress-plugin#update-template-structure-from-120-to-130)). With this change we try to move towards the new template structure which will be introduced by the `InnerBlocks` template selector feature.
Expand Down
2 changes: 1 addition & 1 deletion src/class-wp-bootstrap-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WP_Bootstrap_Blocks {
*
* @var string
*/
public $version = '1.3.0';
public $version = '1.3.1';

/**
* The plugin token.
Expand Down
2 changes: 1 addition & 1 deletion wp-bootstrap-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Bootstrap 4 Gutenberg Blocks for WordPress.
* Author: Liip AG
* Author URI: https://liip.ch
* Version: 1.3.0
* Version: 1.3.1
* License: GPL2+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: wp-bootstrap-blocks
Expand Down

0 comments on commit b9825ec

Please sign in to comment.