-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
82 lines (50 loc) · 1.96 KB
/
readme.txt
File metadata and controls
82 lines (50 loc) · 1.96 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Blockparty Accordion ===
Contributors: Be API Technical team
Tags: block
Tested up to: 6.0
Stable tag: 1.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Accessible Accordion block for WordPress gutenberg.
== Description ==
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/blockparty-accordion` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= A question that someone might have =
An answer to that question.
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot
== Changelog ==
= 1.2.0 =
* Clarify block inserter descriptions and refresh French translations
* Add WordPress Playground blueprint and README badge for wordpress.org
* Update block icons (`@beapi/icons`, `@wordpress/icons`) and related scripts
* Developer: Volta Node pin, TypeScript ESLint packages for ESLint, JS workflow triggers on `package.json` changes
= 1.1.0 =
* Support for `blockparty/icons` block
* Update accordion item icon
= 1.0.9 =
* Fix translations
= 1.0.8 =
* Add option to open the first item by default
= 1.0.7 =
* Update block icons
= 1.0.5 =
* Replacement of icon for the icon block
* Update `@beapi/a11y` to v1.7.0 and fix a11y issues
= 1.0.4 =
* fix icon inserter
= 1.0.3 =
* fix error in JS
* add `beapi_accordion_block_config` filter to config accordion from third party plugins/theme
= 1.0.2 =
* fix composer php requirements
= 1.0.1 =
* fix styles
= 1.0.0 =
* initial release.