Skip to content

Commit a06167c

Browse files
committed
chore: releases version 1.0.4
1 parent 0b7728b commit a06167c

6 files changed

Lines changed: 11 additions & 5 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": "1.0.3",
2+
"version": "1.0.4",
33
"slug": "blockparty-modal"
44
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ This plugin is distributed under the GPL-2.0-or-later license. See the [LICENSE]
270270

271271
See [readme.txt](readme.txt) for the full version history. Recent highlights:
272272

273+
- **1.0.4**
274+
- Filter `blockparty_modal_inner_allowed_blocks` to control allowed blocks in the modal.
275+
273276
- **1.0.3**
274277
- Fix: prevent adding linkedModalId attribute to non allowed blocks.
275278
- Set min required PHP version to 8.1

blockparty-modal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Blockparty Modal
44
* Description: Modal block for WordPress editor.
5-
* Version: 1.0.3
5+
* Version: 1.0.4
66
* Requires at least: 6.8
77
* Requires PHP: 8.1
88
* Author: Be API Technical Team
@@ -19,7 +19,7 @@
1919
exit; // Exit if accessed directly.
2020
}
2121

22-
define( 'BLOCKPARTY_MODAL_VERSION', '1.0.3' );
22+
define( 'BLOCKPARTY_MODAL_VERSION', '1.0.4' );
2323
define( 'BLOCKPARTY_MODAL_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'BLOCKPARTY_MODAL_DIR', plugin_dir_path( __FILE__ ) );
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockparty-modal",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Add a modal block to the WordPress editor.",
55
"author": "Be API",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
4545

4646
== Changelog ==
4747

48+
= 1.0.4 =
49+
* Filter `blockparty_modal_inner_allowed_blocks` to control allowed blocks in the modal.
50+
4851
= 1.0.3 =
4952
* Fix: prevent adding linkedModalId attribute to non allowed blocks.
5053
* Set min required PHP version to 8.1

src/blockparty-modal/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/modal",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"title": "Modal",
77
"category": "widgets",
88
"description": "Insert a modal dialog that opens on trigger. Configure content and behaviour in the editor; the modal is displayed on the frontend when activated.",

0 commit comments

Comments
 (0)