Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #523 from getblocklab/version-bump-to-1.5.4
Browse files Browse the repository at this point in the history
Bump to 1.5.4, bump 'Tested up to' version to 5.4
  • Loading branch information
lukecarbis committed Mar 30, 2020
2 parents 73c38e2 + 050ab07 commit 8192f11
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog #

### 1.5.4 – 2020-03-26 ###

Improved stability, small bugfixes.

* Fix: Now block_field() returns null if the second argument is true, preventing confusion.
* New: JavaScript component tests, improving reliability.
* New: Linting for accessibility issues.

### 1.5.3 – 2020-01-20 ###

Some UI improvements, bugfixes, and improved stability.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: lukecarbis, ryankienstra, Stino11, rheinardkorf
Tags: gutenberg, blocks, block editor, fields, template
Requires at least: 5.0
Tested up to: 5.3
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: trunk
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion block-lab.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Block Lab
* Plugin URI: https://getblocklab.com
* Description: The easy way to build custom blocks for Gutenberg.
* Version: 1.5.3
* Version: 1.5.4
* Author: Block Lab
* Author URI: https://getblocklab.com
* License: GPL2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "block-lab",
"title": "Block Lab",
"version": "1.5.3",
"version": "1.5.4",
"description": "WordPress plugin with a simple templating system for building custom blocks.",
"author": "Block Lab",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 8192f11

Please sign in to comment.