File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed
Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 4545 php-version : 8.3
4646 - run : composer install --prefer-dist --no-dev -o --ignore-platform-reqs
4747
48+ - id : setup-node
49+ name : " Setup Node.js"
50+ uses : actions/setup-node@v4
51+ with :
52+ node-version : ' 20'
53+ cache : ' npm'
54+
55+ - id : build-js
56+ name : " Build JavaScript assets"
57+ run : |
58+ echo "Install npm dependencies"
59+ npm ci
60+ echo "Build assets"
61+ npm run build
62+
4863 - id : commit-and-push
4964 name : " Commit and push new TAG"
5065 run : |
Original file line number Diff line number Diff line change 11{
2- "version": "1.0.1 ",
2+ "version": "1.0.2 ",
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.1
5+ * Version: 1.0.2
66 * Requires at least: 6.7
77 * Requires PHP: 8.1
88 * Author: Be API Technical team
1919 exit ; // Exit if accessed directly.
2020}
2121
22- define ( 'BLOCKPARTY_IFRAME_VERSION ' , '1.0.1 ' );
22+ define ( 'BLOCKPARTY_IFRAME_VERSION ' , '1.0.2 ' );
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.1 " ,
3+ "version" : " 1.0.2 " ,
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.1 " ,
5+ "version" : " 1.0.2 " ,
66 "title" : " Iframe" ,
77 "category" : " widgets" ,
88 "description" : " Display an embedded frame." ,
You can’t perform that action at this time.
0 commit comments