Skip to content

Commit 4b5d43a

Browse files
committed
Bump 3.1.14
1 parent 0bb3f9e commit 4b5d43a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.dev/tests/phpunit/test-class-coblocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function test_constants() {
6969
$reflection_method->invoke( coblocks() );
7070

7171
$expected = [
72-
'version' => '3.1.13',
72+
'version' => '3.1.14',
7373
'plugin_dir' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_path( __FILE__ ) ),
7474
'plugin_url' => str_replace( '.dev/tests/phpunit/', '', plugin_dir_url( __FILE__ ) ),
7575
'plugin_file' => str_replace( '.dev/tests/phpunit/test-class-coblocks.php', 'class-coblocks.php', __FILE__ ),

class-coblocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
55
* Author: GoDaddy
66
* Author URI: https://www.godaddy.com
7-
* Version: 3.1.13
7+
* Version: 3.1.14
88
* Text Domain: coblocks
99
* Domain Path: /languages
1010
* Tested up to: 6.7
@@ -26,7 +26,7 @@
2626
exit;
2727
}
2828

29-
define( 'COBLOCKS_VERSION', '3.1.13' );
29+
define( 'COBLOCKS_VERSION', '3.1.14' );
3030
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3131
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
3232
define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );

languages/coblocks.pot

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: CoBlocks 3.1.13\n"
4+
"Project-Id-Version: CoBlocks 3.1.14\n"
55
"Report-Msgid-Bugs-To: https://github.com/godaddy-wordpress/coblocks/issues\n"
66
"Last-Translator: [email protected]\n"
77
"Language-Team: LANGUAGE <[email protected]>\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"POT-Creation-Date: 2024-07-26T00:46:14+00:00\n"
11+
"POT-Creation-Date: 2024-12-20T21:38:23+00:00\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"X-Generator: WP-CLI 2.8.1\n"
1414
"X-Domain: coblocks\n"
1515

1616
#. Plugin Name of the plugin
1717
#. translators: icon label
18+
#: class-coblocks.php
1819
#: src/blocks/icon/deprecated/svgs.js:15
1920
#: src/blocks/icon/deprecated/svgsfocusable.js:14
2021
#: src/blocks/icon/deprecated/svgsv1.js:25
@@ -23,14 +24,17 @@ msgid "CoBlocks"
2324
msgstr ""
2425

2526
#. Description of the plugin
27+
#: class-coblocks.php
2628
msgid "CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress."
2729
msgstr ""
2830

2931
#. Author of the plugin
32+
#: class-coblocks.php
3033
msgid "GoDaddy"
3134
msgstr ""
3235

3336
#. Author URI of the plugin
37+
#: class-coblocks.php
3438
msgid "https://www.godaddy.com"
3539
msgstr ""
3640

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
55
Requires at least: 6.3
66
Tested up to: 6.7
77
Requires PHP: 7.4
8-
Stable tag: 3.1.13
8+
Stable tag: 3.1.14
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)