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

Commit 4b1dd7f

Browse files
authored
Merge pull request #455 from getblocklab/version-bump-to-1.5.0
Version bump to 1.5.0
2 parents e5f0534 + 70b3207 commit 4b1dd7f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Changelog #
22

3+
### 1.5.0 – 2019-10-30 ###
4+
5+
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.
6+
7+
* New: There's now a PHP API for registering blocks using code (instead of the WP Admin UI). Documentation is [here](https://github.com/getblocklab/block-lab/pull/434) for now, but more on its way soon
8+
* New: Classic Text control (for Block Lab Pro users)! This field is similar to Rich Text, but has a few extra options for things like lists and headings
9+
* New: Duplicate fields – building your block is now so much easier, with the ability to duplicate rows
10+
* New: Repeater Row Count function – a helper function that returns the total amount of rows in a given repeater. Documentation [here](https://github.com/getblocklab/block-lab/pull/429)
11+
* New: Repeater Row Index function – a helper function that returns the current row, while looping through a repeater. Documentation [here](https://github.com/getblocklab/block-lab/pull/429)
12+
* Tweak: We've removed our dependency on global variables. This is mostly a best practice thing, not user facing. More details [here](https://github.com/getblocklab/block-lab/pull/435).
13+
* Tweak: We've refactored quite a lot about our block Loader class, to make it more robust, secure, and maintainable
14+
* Tweak: Loads of new unit and integration tests - these help prevent us from introducing bugs or regressions in the future
15+
* Fix: Bug which affected sites which had removed or renamed the admin user role
16+
* Fix: Empty Rich Text fields now no longer output a single `</p>` tag
17+
318
### 1.4.1 – 2019-09-11 ###
419

520
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.
@@ -175,4 +190,4 @@ __Technical Changes__
175190
* Clean up enqueuing of scripts.
176191

177192
### 0.1 - 2018-08-03 ###
178-
* Initial release.
193+
* Initial release.

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

0 commit comments

Comments
 (0)