forked from ellatrix/wp-front-end-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
232 lines (147 loc) · 4.51 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
=== WordPress Front-end Editor ===
Contributors: avryl, wordpressdotorg
Tags: front-end editor, inline editing
Requires at least: 4.0.0
Tested up to: 4.0.0
Stable tag: 1.0.0-beta1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
If you found a bug or if you have ideas, add them to [the GitHub issue tracker](https://github.com/avryl/wp-front-end-editor/issues/new). We’ll also keep a list of tasks there.
[GitHub](https://github.com/avryl/wp-front-end-editor)
[Features as Plugins Tracking](http://make.wordpress.org/core/features-as-plugins/)
[Make WordPress UI Posts](http://make.wordpress.org/ui/tag/front-end-editor/)
== Changelog ==
= 1.0.0 =
*
= 0.9.1 =
* Fix link modal.
* Update to TinyMCE 4.0.20.
= 0.9.0 =
* Mobile toolbar.
* Remove underline, justify and colour buttons.
* Add hr button.
* New link modal.
* Fixes 3.9 compat problems.
* Featured image: better placeholder + label.
* Auto add paragraph before/after preview. Remove the insert buttons.
= 0.8.5 =
* Support post locking.
* Support more and nextpage tags.
* Escape all html comments in the post content.
= 0.8.4 =
* Fix autosave for 3.8.
* Add up and down arrow to previews to add a paragraph above and under it.
* Use TinyMCE noneditable plugin.
= 0.8.3 =
* Fix autosave for 3.8.
= 0.8.2 =
* Redirect revision.php properly when coming from the front-end.
* Autosave to server for WP 3.8.
* Separate front-end and back-end field in session storage.
* Remove the front-end tab in the back-end editor.
* Reset button Firefox.
* Fixed tooltip position.
= 0.8.1 =
* Autosave to server.
* Implemented messages.
= 0.8 =
* Autosave: Session Storage.
* Update post.js.
* Update to TinyMCE 4.0.16
= 0.7.10.1 =
* Fix onbeforeunload.
= 0.7.10 =
* Add TinyMCE tooltips.
* Add TinyMCE paste as text button.
* Fix title placeholder
* Load TinyMCE toolbar on init.
= 0.7.9.2 =
* Fix meta modal in Chrome and Firefox.
= 0.7.9 =
* Update to TinyMCE 4.0.15.
* Move all meta boxes under each other with scroll navigation.
* Link the inline date to the modal section.
* Fix empty thumbnail preview.
= 0.7.8 =
* Even better title guess.
* Fixes media button and switch toolbar button in Firefox and IE.
* Adds a dummy featured image to simulate to styles.
* Avoid creating a global variable.
* Convert version and plugin variables to constants.
* Force get_the_title() to be true if there is no title.
* Generalised link to back-end.
= 0.7.7 =
* Better title guess.
= 0.7.6 =
* Properly unset $current_screen.
* Update post format class when changing it.
= 0.7.5 =
* Fade fast for inline TinyMCE containers.
* Title now editable based on .entry-title instead of php filter.
* Refresh page on update.
* Unset $current_screen because it causes is_admin() to return true.
* Require jQuery for wp-fee-adminbar.js.
= 0.7.4 =
* Update CSS resets for .wp-core-ui.
= 0.7.3 =
* Fixed revision links.
* Simple temporary link button.
= 0.7.2 =
* Button to back-end.
* TinyMCE 4.0.12.
* Editable galleries and captions.
= 0.7.1 =
* Added post.js replacement for versions lower than 3.9-alpha because it's incompatible with TinyMCE 4.x.
= 0.7 =
* Maximum version to 4.0-alpha.
* Meta modal.
* Only filter the_content etc. after wp_head.
= 0.6.3 =
* CSS reset for TinyMCE's panels.
= 0.6.2 =
* Adds TinyMCE's colour, background colour and table buttons.
= 0.6.1 =
* Adds TinyMCE's formatselect.
= 0.6 =
* Allows new posts and pages to be created on the front-end.
* Adds placeholder for title and content.
= 0.5.1 =
* Only replace document.title when there is a title.
* Added shortcuts for 'save' and 'cancel'.
* Edit raw title instead of final title.
= 0.5 =
* Moves the TinyMCE tool bar into the admin bar.
= 0.4.6 =
* Prevents wpActiveEditor error.
* Makes sure title, content and featured image are only filtered in the main loop.
= 0.4.5 =
* Fixed tag addition.
* Static front page can be edited now.
* Changed interface for saving.
= 0.4.4 =
* Edit links should now work with all kinds of permalink structures.
* Added links to the editor in the back-end.
= 0.4.3 =
* oEmbed previews.
* Editable featured image.
* Caption preview.
= 0.4.2 =
* Allow style tag in TinyMCE.
= 0.4.1 =
* Gallery previews.
= 0.4 =
* Moved the toolbar inside the admin bar.
= 0.3.2 =
* Minimum WordPress version: 3.8-alpha
= 0.3.1 =
* Removed mp6 dependency
* Fixed permalinks
* Added wordpressdotorg as a contributor
* Updated to TinyMCE 4.0.10
= 0.3 =
* Updated to TinyMCE 4.0.6
= 0.2 =
* Refresh rewrite rules on activation
= 0.1 =
* Initial release