-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
88 lines (57 loc) · 2.1 KB
/
readme.txt
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
83
84
85
86
87
88
=== Simple Tabs Block ===
Contributors: cloudcatch, dkjensen
Tags: tabs, tab, block
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.0
Stable tag: 0.0.0-development
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Create accessible tabbed layouts
== Description ==
Simple to use block to create tabs within the block editor. Each tab supports the capability to use any type of block within the content to create robust layouts.
This plugin introduces minimal styling and therefore likely will require custom styling in order to achieve the desired look and feel for your tabs.
Supports horizontal and vertical tabs.
== Features ==
* Tabs customizable using the native block editor style controls
* Fully accessible including keyboard controls
* Supports horizontal and vertical tabs
* Set default open tab
== Changelog ==
= 2.2.0 =
* WP 6.7 compatibility
= 2.1.0 =
* Fix: Undefined property warning
* Feat: Add additional block supports
* WP 6.5 compatibility
= 2.0.1 =
* WP 6.4 compatibility
= 2.0.0 =
* **BREAKING CHANGE**: Refactor tabs block for updated block controls
* Feat: Add CSS classes to active tabs
* Feat: Allow block styling through the native block editor styles panel
= 1.3.0 =
* Feat: Update block styles
* Docs: Compatibility with 6.1
= 1.2.1 =
* Fix: Various block fixes
= 1.2.0 =
* Feat: Trigger event on window when tab is changed
= 1.1.1 =
* Fix: `label` undefined error
= 1.1.0 =
* Fix: Accessibility features
* Fix: Allow CSS classes on tabs
* Feat: Added tab description field
= 1.0.0 =
* Initial release
== Upgrade Notice ==
= 2.0.0 =
**BREAKING CHANGE**: Upgrading from version 1.x to 2.x could break any custom CSS applied to the tabs. It is highly recommended to test the upgrade on a staging environment before upgrading on a production site.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/simple-tabs-block` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Screenshots ==
1. Block editor
2. Tab styles panel
3. Frontend view