Skip to content

Commit ae00153

Browse files
committed
chore: bump version
1 parent 199fb83 commit ae00153

4 files changed

Lines changed: 6 additions & 6 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.0",
2+
"version": "1.0.1",
33
"slug": "blockparty-iframe"
44
}

blockparty-iframe.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* Plugin Name: Blockparty Iframe
44
* Description: Add a block to display an embedded frame in the WordPress editor.
5-
* Version: 1.0.0
5+
* Version: 1.0.1
66
* Requires at least: 6.7
7-
* Requires PHP: 7.4
7+
* Requires PHP: 8.1
88
* Author: Be API Technical team
99
* License: GPL-2.0-or-later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -19,7 +19,7 @@
1919
exit; // Exit if accessed directly.
2020
}
2121

22-
define( 'BLOCKPARTY_IFRAME_VERSION', '1.0.0' );
22+
define( 'BLOCKPARTY_IFRAME_VERSION', '1.0.1' );
2323
define( 'BLOCKPARTY_IFRAME_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'BLOCKPARTY_IFRAME_DIR', plugin_dir_path( __FILE__ ) );
2525
define( 'BLOCKPARTY_IFRAME_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockparty-iframe",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Add a block to display an embedded frame in the WordPress editor.",
55
"author": "Be API Technical team",
66
"license": "GPL-2.0-or-later",

src/blockparty-iframe/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/iframe",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"title": "Iframe",
77
"category": "widgets",
88
"description": "Display an embedded frame.",

0 commit comments

Comments
 (0)