Skip to content

Commit 4a10aef

Browse files
authored
Merge pull request #95 from studiopress/bump/1.4.0
Bump the version to 1.4.0
2 parents 39f4f8e + 433ba0d commit 4a10aef

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

CHANGELOG.md

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

3+
### 1.4.0 - 2021-10-14 ###
4+
5+
* Optional modal for editor fields. [PR 93](https://github.com/studiopress/genesis-custom-blocks/pull/93)
6+
37
### 1.3.1 - 2021-08-26 ###
48

59
Fix for fields with long strings

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Contributors: lukecarbis, ryankienstra, Stino11, rheinardkorf, studiopress, wpengine
44
Tags: gutenberg, blocks, block editor, fields, template
5-
Requires at least: 5.4
5+
Requires at least: 5.7
66
Tested up to: 5.8
77
Requires PHP: 5.6
8-
Stable tag: 1.3.1
8+
Stable tag: 1.4.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl
1111

@@ -38,7 +38,7 @@ Let the plugin do the heavy lifting so you can use the built-in editor, or famil
3838
As an alternative to the built-in editor, there are simple functions, ready to render and work with the data stored through your custom block fields.
3939

4040
## Currently available block fields ##
41-
* Inner Blocks field
41+
* Inner Blocks Field
4242
* File Field
4343
* Text Field
4444
* Image Field

genesis-custom-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Plugin Name: Genesis Custom Blocks
1010
* Description: The easy way to build custom blocks for Gutenberg.
11-
* Version: 1.3.1
11+
* Version: 1.4.0
1212
* Author: Genesis Custom Blocks
1313
* Author URI: https://studiopress.com
1414
* License: GPL2

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genesis-custom-blocks",
33
"title": "Genesis Custom Blocks",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"description": "WordPress plugin with a simple templating system for building custom blocks.",
66
"author": "Genesis Custom Blocks",
77
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)