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 #413 from getblocklab/version-bump-to-1.4.0
Browse files Browse the repository at this point in the history
Version bump to 1.4.0
  • Loading branch information
lukecarbis committed Sep 4, 2019
2 parents e9b7576 + 7048ede commit 60e63eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog #

### 1.4.0 – 2019-09-04 ###

This release applies some finishing touches to the repeater field. It also introduces a new "Field Width" feature, which lets you choose the width of the fields as seen in the Editor.

* New: Function to reset repeater rows: reset_block_rows()
* New: Add a "Field Width" control to blocks
* Fix: Empty repeater rows now save and can be moved properly
* Fix: An issue which occasionally prevented repeater rows from being deleted
* Fix: Prevent repeated requests to validate a Pro license
* Tweaks: Add a different admin notice for when a license validation request fails
* Tweaks: Many new and shiny unit and integration tests, making Block Lab more solid than ever

### 1.3.6 – 2019-08-22 ###

* New: 🔁 REPEATER FIELD 🔁
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.3.6
* Version: 1.4.0
* 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.3.6",
"version": "1.4.0",
"homepage": "https://getblocklab.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 60e63eb

Please sign in to comment.