From a4c75cc8b0f7e1a6dd45c45e495f29190427d588 Mon Sep 17 00:00:00 2001 From: godaddy-wordpress-bot Date: Wed, 9 Aug 2023 22:57:31 +0000 Subject: [PATCH] Updating to version 3.1.1 --- .dev/tests/phpunit/test-class-coblocks.php | 2 +- changelog.txt | 5 +++++ class-coblocks.php | 4 ++-- languages/coblocks.pot | 8 ++++---- package.json | 2 +- readme.txt | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index 5532c769507..2c7ce00080d 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' => '3.1.0', + 'version' => '3.1.1', '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/changelog.txt b/changelog.txt index d4f88f39aae..ec240d575f1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +3.1.1 / 2023-08-09 +=================== +# Bug fix +* Correct value to 6.2 [#2552](https://github.com/godaddy-wordpress/coblocks/pull/2552) + 3.1.1 / 2023-08-09 =================== # Bug fix diff --git a/class-coblocks.php b/class-coblocks.php index 5403d673bf3..4ca75a0d903 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: 3.1.0 + * Version: 3.1.1 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 6.3 @@ -26,7 +26,7 @@ exit; } -define( 'COBLOCKS_VERSION', '3.1.0' ); +define( 'COBLOCKS_VERSION', '3.1.1' ); 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 d100838d6b5..fdc3072ef7d 100644 --- a/languages/coblocks.pot +++ b/languages/coblocks.pot @@ -1,14 +1,14 @@ # Copyright (c) 2023 GoDaddy Operating Company, LLC. All Rights Reserved. msgid "" msgstr "" -"Project-Id-Version: CoBlocks 3.1.0\n" +"Project-Id-Version: CoBlocks 3.1.1\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: 2023-08-08T14:21:37+00:00\n" +"POT-Creation-Date: 2023-08-09T22:57:12+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: coblocks\n" @@ -34,8 +34,8 @@ msgstr "" msgid "https://www.godaddy.com" msgstr "" -#: class-coblocks.php:82 -#: class-coblocks.php:94 +#: class-coblocks.php:83 +#: class-coblocks.php:95 msgid "Something went wrong." msgstr "" diff --git a/package.json b/package.json index 183e71d1bb3..3a1fef889d8 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": "3.1.0", + "version": "3.1.1", "tested_up_to": "6.3", "author": "GoDaddy", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 944bfac399f..b4c5e2ab3bd 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks Requires at least: 6.2 Tested up to: 6.3 Requires PHP: 7.4 -Stable tag: 3.1.0 +Stable tag: 3.1.1 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html