|
1 | 1 | ## Changelog #
|
2 | 2 |
|
| 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 | + |
3 | 18 | ### 1.4.1 – 2019-09-11 ###
|
4 | 19 |
|
5 | 20 | 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__
|
175 | 190 | * Clean up enqueuing of scripts.
|
176 | 191 |
|
177 | 192 | ### 0.1 - 2018-08-03 ###
|
178 |
| -* Initial release. |
| 193 | +* Initial release. |
0 commit comments