-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
73 lines (43 loc) · 1.55 KB
/
readme.txt
File metadata and controls
73 lines (43 loc) · 1.55 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
=== Blockparty Tabs ===
Contributors: Be API Technical team
Tags: block
Tested up to: 6.0
Stable tag: 1.1.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Accessible Tabs block for WordPress gutenberg.
== Description ==
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/blockparty-tabs` 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.1.2 =
* Fix css for nested tabs block
= 1.1.1 =
* Update block icons
* Add WordPress Playground blueprint file
= 1.1.0 =
* Support for `blockparty/icons` block
= 1.0.6 =
* Update view and edit script to allow to use nested tabs block (tabs inside tab panel).
= 1.0.5 =
* Update block icons
= 1.0.4 =
* Replacement of icon for the icon block
= 1.0.3 =
* fix icon inserter
= 1.0.2 =
* allow aria and tabindex attributes
= 1.0.1 =
* fix tabs scripts
= 1.0.0 =
* Initial release