diff --git a/.dev/tests/phpunit/test-class-coblocks.php b/.dev/tests/phpunit/test-class-coblocks.php
index 1034fa8be56..5656164787c 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.9',
+ 'version' => '3.1.10',
'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/changelog.txt b/changelog.txt
index 1f8f60df4c5..86fbaa9b220 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+3.1.10 / 2024-05-30
+===================
+# Bug fix
+* Fix a possible XSS vector [#2612](https://github.com/godaddy-wordpress/coblocks/pull/2612)
+
+
3.1.9 / 2024-04-30
===================
# Bug fix
diff --git a/class-coblocks.php b/class-coblocks.php
index e3407681eec..dc70e973e2c 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.9
+ * Version: 3.1.10
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.5
@@ -26,7 +26,7 @@
exit;
}
-define( 'COBLOCKS_VERSION', '3.1.9' );
+define( 'COBLOCKS_VERSION', '3.1.10' );
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 44768a25fae..ef78de45e49 100644
--- a/languages/coblocks.pot
+++ b/languages/coblocks.pot
@@ -1,14 +1,14 @@
# Copyright (c) 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
msgid ""
msgstr ""
-"Project-Id-Version: CoBlocks 3.1.9\n"
+"Project-Id-Version: CoBlocks 3.1.10\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-04-30T18:06:27+00:00\n"
+"POT-Creation-Date: 2024-05-30T16:08:59+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"
@@ -373,49 +373,49 @@ msgid "Share on Reddit"
msgstr ""
#. translators: icon label
-#: src/blocks/social-profiles/index.php:68
+#: src/blocks/social-profiles/index.php:19
#: src/blocks/icon/svgs-generated.js:1031
#: src/blocks/social-profiles/edit.js:123
msgid "Facebook"
msgstr ""
#. translators: icon label
-#: src/blocks/social-profiles/index.php:72
+#: src/blocks/social-profiles/index.php:20
#: src/blocks/icon/svgs-generated.js:2975
#: src/blocks/social-profiles/edit.js:129
msgid "Twitter"
msgstr ""
-#: src/blocks/social-profiles/index.php:76
+#: src/blocks/social-profiles/index.php:21
#: src/blocks/social-profiles/edit.js:135
msgid "Instagram"
msgstr ""
-#: src/blocks/social-profiles/index.php:80
+#: src/blocks/social-profiles/index.php:22
#: src/blocks/social-profiles/edit.js:141
msgid "TikTok"
msgstr ""
-#: src/blocks/social-profiles/index.php:84
+#: src/blocks/social-profiles/index.php:23
#: src/blocks/social-profiles/edit.js:147
msgid "Pinterest"
msgstr ""
-#: src/blocks/social-profiles/index.php:88
+#: src/blocks/social-profiles/index.php:24
msgid "Linkedin"
msgstr ""
-#: src/blocks/social-profiles/index.php:93
+#: src/blocks/social-profiles/index.php:25
#: src/blocks/social-profiles/edit.js:159
msgid "YouTube"
msgstr ""
-#: src/blocks/social-profiles/index.php:97
+#: src/blocks/social-profiles/index.php:26
#: src/blocks/social-profiles/edit.js:165
msgid "Yelp"
msgstr ""
-#: src/blocks/social-profiles/index.php:101
+#: src/blocks/social-profiles/index.php:27
#: src/blocks/social-profiles/edit.js:171
msgid "Houzz"
msgstr ""
diff --git a/package.json b/package.json
index c7406d35427..f59dbdfefc9 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.9",
+ "version": "3.1.10",
"tested_up_to": "6.5",
"requires_at_least": "6.3",
"author": "GoDaddy",
diff --git a/readme.txt b/readme.txt
index cd6180a1bd6..07d40340889 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.5
Requires PHP: 7.4
-Stable tag: 3.1.9
+Stable tag: 3.1.10
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html