diff --git a/blueprint.json b/blueprint.json new file mode 100644 index 0000000..ef6a4e9 --- /dev/null +++ b/blueprint.json @@ -0,0 +1,33 @@ +{ + "preferredVersions": { + "php": "8.0", + "wp": "latest" + }, + "landingPage": "/wp-admin/post-new.php", + "features": { + "networking": true + }, + "phpExtensionBundles": [ + "kitchen-sink" + ], + "steps": [ + null, + false, + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "carbonbadge-block" + }, + "options": { + "activate": true + } + }, + null + ] +} diff --git a/carbonbadge-block.php b/carbonbadge-block.php index 86c336f..88a0ab1 100644 --- a/carbonbadge-block.php +++ b/carbonbadge-block.php @@ -3,7 +3,7 @@ /** * Plugin Name: Carbonbadge Block * Description: The Website Carbon widget Gutenberg block, made with the Interactivity API. - * Version: 1.2.3 + * Version: 1.2.4 * Requires at least: 6.5 * Requires PHP: 7.0 * Author: garridinsi diff --git a/package.json b/package.json index fffaf22..04c442c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbonbadge-block", - "version": "1.2.3", + "version": "1.2.4", "description": "An interactive block with the Interactivity API", "author": "The WordPress Contributors", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 3ca5edb..d565cda 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === Carbonbadge Block === Contributors: garridinsi -Tags: block +Tags: block, gutenberg, carbon, carbon footprint, website carbon, sustainability, interactivity api Donate link: https://buymeacoffee.com/garridinsi Requires at least: 6.5 Tested up to: 6.5 @@ -34,6 +34,9 @@ You can find the code of this plugin on [GitHub](https://github.com/garridinsi/c 3. Place the block on any Gutenberg post or page. == Changelog == += 1.2.4 = +* Add blueprint.json file + = 1.2.3 = * Remove Website Carbon text from i18n diff --git a/src/block.json b/src/block.json index 181ebf7..18918b5 100644 --- a/src/block.json +++ b/src/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carbonbadge-block/carbonbadge-block", - "version": "1.2.3", + "version": "1.2.4", "title": "Carbonbadge", "category": "widgets", "description": "Block to display your website's carbon footprint using the Carbonbadge API.",