Skip to content

Commit 66fa1f7

Browse files
Updating to version 3.1.10
1 parent 4af6eb2 commit 66fa1f7

File tree

6 files changed

+22
-16
lines changed

6 files changed

+22
-16
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.9',
72+
'version' => '3.1.10',
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.1.10 / 2024-05-30
2+
===================
3+
# Bug fix
4+
* Fix a possible XSS vector [#2612](https://github.com/godaddy-wordpress/coblocks/pull/2612)
5+
6+
17
3.1.9 / 2024-04-30
28
===================
39
# Bug fix

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

29-
define( 'COBLOCKS_VERSION', '3.1.9' );
29+
define( 'COBLOCKS_VERSION', '3.1.10' );
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
22
msgid ""
33
msgstr ""
4-
"Project-Id-Version: CoBlocks 3.1.9\n"
4+
"Project-Id-Version: CoBlocks 3.1.10\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-04-30T18:06:27+00:00\n"
11+
"POT-Creation-Date: 2024-05-30T16:08:59+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"
@@ -373,49 +373,49 @@ msgid "Share on Reddit"
373373
msgstr ""
374374

375375
#. translators: icon label
376-
#: src/blocks/social-profiles/index.php:68
376+
#: src/blocks/social-profiles/index.php:19
377377
#: src/blocks/icon/svgs-generated.js:1031
378378
#: src/blocks/social-profiles/edit.js:123
379379
msgid "Facebook"
380380
msgstr ""
381381

382382
#. translators: icon label
383-
#: src/blocks/social-profiles/index.php:72
383+
#: src/blocks/social-profiles/index.php:20
384384
#: src/blocks/icon/svgs-generated.js:2975
385385
#: src/blocks/social-profiles/edit.js:129
386386
msgid "Twitter"
387387
msgstr ""
388388

389-
#: src/blocks/social-profiles/index.php:76
389+
#: src/blocks/social-profiles/index.php:21
390390
#: src/blocks/social-profiles/edit.js:135
391391
msgid "Instagram"
392392
msgstr ""
393393

394-
#: src/blocks/social-profiles/index.php:80
394+
#: src/blocks/social-profiles/index.php:22
395395
#: src/blocks/social-profiles/edit.js:141
396396
msgid "TikTok"
397397
msgstr ""
398398

399-
#: src/blocks/social-profiles/index.php:84
399+
#: src/blocks/social-profiles/index.php:23
400400
#: src/blocks/social-profiles/edit.js:147
401401
msgid "Pinterest"
402402
msgstr ""
403403

404-
#: src/blocks/social-profiles/index.php:88
404+
#: src/blocks/social-profiles/index.php:24
405405
msgid "Linkedin"
406406
msgstr ""
407407

408-
#: src/blocks/social-profiles/index.php:93
408+
#: src/blocks/social-profiles/index.php:25
409409
#: src/blocks/social-profiles/edit.js:159
410410
msgid "YouTube"
411411
msgstr ""
412412

413-
#: src/blocks/social-profiles/index.php:97
413+
#: src/blocks/social-profiles/index.php:26
414414
#: src/blocks/social-profiles/edit.js:165
415415
msgid "Yelp"
416416
msgstr ""
417417

418-
#: src/blocks/social-profiles/index.php:101
418+
#: src/blocks/social-profiles/index.php:27
419419
#: src/blocks/social-profiles/edit.js:171
420420
msgid "Houzz"
421421
msgstr ""

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.9",
5+
"version": "3.1.10",
66
"tested_up_to": "6.5",
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.5
77
Requires PHP: 7.4
8-
Stable tag: 3.1.9
8+
Stable tag: 3.1.10
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)