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": "1.0.0 ",
2+ "version": "1.0.1 ",
33 "slug": "blockparty-iframe"
44}
Original file line number Diff line number Diff line change 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
1919 exit ; // Exit if accessed directly.
2020}
2121
22- define ( 'BLOCKPARTY_IFRAME_VERSION ' , '1.0.0 ' );
22+ define ( 'BLOCKPARTY_IFRAME_VERSION ' , '1.0.1 ' );
2323define ( 'BLOCKPARTY_IFRAME_URL ' , plugin_dir_url ( __FILE__ ) );
2424define ( 'BLOCKPARTY_IFRAME_DIR ' , plugin_dir_path ( __FILE__ ) );
2525define ( 'BLOCKPARTY_IFRAME_PLUGIN_BASENAME ' , plugin_basename ( __FILE__ ) );
Original file line number Diff line number Diff line change 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" ,
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/iframe" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "title" : " Iframe" ,
77 "category" : " widgets" ,
88 "description" : " Display an embedded frame." ,
You can’t perform that action at this time.
0 commit comments