diff --git a/carbonbadge-block.php b/carbonbadge-block.php index 8abb902..501ddd7 100644 --- a/carbonbadge-block.php +++ b/carbonbadge-block.php @@ -2,7 +2,7 @@ /** * Plugin Name: Carbonbadge Block * Description: The Website Carbon widget Gutenberg block, made with the Interactivity API. - * Version: 1.0.0 + * Version: 1.1.0 * Requires at least: 6.5 * Requires PHP: 7.0 * Author: garridinsi diff --git a/package.json b/package.json index 2e3c919..2a396cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbonbadge-block", - "version": "1.0.0", + "version": "1.1.0", "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 6548b07..e7e4f87 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: block Donate link: https://buymeacoffee.com/garridinsi Requires at least: 6.5 Tested up to: 6.5 -Stable tag: 1.0.0 +Stable tag: 1.1.0 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -34,6 +34,12 @@ 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.1.0 = +* Improve localization +* Improve code documentation +* Optimize block rendering Interactivity logic +* Update dependencies + = 1.0.0 = * First stable release * Add block icon on the editor diff --git a/src/block.json b/src/block.json index 13f2717..589720b 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.0.0", + "version": "1.1.0", "title": "Carbonbadge", "category": "widgets", "description": "Block to display your website's carbon footprint using the Carbonbadge API.",