Skip to content

Commit 0a4e320

Browse files
Updating to version 3.1.9
1 parent 97dc156 commit 0a4e320

File tree

7 files changed

+35
-22
lines changed

7 files changed

+35
-22
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.8',
72+
'version' => '3.1.9',
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.1.9 / 2024-04-30
2+
===================
3+
# Bug fix
4+
* Prevent local URLs from loading with events block [#2607](https://github.com/godaddy-wordpress/coblocks/pull/2607)
5+
* Fix Site Content extension loading outside of editor [#2609](https://github.com/godaddy-wordpress/coblocks/pull/2609)
6+
* Fix Site Design extension failing dom operations [#2610](https://github.com/godaddy-wordpress/coblocks/pull/2610)
7+
8+
19
3.1.8 / 2024-04-02
210
===================
311
# Enhancements

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.8
7+
* Version: 3.1.9
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.8' );
29+
define( 'COBLOCKS_VERSION', '3.1.9' );
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.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"967b5cc3ae728584270817e337168c5e": "An available design_style must be passed.",
5151
"43f0ebdd3c9d11730030b0245b5e9331": "Counter and Icon block Group",
5252
"876c3899b2de37979aff4601f76dcad2": "Counter with multiple inline digits",
53+
"8d8478445a046b47d297c6aeecdacaac": "An error has occurred. localhost URLs are not permitted.",
5354
"bc9d11ab826dd2152fa5463419c01a64": "Previous post",
5455
"ebd8e5c00539f70d95666231fbc997fa": "Next post",
5556
"bbfe64a81cf08513c7d4ea7bf8457c87": "An error has occurred, check for calendar privileges to make sure it is public or try again later.",
@@ -79,6 +80,17 @@
7980
"bbaff12800505b22a853e8b7f4eb6a22": "Contact",
8081
"8cf04a9734132302f96da8e113e80ce5": "Home",
8182
"d4f859a96c13f551a2771b7fc3a78d38": "Portfolio",
83+
"ae2fd93db7a96c6c8eb65aa02dc03217": "Circular",
84+
"76aa96369abbba52e621bfa83da8e64f": "3D",
85+
"3f39588bb19e28051d9aedfbb170025c": "Shadow",
86+
"7a1920d61156abc05a60135aefe8bc67": "Default",
87+
"687860835846b90d140dfea3d3854344": "Bottom Wave",
88+
"22fafef9f27284e1919cf4f587b3321e": "Top Wave",
89+
"6adf97f83acf6453d4a6a4b1070f3754": "None",
90+
"4f8222964f9a317cef99dddc23a121bd": "Checkbox",
91+
"1d565b9e5303987bb1b1938d5d458bca": "Card",
92+
"2359a16283d7b4bfaaff2f6e90cbd116": "Overlap",
93+
"606b51cc1c9d0b4af394419a22f2ff1f": "Outline",
8294
"4059b0251f66a18cb56f544728796875": "Info",
8395
"505a83f220c02df2f85c3810cd9ceb38": "Success",
8496
"0eaadb4fcb48a0a0ed7bc9868be9fbaa": "Warning",
@@ -320,7 +332,6 @@
320332
"a9227217ea0a0c7c0f5ef18dcef24079": "Select a variation to start with.",
321333
"edbd0d311fc5c18798a261bdb276c00a": "Write option…",
322334
"c13b301c5b8b91198f15ff137c18e1d0": "Remove Option",
323-
"4f8222964f9a317cef99dddc23a121bd": "Checkbox",
324335
"3b87e02cd6d0ea7a64a23cc7726f5176": "A checkbox field with multiple options where multiple choices can be made.",
325336
"ef3e30e070f70244fd6578d88a6b77ac": "option",
326337
"0ee9ae906527039719800961913d7a7c": "A field for requesting date selections with a date picker.",
@@ -363,10 +374,6 @@
363374
"c79bdf421714f5087fc34b7c538b6807": "submit",
364375
"ce50a09343724eb82df11390e2c1de18": "button",
365376
"db3e3f51c9107e26c9bccf9a188ce2ed": "Fill",
366-
"606b51cc1c9d0b4af394419a22f2ff1f": "Outline",
367-
"ae2fd93db7a96c6c8eb65aa02dc03217": "Circular",
368-
"76aa96369abbba52e621bfa83da8e64f": "3D",
369-
"3f39588bb19e28051d9aedfbb170025c": "Shadow",
370377
"e4b32c1168fa4491fab18d133ef8e27c": "A text box for custom responses.",
371378
"5a9439febccfe961f83eb41c54ce4dfc": "text control",
372379
"4207dcb07e85ef01b1310d2db692fded": "text box",
@@ -422,7 +429,6 @@
422429
"0ebe6df8a3ac338e0512acc741823fdb": "Replace",
423430
"9639e32cab248434a17ab32237cb3b71": "Apply",
424431
"0b02313760460579913fc272af58be93": "Write caption…",
425-
"7a1920d61156abc05a60135aefe8bc67": "Default",
426432
"320af35370596a9ea75686c6624a9f07": "Tiled",
427433
"f93035ea44358524f2e35155881ebb02": "Layered",
428434
"cb38011d94b8d1351748dac9e132acdd": "Showing captions for each media item.",
@@ -456,7 +462,6 @@
456462
"4a3e68e06a6046540eeea93e3eee0485": "Stacked Gallery",
457463
"29b733fdb4bddeda910b3b4a659c2fef": "Stacked",
458464
"74092703eb02389f7aed0b777bfa41ef": "Display multiple images in a single column stacked gallery.",
459-
"6adf97f83acf6453d4a6a4b1070f3754": "None",
460465
"4c838370a27279a1a714d998a264208c": "Fullwidth images are enabled.",
461466
"530074f8dd8c0069ca6c615980ad5258": "Toggle to fill the available gallery area with completely fullwidth images.",
462467
"9275377afe7b4e70a16a3f5900baa706": "Stacked settings",
@@ -1306,10 +1311,10 @@
13061311
"e1b478f09f14bb06475293bb3870af9a": "landing",
13071312
"347cd68a17ba31d02e83262794a3c9e3": "comparison",
13081313
"92d8193bd3bd47d17b515e35da88085b": "Pricing Table settings",
1314+
"408379628214850eb02493369631a9b2": "Add features",
13091315
"c1f52fba179ff982b10e3881670b61ef": "Buy Now",
13101316
"903d7d7d22666966f51aaaf4663bb5f2": "Plan A",
13111317
"c3e97dd6e97fb5125688c97f36720cbe": "$",
1312-
"408379628214850eb02493369631a9b2": "Add features",
13131318
"998442ec4ec8177cb2b16ca09b4d916b": "Pricing Table Item",
13141319
"1424af5c6b4b1aea0312cc3f88840f54": "A pricing table to help visitors compare products and plans.",
13151320
"6820fd8ff607c932c448e2f41cf2260f": "Add background to column",
@@ -1630,8 +1635,6 @@
16301635
"44b512d48d787d6bb969f0e5f4de0d2e": "Custom color pickers",
16311636
"e330a25e0797c5c5bf2f89028aa4e0af": "Allow styling with gradient fills.",
16321637
"03c2df6cd6ee0a6cb938f780d7695ff2": "Gradient styles",
1633-
"687860835846b90d140dfea3d3854344": "Bottom Wave",
1634-
"22fafef9f27284e1919cf4f587b3321e": "Top Wave",
16351638
"6d55f494bbb9880a4ec407232df4f20c": "Crop settings",
16361639
"004c87b62d5274851115f4263bd6b5b7": "Add New Page",
16371640
"b4ec4f1b98c42eac68632b5070bd6302": "Pick one of these layouts or start with a blank page.",
@@ -1644,8 +1647,6 @@
16441647
"1916d68ef4d9e69fee56406a6a53a0e8": "No layouts are available for this category.",
16451648
"eb21e598c68d9930d3ee0933ab631409": "Allow layout selection on new pages",
16461649
"fc2769330afc07c44f2fb387e4a91dd2": "Layout selector",
1647-
"1d565b9e5303987bb1b1938d5d458bca": "Card",
1648-
"2359a16283d7b4bfaaff2f6e90cbd116": "Overlap",
16491650
"ce2a4c105374c3ce234a9848726a6236": "%1$s settings",
16501651
"6e4078d4ef11feb2f01734156f7c9ad8": "Site content",
16511652
"fbff07e87b72af221ccfb17c242b3c96": "Site contents",

languages/coblocks.pot

Lines changed: 9 additions & 5 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.8\n"
4+
"Project-Id-Version: CoBlocks 3.1.9\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-02T16:52:08+00:00\n"
11+
"POT-Creation-Date: 2024-04-30T18:06:27+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"
@@ -294,17 +294,21 @@ msgstr ""
294294
msgid "Counter with multiple inline digits"
295295
msgstr ""
296296

297-
#: src/blocks/events/index.php:174
297+
#: src/blocks/events/index.php:24
298+
msgid "An error has occurred. localhost URLs are not permitted."
299+
msgstr ""
300+
301+
#: src/blocks/events/index.php:179
298302
#: src/blocks/post-carousel/index.php:236
299303
msgid "Previous post"
300304
msgstr ""
301305

302-
#: src/blocks/events/index.php:175
306+
#: src/blocks/events/index.php:180
303307
#: src/blocks/post-carousel/index.php:237
304308
msgid "Next post"
305309
msgstr ""
306310

307-
#: src/blocks/events/index.php:185
311+
#: src/blocks/events/index.php:190
308312
msgid "An error has occurred, check for calendar privileges to make sure it is public or try again later."
309313
msgstr ""
310314

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.8",
5+
"version": "3.1.9",
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.8
8+
Stable tag: 3.1.9
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)