diff --git a/.plugin-data b/.plugin-data index ff808ab..439e823 100644 --- a/.plugin-data +++ b/.plugin-data @@ -1,4 +1,4 @@ { - "version": "1.0.4", + "version": "1.1.0", "slug": "blockparty-key-figure" } diff --git a/blockparty-key-figure.php b/blockparty-key-figure.php index dde229f..af227d9 100644 --- a/blockparty-key-figure.php +++ b/blockparty-key-figure.php @@ -4,7 +4,7 @@ * Description: Key Figure block for WordPress. * Requires at least: 6.2 * Requires PHP: 8.1 - * Version: 1.0.4 + * Version: 1.1.0 * Author: Be API Technical team * Author URI: https://beapi.fr * License: GPL-2.0-or-later @@ -15,7 +15,7 @@ namespace Blockparty\Key_Figure; -define( 'BLOCKPARTY_KEY_FIGURE_VERSION', '1.0.4' ); +define( 'BLOCKPARTY_KEY_FIGURE_VERSION', '1.1.0' ); define( 'BLOCKPARTY_KEY_FIGURE_URL', plugin_dir_url( __FILE__ ) ); define( 'BLOCKPARTY_KEY_FIGURE_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/package.json b/package.json index 4681790..98ccc10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockparty-key-figure", - "version": "1.0.4", + "version": "1.1.0", "description": "Key Figure block for WordPress.", "author": "Be API Technical team", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index f5771fe..bfea120 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: beapi, candrietti Tags: block, key, figure, gutenberg Tested up to: 6.5 -Stable tag: 1.0.4 +Stable tag: 1.1.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -39,3 +39,6 @@ This block allow to set a prefix, suffix and a number. It's possible to change t = 1.0.4 - 2025-06-11 = * Move number formatting to JavaScript and save unformatted numbers. + += 1.1.0 - 2026-02-16 = +* Markup change: __key wrapper was div, now p (a11y/semantic) diff --git a/src/block.json b/src/block.json index a29ab62..4f23f30 100644 --- a/src/block.json +++ b/src/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blockparty/key-figure", - "version": "1.0.4", + "version": "1.1.0", "title": "Key Figure", "category": "widgets", "description": "Key Figure block.",