From 5a21fca52d0e0a5db4c939c208848a7c57178297 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Tue, 4 Oct 2022 09:19:11 -0700 Subject: [PATCH] 1.6.0 --- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index de1e82400..e4b004308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generateblocks", - "version": "1.6.0-rc.2", + "version": "1.6.0", "private": true, "description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.", "author": "Tom Usborne", diff --git a/plugin.php b/plugin.php index 79b8529dc..aebb4a08c 100644 --- a/plugin.php +++ b/plugin.php @@ -5,7 +5,7 @@ * Description: A small collection of lightweight WordPress blocks that can accomplish nearly anything. * Author: Tom Usborne * Author URI: https://tomusborne.com - * Version: 1.6.0-rc.2 + * Version: 1.6.0 * Requires at least: 5.9 * Requires PHP: 5.6 * License: GPL2+ @@ -19,7 +19,7 @@ exit; // Exit if accessed directly. } -define( 'GENERATEBLOCKS_VERSION', '1.6.0-rc.2' ); +define( 'GENERATEBLOCKS_VERSION', '1.6.0' ); define( 'GENERATEBLOCKS_DIR', plugin_dir_path( __FILE__ ) ); define( 'GENERATEBLOCKS_DIR_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 4f03e4a86..464ba6fa9 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: blocks, gutenberg, container, headline, grid, columns, page builder, wysiw Requires at least: 5.9 Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 1.5.4 +Stable tag: 1.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html