-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
44 lines (29 loc) · 1.21 KB
/
readme.txt
File metadata and controls
44 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== 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)