From b59900665493ba19c0db7f93cece5933ebe3a244 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Mon, 11 Mar 2024 13:54:58 -0400 Subject: [PATCH] Revert version to 3.1.6 --- .dev/tests/phpunit/test-class-coblocks.php | 2 +- class-coblocks.php | 4 ++-- languages/coblocks.pot | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php index ba073228ed8..2784448ca8e 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.7', + 'version' => '3.1.6', '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 b2333299fe4..4af1246a487 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.7 + * Version: 3.1.6 * Text Domain: coblocks * Domain Path: /languages * Tested up to: 6.4 @@ -26,7 +26,7 @@ exit; } -define( 'COBLOCKS_VERSION', '3.1.7' ); +define( 'COBLOCKS_VERSION', '3.1.6' ); 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 f2905bbae59..c539959338c 100644 --- a/languages/coblocks.pot +++ b/languages/coblocks.pot @@ -1,7 +1,7 @@ # Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved. msgid "" msgstr "" -"Project-Id-Version: CoBlocks 3.1.7\n" +"Project-Id-Version: CoBlocks 3.1.6\n" "Report-Msgid-Bugs-To: https://github.com/godaddy-wordpress/coblocks/issues\n" "Last-Translator: plugins@godaddy.com\n" "Language-Team: LANGUAGE \n" diff --git a/package.json b/package.json index ec6d5e0ddc4..5a0a02465d7 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.7", + "version": "3.1.6", "tested_up_to": "6.4", "requires_at_least": "6.2", "author": "GoDaddy", diff --git a/readme.txt b/readme.txt index d1509f0388e..ac85c61519b 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.4 Requires PHP: 7.4 -Stable tag: 3.1.7 +Stable tag: 3.1.6 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html