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

Commit d46f02c

Browse files
authored
Merge pull request #394 from getblocklab/version-bump-to-1.3.6
Version bump to 1.3.6
2 parents df7ddd9 + 64ded32 commit d46f02c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
### 1.3.6 – 2019-08-22 ###
4+
5+
* New: 🔁 REPEATER FIELD 🔁
6+
* New: Conditional Blocks, based on Post Type
7+
* Tweaks: Just about everything! We did a lot of refactoring in this release to make things silky smooth and über-maintainable.
8+
39
### 1.3.5 – 2019-08-18 ###
410

511
* New: Block Lab will now enqueue a global stylesheet, so you can keep your common block styles in one place. [Read more](https://github.com/getblocklab/block-lab/pull/371)

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

0 commit comments

Comments
 (0)