From 151faeaf3692ae6a9bbd51083c1395fb64a42c1f Mon Sep 17 00:00:00 2001 From: AnthonyLedesma Date: Tue, 2 Feb 2021 13:24:53 -0700 Subject: [PATCH] 2.7.0 --- .dev/tests/phpunit/test-class-coblocks.php | 2 +- class-coblocks.php | 4 ++-- languages/coblocks.pot | 4 ++-- package.json | 2 +- readme.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index 90157a9b49f..e77f6e428be 100644 --- a/.dev/tests/phpunit/test-class-coblocks.php +++ b/.dev/tests/phpunit/test-class-coblocks.php @@ -69,7 +69,7 @@ public function test_constants() { $reflection_method->invoke( coblocks() ); $expected = [ - 'version' => '2.6.0', + 'version' => '2.7.0', 'plugin_dir' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_path( __FILE__ ) ), 'plugin_url' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_url( __FILE__ ) ), 'plugin_file' => str_replace( '.dev/tests/phpunit/test-class-coblocks.php', 'class-coblocks.php', __FILE__ ), diff --git a/class-coblocks.php b/class-coblocks.php index 3f4fb2247e7..3d1ee3e6fe2 100644 --- a/class-coblocks.php +++ b/class-coblocks.php @@ -4,7 +4,7 @@ * Description: CoBlocks is a suite of professional page building content blocks for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress. * Author: GoDaddy * Author URI: https://www.godaddy.com - * Version: 2.6.0 + * Version: 2.7.0 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 5.6 @@ -25,7 +25,7 @@ exit; } -define( 'COBLOCKS_VERSION', '2.6.0' ); +define( 'COBLOCKS_VERSION', '2.7.0' ); define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'COBLOCKS_PLUGIN_FILE', __FILE__ ); diff --git a/languages/coblocks.pot b/languages/coblocks.pot index 3deb829dc47..cbea7f014e4 100644 --- a/languages/coblocks.pot +++ b/languages/coblocks.pot @@ -1,14 +1,14 @@ # Copyright (c) 2021 GoDaddy Operating Company, LLC. All Rights Reserved. msgid "" msgstr "" -"Project-Id-Version: CoBlocks 2.6.0\n" +"Project-Id-Version: CoBlocks 2.7.0\n" "Report-Msgid-Bugs-To: https://github.com/godaddy-wordpress/coblocks/issues\n" "Last-Translator: plugins@godaddy.com\n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2021-02-01T21:19:58+00:00\n" +"POT-Creation-Date: 2021-02-02T20:24:26+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: coblocks\n" diff --git a/package.json b/package.json index f159ce94f45..18ee7c5c507 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coblocks", "title": "CoBlocks", "description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.", - "version": "2.6.0", + "version": "2.7.0", "tested_up_to": "5.6", "author": "GoDaddy", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index ac5ad23c67a..bae2e6307ce 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks Requires at least: 5.0 Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 2.6.0 +Stable tag: 2.7.0 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html