Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .plugin-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.4",
"version": "1.1.0",
"slug": "blockparty-key-figure"
}
4 changes: 2 additions & 2 deletions blockparty-key-figure.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Loading