Skip to content

Commit 1001f84

Browse files
Updating to version 3.1.13
1 parent c5dd83b commit 1001f84

File tree

6 files changed

+30
-24
lines changed

6 files changed

+30
-24
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.12',
72+
'version' => '3.1.13',
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.13 / 2024-07-26
2+
===================
3+
# Bug fix
4+
* Fix block migration error without dependency [#2619](https://github.com/godaddy-wordpress/coblocks/pull/2619)
5+
* Fix unescaped excerpts in Post Carousel Block - Thank you CleanTalk and Dmitrii Ignatyev [#2618](https://github.com/godaddy-wordpress/coblocks/pull/2618)
6+
17
3.1.12 / 2024-06-24
28
===================
39

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

29-
define( 'COBLOCKS_VERSION', '3.1.12' );
29+
define( 'COBLOCKS_VERSION', '3.1.13' );
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: 19 additions & 19 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.12\n"
4+
"Project-Id-Version: CoBlocks 3.1.13\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-06-24T21:30:11+00:00\n"
11+
"POT-Creation-Date: 2024-07-26T00:46:14+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"
@@ -1024,7 +1024,7 @@ msgstr ""
10241024

10251025
#: src/blocks/events/edit.js:211
10261026
#: src/blocks/post-carousel/edit.js:252
1027-
#: src/blocks/posts/edit.js:324
1027+
#: src/blocks/posts/edit.js:325
10281028
msgid "Use URL"
10291029
msgstr ""
10301030

@@ -2620,7 +2620,7 @@ msgstr ""
26202620
#. translators: block style
26212621
#: src/blocks/gallery-stacked/edit.js:144
26222622
#: src/blocks/gallery-stacked/index.js:55
2623-
#: src/blocks/posts/edit.js:56
2623+
#: src/blocks/posts/edit.js:57
26242624
msgid "Stacked"
26252625
msgstr ""
26262626

@@ -8367,7 +8367,7 @@ msgid "Select language"
83678367
msgstr ""
83688368

83698369
#: src/blocks/post-carousel/edit.js:147
8370-
#: src/blocks/posts/edit.js:203
8370+
#: src/blocks/posts/edit.js:204
83718371
msgid "Edit RSS URL"
83728372
msgstr ""
83738373

@@ -8376,7 +8376,7 @@ msgid "Post Carousel"
83768376
msgstr ""
83778377

83788378
#: src/blocks/post-carousel/edit.js:210
8379-
#: src/blocks/posts/edit.js:275
8379+
#: src/blocks/posts/edit.js:276
83808380
msgid "No posts found. Start publishing or add posts from an RSS feed."
83818381
msgstr ""
83828382

@@ -8385,22 +8385,22 @@ msgid "Retrieve an external feed"
83858385
msgstr ""
83868386

83878387
#: src/blocks/post-carousel/edit.js:219
8388-
#: src/blocks/posts/edit.js:284
8388+
#: src/blocks/posts/edit.js:285
83898389
msgid "Use External Feed"
83908390
msgstr ""
83918391

83928392
#: src/blocks/post-carousel/edit.js:241
8393-
#: src/blocks/posts/edit.js:314
8393+
#: src/blocks/posts/edit.js:315
83948394
msgid "RSS URLs are generally located at the /feed/ directory of a site."
83958395
msgstr ""
83968396

83978397
#: src/blocks/post-carousel/edit.js:242
8398-
#: src/blocks/posts/edit.js:313
8398+
#: src/blocks/posts/edit.js:314
83998399
msgid "RSS Feed"
84008400
msgstr ""
84018401

84028402
#: src/blocks/post-carousel/edit.js:248
8403-
#: src/blocks/posts/edit.js:318
8403+
#: src/blocks/posts/edit.js:319
84048404
msgid "https://example.com/feed…"
84058405
msgstr ""
84068406

@@ -8522,37 +8522,37 @@ msgstr ""
85228522
msgid "Number of posts"
85238523
msgstr ""
85248524

8525-
#: src/blocks/post-carousel/post-item.js:72
8526-
#: src/blocks/posts/edit.js:423
8525+
#: src/blocks/post-carousel/post-item.js:73
8526+
#: src/blocks/posts/edit.js:424
85278527
#: src/extensions/site-content/post-type-panel.js:305
85288528
#: src/extensions/site-content/post-type-panel.js:310
85298529
msgid "(no title)"
85308530
msgstr ""
85318531

8532-
#: src/blocks/post-carousel/post-item.js:89
8533-
#: src/blocks/posts/edit.js:449
8532+
#: src/blocks/post-carousel/post-item.js:90
8533+
#: src/blocks/posts/edit.js:450
85348534
msgid "Read more"
85358535
msgstr ""
85368536

85378537
#. translators: block style
8538-
#: src/blocks/posts/edit.js:63
8538+
#: src/blocks/posts/edit.js:64
85398539
#: src/blocks/testimonials/utils.js:26
85408540
msgid "Horizontal"
85418541
msgstr ""
85428542

8543-
#: src/blocks/posts/edit.js:216
8543+
#: src/blocks/posts/edit.js:217
85448544
msgid "Image on left"
85458545
msgstr ""
85468546

8547-
#: src/blocks/posts/edit.js:221
8547+
#: src/blocks/posts/edit.js:222
85488548
msgid "Image on right"
85498549
msgstr ""
85508550

8551-
#: src/blocks/posts/edit.js:270
8551+
#: src/blocks/posts/edit.js:271
85528552
msgid "Blog Posts"
85538553
msgstr ""
85548554

8555-
#: src/blocks/posts/edit.js:278
8555+
#: src/blocks/posts/edit.js:279
85568556
msgid "Retrieve an External Feed"
85578557
msgstr ""
85588558

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

0 commit comments

Comments
 (0)