File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version": "2.0.0 ",
2+ "version": "2.0.1 ",
33 "slug": "blockparty-faq"
44}
Original file line number Diff line number Diff line change @@ -75,3 +75,7 @@ Yoast SEO is required for the FAQ schema (JSON-LD) generation. It is installed a
7575- ** Complete internationalization** : Support for PO/MO translations for PHP and JSON for JavaScript
7676- ** Aligned build structure** : Reorganization to follow the ` blockparty-accordion ` model with ` block.json ` in each block directory
7777- ** Add/remove buttons** : Added buttons to add and remove FAQ items directly from the editor
78+
79+ ### 2.0.1 - 2026-01-27
80+
81+ - Fix build blocks
Original file line number Diff line number Diff line change 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.0
7+ * Version: 2.0.1
88 * Plugin URI: https://beapi.fr
99 * Author: Be API Technical team
1010 * Author URI: https://beapi.fr
4141}
4242
4343// Plugin constants
44- define ( 'BLOCKPARTY_FAQ_VERSION ' , '2.0.0 ' );
44+ define ( 'BLOCKPARTY_FAQ_VERSION ' , '2.0.1 ' );
4545
4646// Plugin URL and PATH
4747define ( 'BLOCKPARTY_FAQ_DIR ' , plugin_dir_path ( __FILE__ ) );
Original file line number Diff line number Diff line change 11{
22 "name" : " blockparty-faq" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " SEO friendly FAQ module in an accessible accordion" ,
55 "author" : " Be API Technical team" ,
66 "license" : " GPL-2.0-or-later" ,
Original file line number Diff line number Diff line change 22 "$schema" : " https://schemas.wp.org/trunk/block.json" ,
33 "apiVersion" : 3 ,
44 "name" : " blockparty/faq-answer" ,
5- "version" : " 2.0.0 " ,
5+ "version" : " 2.0.1 " ,
66 "title" : " FAQ Answer" ,
77 "category" : " design" ,
88 "parent" : [ " blockparty/faq-item" ],
Original file line number Diff line number Diff line change 22 "$schema" : " https://schemas.wp.org/trunk/block.json" ,
33 "apiVersion" : 3 ,
44 "name" : " blockparty/faq-item" ,
5- "version" : " 2.0.0 " ,
5+ "version" : " 2.0.1 " ,
66 "title" : " FAQ Item" ,
77 "category" : " design" ,
88 "parent" : [ " blockparty/faq" ],
Original file line number Diff line number Diff line change 22 "$schema" : " https://schemas.wp.org/trunk/block.json" ,
33 "apiVersion" : 3 ,
44 "name" : " blockparty/faq-question" ,
5- "version" : " 2.0.0 " ,
5+ "version" : " 2.0.1 " ,
66 "title" : " FAQ Question" ,
77 "category" : " design" ,
88 "parent" : [ " blockparty/faq-item" ],
Original file line number Diff line number Diff line change 22 "$schema" : " https://schemas.wp.org/trunk/block.json" ,
33 "apiVersion" : 3 ,
44 "name" : " blockparty/faq" ,
5- "version" : " 2.0.0 " ,
5+ "version" : " 2.0.1 " ,
66 "title" : " FAQ" ,
77 "category" : " design" ,
88 "description" : " A FAQ block for WordPress Editor that provided structured data based on FAQ schema." ,
You can’t perform that action at this time.
0 commit comments