Skip to content

Commit c3fb181

Browse files
committed
chore(bump): version 2.1.0
1 parent 5ca1d88 commit c3fb181

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

.plugin-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.0.3",
2+
"version": "2.1.0",
33
"slug": "blockparty-faq"
44
}

blockparty-faq.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: A FAQ block for WordPress Editor that provided structured data based on FAQ schema.
55
* Requires at least: 6.2
66
* Requires PHP: 8.1
7-
* Version: 2.0.3
7+
* Version: 2.1.0
88
* Plugin URI: https://beapi.fr
99
* Author: Be API Technical team
1010
* Author URI: https://beapi.fr
@@ -45,7 +45,7 @@
4545
}
4646

4747
// Plugin constants
48-
define( 'BLOCKPARTY_FAQ_VERSION', '2.0.3' );
48+
define( 'BLOCKPARTY_FAQ_VERSION', '2.1.0' );
4949

5050
// Plugin URL and PATH
5151
define( 'BLOCKPARTY_FAQ_DIR', plugin_dir_path( __FILE__ ) );

languages/blockparty-faq.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Blockparty FAQ 2.0.3\n"
5+
"Project-Id-Version: Blockparty FAQ 2.1.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/blockparty-faq\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockparty-faq",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "SEO friendly FAQ module in an accessible accordion",
55
"author": "Be API Technical team",
66
"license": "GPL-2.0-or-later",

src/faq-answer/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "blockparty/faq-answer",
5-
"version": "2.0.3",
5+
"version": "2.1.0",
66
"title": "FAQ Answer",
77
"category": "design",
88
"parent": [ "blockparty/faq-item" ],

src/faq-item/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "blockparty/faq-item",
5-
"version": "2.0.3",
5+
"version": "2.1.0",
66
"title": "FAQ Item",
77
"category": "design",
88
"parent": [ "blockparty/faq" ],

src/faq-question/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "blockparty/faq-question",
5-
"version": "2.0.3",
5+
"version": "2.1.0",
66
"title": "FAQ Question",
77
"category": "design",
88
"parent": [ "blockparty/faq-item" ],

src/faq/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "blockparty/faq",
5-
"version": "2.0.3",
5+
"version": "2.1.0",
66
"title": "FAQ",
77
"category": "design",
88
"description": "A FAQ block for WordPress Editor that provided structured data based on FAQ schema.",

0 commit comments

Comments
 (0)