From 557b4ce0dffa532848e5978d6e775c8dbe859d89 Mon Sep 17 00:00:00 2001 From: Marie Comet Date: Wed, 11 Jun 2025 08:52:24 +0200 Subject: [PATCH] version 1.0.4 --- .plugin-data | 2 +- blockparty-key-figure.php | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- src/block.json | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.plugin-data b/.plugin-data index 03e436b..ff808ab 100644 --- a/.plugin-data +++ b/.plugin-data @@ -1,4 +1,4 @@ { - "version": "1.0.3", + "version": "1.0.4", "slug": "blockparty-key-figure" } diff --git a/blockparty-key-figure.php b/blockparty-key-figure.php index 719e920..dde229f 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.3 + * Version: 1.0.4 * 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.3' ); +define( 'BLOCKPARTY_KEY_FIGURE_VERSION', '1.0.4' ); 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 96d29cd..a522482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockparty-key-figure", - "version": "1.0.3", + "version": "1.0.4", "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 a953e31..f5771fe 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.3 +Stable tag: 1.0.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -36,3 +36,6 @@ This block allow to set a prefix, suffix and a number. It's possible to change t = 1.0.3 - 2024-06-10 = * Fix composer name (from blockparty/key-figure to beapi/blockparty-key-figure) + += 1.0.4 - 2025-06-11 = +* Move number formatting to JavaScript and save unformatted numbers. diff --git a/src/block.json b/src/block.json index 03e9442..a29ab62 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.3", + "version": "1.0.4", "title": "Key Figure", "category": "widgets", "description": "Key Figure block.",