From bd186edda6bd6c35a45a916082d8ffcb679261fc Mon Sep 17 00:00:00 2001 From: godaddy-wordpress-bot Date: Tue, 7 Feb 2023 20:47:09 +0000 Subject: [PATCH] Updating to version 2.26.2 --- .dev/tests/phpunit/test-class-coblocks.php | 2 +- changelog.txt | 4 +++- class-coblocks.php | 4 ++-- languages/coblocks.pot | 4 ++-- package.json | 2 +- readme.txt | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index e5cf5de3dcc..1c633cd2334 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.26.1', + 'version' => '2.26.2', '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 a852729a325..48f4c4aa634 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,6 @@ -2.26.1 / 2023-02-07\n===================\n### Fix +2.26.2 / 2023-02-07\n===================\n### Bugfix + +- Fix issue with checkout ref conditional.\n\n2.26.1 / 2023-02-07\n===================\n### Fix - Fixes issue with WP.org Deploy workflow.\n\n2.26.0 / 2023-02-06\n===================\n### Enhancements - Migrated from using CircleCI to Github Actions for our automated testing and deploys. diff --git a/class-coblocks.php b/class-coblocks.php index f986deda34e..ce538b4a463 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.26.1 + * Version: 2.26.2 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 6.1 @@ -25,7 +25,7 @@ exit; } -define( 'COBLOCKS_VERSION', '2.26.1' ); +define( 'COBLOCKS_VERSION', '2.26.2' ); 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 0a1684ccdf5..3e5a49dd113 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 2.26.1\n" +"Project-Id-Version: CoBlocks 2.26.2\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-02-07T20:25:24+00:00\n" +"POT-Creation-Date: 2023-02-07T20:46:51+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" diff --git a/package.json b/package.json index c6d2eea292e..8fbdb15acd1 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.26.1", + "version": "2.26.2", "tested_up_to": "6.1", "author": "GoDaddy", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index 8d630ffc4db..af6d7d73564 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks Requires at least: 5.5 Tested up to: 6.1 Requires PHP: 7.4 -Stable tag: 2.26.1 +Stable tag: 2.26.2 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html