Skip to content

Commit 029a96f

Browse files
authored
Release 1.6.0 (#172)
* Fix string interpolation, thanks to Martin for finding * Bump the version to 1.5.3 * Do sprintf() instead of double-quoted interpolation * Simplify the interpolation * Bump the version to 1.6.0
1 parent 5f3d88f commit 029a96f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: gutenberg, blocks, block editor, fields, template
55
Requires at least: 5.7
66
Tested up to: 6.3
77
Requires PHP: 7.0
8-
Stable tag: 1.5.2
8+
Stable tag: 1.6.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl
1111

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.5.2
11+
* Version: 1.6.0
1212
* Author: Genesis Custom Blocks
1313
* Author URI: https://studiopress.com
1414
* License: GPL2

package-lock.json

Lines changed: 1 addition & 1 deletion
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.5.2",
4+
"version": "1.6.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)