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

Commit 60e63eb

Browse files
authored
Merge pull request #413 from getblocklab/version-bump-to-1.4.0
Version bump to 1.4.0
2 parents e9b7576 + 7048ede commit 60e63eb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog #
22

3+
### 1.4.0 – 2019-09-04 ###
4+
5+
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.
6+
7+
* New: Function to reset repeater rows: reset_block_rows()
8+
* New: Add a "Field Width" control to blocks
9+
* Fix: Empty repeater rows now save and can be moved properly
10+
* Fix: An issue which occasionally prevented repeater rows from being deleted
11+
* Fix: Prevent repeated requests to validate a Pro license
12+
* Tweaks: Add a different admin notice for when a license validation request fails
13+
* Tweaks: Many new and shiny unit and integration tests, making Block Lab more solid than ever
14+
315
### 1.3.6 – 2019-08-22 ###
416

517
* New: 🔁 REPEATER FIELD 🔁

block-lab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Block Lab
1010
* Plugin URI: https://getblocklab.com
1111
* Description: The easy way to build custom blocks for Gutenberg.
12-
* Version: 1.3.6
12+
* Version: 1.4.0
1313
* Author: Block Lab
1414
* Author URI: https://getblocklab.com
1515
* License: GPL2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "block-lab",
33
"title": "Block Lab",
4-
"version": "1.3.6",
4+
"version": "1.4.0",
55
"homepage": "https://getblocklab.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)