diff --git a/CHANGELOG.md b/CHANGELOG.md index 67096d2cd..81bc14f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🔁 diff --git a/block-lab.php b/block-lab.php index c0d98a07f..11382f577 100644 --- a/block-lab.php +++ b/block-lab.php @@ -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 diff --git a/package.json b/package.json index 2ff8cdef9..771ec0403 100644 --- a/package.json +++ b/package.json @@ -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",