BeAPI/blockparty-key-figure
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Key Figure Block === Contributors: beapi, candrietti Tags: block, key, figure, gutenberg Tested up to: 6.5 Stable tag: 1.1.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html Gutenberg key figure block == Description == A modular key figure gutenberg block. This block allow to set a prefix, suffix and a number. It's possible to change the color and background of the block, text alignment... == Installation == 1. Upload the plugin files to the `/wp-content/plugins/blockparty-key-figure` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Screenshots == 1. Block configuration in columns block == Changelog == = 1.0.0 - 2024-04-02 = * Initial plugin release = 1.0.1 - 2024-04-03 = * Fix plugin internal version = 1.0.2 - 2024-06-06 = * Add support for PHP 8.2 = 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. = 1.1.0 - 2026-02-16 = * Markup change: __key wrapper was div, now p (a11y/semantic)