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 #473 from getblocklab/version-bump-to-1.5.1
Browse files Browse the repository at this point in the history
Version bump 1.5.1
  • Loading branch information
lukecarbis committed Nov 11, 2019
2 parents 7227514 + 0e88187 commit 9ebc880
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog #

### 1.5.1 – 2019-11-11 ###

This is a bugfix release, focused mostly on compatibility with WordPress 5.3.

* Fix: Themes can now hook into the `block_lab_add_blocks` action from the `functions.php` file
* Fix: Classic Text fields now function as expected when inside a repeater
* Fix: Rare instances of a `NaN` error when duplicating fields
* Fix: Style fixes for the Block Editor in WordPress 5.3

### 1.5.0 – 2019-10-30 ###

Ready for a big release? We're really happy to be introducing quite a number of highly requested features, including a PHP API for registering blocks with code, a new text field with lists and headings, and some neat workflow efficiencies when building your block.
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.0
* Version: 1.5.1
* 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.0",
"version": "1.5.1",
"homepage": "https://getblocklab.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ebc880

Please sign in to comment.