diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php
index 3d0d7391d22..e9f75197945 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.13',
+ 'version' => '3.1.14',
'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 a17e98cbf48..82bfc2b2618 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.13
+ * Version: 3.1.14
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.7
@@ -26,7 +26,7 @@
exit;
}
-define( 'COBLOCKS_VERSION', '3.1.13' );
+define( 'COBLOCKS_VERSION', '3.1.14' );
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 2b686b95106..d23f75f5d47 100644
--- a/languages/coblocks.pot
+++ b/languages/coblocks.pot
@@ -1,20 +1,21 @@
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
msgid ""
msgstr ""
-"Project-Id-Version: CoBlocks 3.1.13\n"
+"Project-Id-Version: CoBlocks 3.1.14\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: 2024-07-26T00:46:14+00:00\n"
+"POT-Creation-Date: 2024-12-20T21:38:23+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: coblocks\n"
#. Plugin Name of the plugin
#. translators: icon label
+#: class-coblocks.php
#: src/blocks/icon/deprecated/svgs.js:15
#: src/blocks/icon/deprecated/svgsfocusable.js:14
#: src/blocks/icon/deprecated/svgsv1.js:25
@@ -23,14 +24,17 @@ msgid "CoBlocks"
msgstr ""
#. Description of the plugin
+#: class-coblocks.php
msgid "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."
msgstr ""
#. Author of the plugin
+#: class-coblocks.php
msgid "GoDaddy"
msgstr ""
#. Author URI of the plugin
+#: class-coblocks.php
msgid "https://www.godaddy.com"
msgstr ""
diff --git a/readme.txt b/readme.txt
index f2ced50c016..ddccaa2f19c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
-Stable tag: 3.1.13
+Stable tag: 3.1.14
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html