Skip to content

Commit 936b6c7

Browse files
authored
Bump the version to 1.7.0 (#179)
* Run unit and e2e tests on WP 6.5
1 parent 8fb1877 commit 936b6c7

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: 6.0
66
Tested up to: 6.5
77
Requires PHP: 7.0
8-
Stable tag: 1.6.0
8+
Stable tag: 1.7.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.6.0
11+
* Version: 1.7.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.6.0",
4+
"version": "1.7.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)