Skip to content

Commit 6232c3a

Browse files
Updating to version 3.1.17
1 parent 76d0b51 commit 6232c3a

6 files changed

Lines changed: 19 additions & 15 deletions

File tree

.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.16',
72+
'version' => '3.1.17',
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__ ),

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.17 / 2026-03-05
2+
===================
3+
- Sanitize event time and error messages to prevent XSS
4+
15
3.1.16 / 2025-06-04
26
===================
37
- Use URLSearchParams for query string generation

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.16
7+
* Version: 3.1.17
88
* Text Domain: coblocks
99
* Domain Path: /languages
1010
* Tested up to: 6.8
@@ -26,7 +26,7 @@
2626
exit;
2727
}
2828

29-
define( 'COBLOCKS_VERSION', '3.1.16' );
29+
define( 'COBLOCKS_VERSION', '3.1.17' );
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (c) 2025 GoDaddy Operating Company, LLC. All Rights Reserved.
1+
# Copyright (c) 2026 GoDaddy Operating Company, LLC. All Rights Reserved.
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: CoBlocks 3.1.16\n"
4+
"Project-Id-Version: CoBlocks 3.1.17\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: 2025-06-04T13:33:52+00:00\n"
11+
"POT-Creation-Date: 2026-03-05T15:21:35+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"
@@ -10069,25 +10069,25 @@ msgstr ""
1006910069
msgid "Crop settings"
1007010070
msgstr ""
1007110071

10072-
#: src/extensions/layout-selector/index.js:95
10072+
#: src/extensions/layout-selector/index.js:94
1007310073
msgid "Add New Page"
1007410074
msgstr ""
1007510075

10076-
#: src/extensions/layout-selector/index.js:96
10076+
#: src/extensions/layout-selector/index.js:95
1007710077
msgid "Pick one of these layouts or start with a blank page."
1007810078
msgstr ""
1007910079

10080-
#: src/extensions/layout-selector/index.js:109
10080+
#: src/extensions/layout-selector/index.js:108
1008110081
msgid "Layouts"
1008210082
msgstr ""
1008310083

10084-
#: src/extensions/layout-selector/index.js:133
10085-
#: src/extensions/layout-selector/index.js:161
10084+
#: src/extensions/layout-selector/index.js:132
10085+
#: src/extensions/layout-selector/index.js:160
1008610086
msgid "Add blank page"
1008710087
msgstr ""
1008810088

10089-
#. translators: %s is the post title.
10090-
#: src/extensions/layout-selector/index.js:243
10089+
#. translators: %s: layout name
10090+
#: src/extensions/layout-selector/index.js:238
1009110091
msgid "\"%s\" layout has been added to the page."
1009210092
msgstr ""
1009310093

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "coblocks",
33
"title": "CoBlocks",
44
"description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.",
5-
"version": "3.1.16",
5+
"version": "3.1.17",
66
"tested_up_to": "6.8",
77
"requires_at_least": "6.3",
88
"author": "GoDaddy",

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.8
77
Requires PHP: 7.4
8-
Stable tag: 3.1.16
8+
Stable tag: 3.1.17
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)