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

Commit 0b7b841

Browse files
authored
Merge pull request #423 from getblocklab/version-bump-to-1.4.1
Version bump
2 parents 87ff758 + 4f0349f commit 0b7b841

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
### 1.4.1 – 2019-09-11 ###
4+
5+
You can now add a Minimum and Maximum Rows setting to repeaters, allowing you to specify a lower and upper limit on how many repeater rows can be added.
6+
7+
* New: The repeater field now includes a minimum and maximum row setting
8+
* Fix: Location and Width settings are now visible again when adding a new field
9+
* Fix: Using block_sub_field() with an image now correctly outputs the image URL instead of the ID
10+
311
### 1.4.0 – 2019-09-04 ###
412

513
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.

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.4.0
12+
* Version: 1.4.1
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.4.0",
4+
"version": "1.4.1",
55
"homepage": "https://getblocklab.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)