-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
143 lines (82 loc) · 2.77 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
=== Wayfinder ===
Contributors: themolitor
Tags: block, finder, helper, identifier, selector
Requires at least: 4.7
Tested up to: 6.7
Stable tag: 1.2.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Easily identify and select blocks in use within the editor.
== Description ==
Use the Wayfinder plugin to easily select nested blocks. Wayfinder also lets you know the type of block and its active class names.
= Features =
* View block title on hover (optional)
* View block classes on hover (optional)
* View block outline on hover (optional)
* See spacer blocks outline at all times (optional)
* "Shift + Alt + W" to toggle Wayfinder on/off
= Links =
* [Support + Details](https://twitter.com/theMOLITOR/status/1415744294414000128)
== Installation ==
From your WordPress dashboard
1. **Visit** Plugins > Add New
2. **Search** for "Wayfinder"
3. **Activate** Wayfinder from your Plugins page
4. **Edit** any page with blocks in use to see Wayfinder in action.
== Frequently Asked Questions ==
= What kind of support do you provide? =
Please feel free to DM me on twitter with any questions.
== Screenshots ==
1. Wayfinder in action
2. Wayfinder site-wide settings
2. Wayfinder single user settings
== Changelog ==
= 1.2.0 =
* Added support for WordPress 6.7.
* Added short key support [Shift + Alt + W] to toggle Wayfinder on/off.
= 1.1.7 =
* Added support for WordPress 6.6.
* Fixed alerts generated by Plugin Check.
= 1.1.6 =
* Added support for WordPress 6.1.
* Fixed issue with list blocks in WP 6.1.
* Improved label design for block classes.
* Improved styling to have less impact on editor layout.
= 1.1.5 =
* Improved support for gallery-based image blocks.
= 1.1.4 =
* Improved support for dot-based separator blocks.
= 1.1.3 =
* Added support for WordPress 5.9
* Added security enhancements via sanitized inputs.
= 1.1.2 =
* CSS improvements.
= 1.1.1 =
* Fixed block spacing issue when Wayfinder elements disabled.
= 1.1.0 =
* Improved support for cover blocks (preserve overlay design on hover).
= 1.0.9 =
* Added support for third-party block plugins that had conflicting CSS.
= 1.0.8 =
* Added support for WordPress 5.8
* Fixed issue with title/classes/outlines showing on non-block editor pages.
= 1.0.7 =
* Bug fixes.
= 1.0.6 =
* Bug fixes.
= 1.0.5 =
* Added per-user controls on profile page to override site-wide Wayfinder settings.
* Fixed bug in .css file.
* Update .pot file.
= 1.0.4 =
* Fixed bug in .css file.
= 1.0.3 =
* Fixed issue with block title not showing for certain configurations/blocks.
= 1.0.2 =
* Improved display for following block types: columns, lists, paragraphs, images and social buttons.
= 1.0.1 =
* Added .pot file for translation.
= 1.0.0 =
* Initial release!
== Upgrade Notice ==