forked from AesopInteractive/lasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·381 lines (301 loc) · 14.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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
=== Editus ===
Contributors: nphaskins, hyunster, michaelbeil
Plugin URI: https://edituswp.com
Requires at least: 3.5
Tested up to: 4.9
Stable tag: 0.9.17.6
Front-end editing and creation suite.
== Description ==
Front-end editing and creation suite.
== Changelog ==
= 0.9.17.6 =
* Fixed a style bug with the category editing.
= 0.9.17.5 =
* Fixed a bug with the Set Date codes.
* Changed the way PASTE works when the source is an HTML code.
= 0.9.17.4 =
* Fixed a bug that happens when the "Post" type is not selected under the "Enable for" options
* Added an option allow users to create new categories for posts.
= 0.9.17.3 =
* Changed the code to obtain the REST API root
* A JS bug fix.
= 0.9.17.2 =
* A JS bug fix.
= 0.9.17.1 =
* Added support for subtitle editing, for Aesop themes and the Subtitle (https://wordpress.org/plugins/subtitles/) plugin.
* Added an option to enable changing post dates using the Post Setting dialog
* Changed the AJAX code to hide the tour dialog
= 0.9.16.8 =
* Added Twitter handling codes
* Tour dialog uses REST API to save settings
* More social share plugins supported.
= 0.9.16.4 =
* Added lasso_wrap_shortcode_exceptions filter
* Fixed a bug where you could delete readonly elements by selecting and hitting
a key other than BS and DEL.
= 0.9.16.3 =
* Adjusted the content filter so it can filter shortcode content
= 0.9.16.2 =
* Added lasso_required_plugins filter
= 0.9.16.1 =
* A bug fix for multisite installation.
* A bug fix for page list.
* Added a way to add a filter to the save operation.
= 0.9.16.0 =
* Option to work with custom fields from frontend: (https://edituswp.com/editing-and-updating-custom-fields-from-frontend/)
* Improvement to the Undo behavior.
* A bug fix for shortcode handling
* Aesop event support
= 0.9.15.3 =
* More fix for custom post types
* New option to set the tag for the "Italic" style
= 0.9.15.2 =
* Fix for post delete
* Settings page update. New option to set the tag for the "Bold" style
* Added style to hide controls from printing
= 0.9.15.1 =
* Insert HTML button can now process 3rd party shortcodes
= 0.9.15.0 =
* The Post List dialog now displays draft posts
* The Post List dialog now displays custom post types properly.
= 0.9.14.6 =
* Added settings option to specify allowed post types
* Option to add H4-H6 buttons
* Now the post list doesn't list pages if the user doesn't have a permission to edit pages
* The post settings dialog box now shows the category list
* The post settings dialog box now shows the names of the categories, not slugs. This fixes the
issues with non-English category names.
= 0.9.14.3 =
* Further fixes to shortcode handling. Remove the scripts inserted by the shortcodes
= 0.9.14.2 =
* Editus tag classes now removed when saving
* Fixed support email
= 0.9.14.1 =
* Fixed a bug involving an empty post
* Fixed the icon file missing.
= 0.9.14.0 =
* Inserting H2 and H3 now also inserts p tags
* Fixed the tour dialog getting stuck at loading
* Fixed an issue where a component somtimes goes invisible after editing
* All contenteditable attributes removed before being saved
= 0.9.13.9 =
* Fixed a bug where shortcodes were not properly restored while saving using REST API
* Links are now always clickable.
= 0.9.13.7 =
* Aesop Video Component is now updated using AJAX
* Fix for the publish button
= 0.9.13.6 =
* Fixed an issue with saving post titles
* Aesop Content Component is now updated using AJAX
* UI fixes for small mobile devices
= 0.9.13.5 =
* Now Editus uses REST API to save posts when it can.
* REST API saving can also be disabled from the options.
* Addressed the issue where cursor jumps when pasting texts.
* Filters \' in components when edited. Filters it back to single apostrophe
= 0.9.13.3 =
* Fixed an issue with REST API codes causing an error during the loading of javascripts.
* Fixes for dialog text colors on certain themes.
* Dialog behaviors improved for mobile platforms.
= 0.9.13.2 =
* Fixed some styling issues for mobile.
* Fixed an issue in third party shortcode handling.
= 0.9.13.1 =
* Save removes html comments
= 0.9.13.0 =
* Added REST API v2 support
* Fixed a bug automatically entering Edit Mode when it shouldn't.
= 0.9.12.2 =
* Fixed some issues with "Read Only" item options
* Added an option to show the "Ignored Items" and keep them read only
= 0.9.12.0 =
* Aesop Hero Gallery has been added
* Fixed several issues with Gallery AJAX update
* When a new post is created Editus automatically enters Edit Mode
= 0.9.11.1 =
* Added an option to open a link a new browser tab.
= 0.9.11.0 =
* Now Gallery components update without having to reload the page, using AJAX.
* Also fixed a bug in gallery image update.
= 0.9.10.5 =
* Major new features in Beta:
* Added Color Text Button Options.
* Added Text Alignment Button Options.
= 0.9.10.2 =
* Added a new option to set non-editable elements that are parts of the post.
* Live update improvement for Video Component.
= 0.9.10.1 =
* Restored mobile support, for both phones and tablets
* A few more style fixes
= 0.9.10.0 =
* Fixed a FireFox bug where links could not be inserted
* Fixed a bug involving texts without any tags, resulting in the first lines disappearing
* Further style fixes
* New components shows setting dialogs when inserted for more intuitive user interface
* Added Auto Save option
* Disabled for mobile devices for now.
* Added Aesop Gallery Pop support
= 0.9.9.10 =
* Fixed the error reporting for AJAX calls
* Fixed the short code wrapping for non core Aesop components
* Fixed a bug with creating gallery
= 0.9.9.9 =
* replaced the deprecated JQuery calls to live()
= 0.9.9.8 =
* fixed a bug in the shortcode saving codes
* some form style and color adjustments
= 0.9.9.7 =
* added the following filter:
lasso_user_can_filter
* fixed a bug in adding a custom type post
= 0.9.9.6 =
* added the following hooks:
lasso_title_class
lasso_content_class
lasso_featured_image_class
lasso_dont_save
* Tour dialog loading code has been changed.
= 0.9.9.5 =
* multi site menu restored
= 0.9.9.3 =
* fixed unsaved data check
* swapping gallery updates the images in the gallery sidebar
* added button to create gallery to the gallery sidebar.
= 0.9.9.1 =
* fixed some styling issues where edit boxes and some buttons were not readable under certain themes
* fixed the issue where featured images were not updated in the post settings dialog box
* Editus now auto-detects article class if it's .entry-content
* Editus now auto-detects title class if it's .entry-header
* most short codes are now preserved (props Rouven Hurling)
* multi-site menu has been changed (props Philipp Stracker)
* post type issue with non-english sites fixed (props Philipp Stracker)
= 0.9.8.2 =
* fixed references to lasso.is
= 0.9.8.1 =
* fixed a capability issue that was allowing contributors to edit others posts
= 0.9.8 =
* renamed Lasso to Editus
= 0.9.7 =
* updated TGM Plugin Activation to latest (props Ahmad Awais)
* improved live editing video source switching in Video Component
* added dismissable license notices if license is not supplied, expired, or invalid
* fixed a capability issue with saving that was introduced with WordPress 4.2.3
= 0.9.6 =
* added the ability to access and restore post and page revisions
* fixed a bug introduced on the last update with new posts/pages being duplicated when created
* fixed authors not being able to publish posts
* fixed a bug with Lasso Meta API not saving
= 0.9.5 =
* added ability to search posts and pages within the all posts modal introduced with 0.9.4
* added abilty to choose post type to create within new post creation modal
* component now slides into view on settings click
* fixed bug with video component not switching providers
* fixed bug with galleries not saving gallery images properly
* improved Meta API for developers wishing to integrate within Lasso's post settings
* mobile style improvement - props @peiche
= 0.9.4.1 =
* fixed bug with automatic updates - props @pippinsplugins
* fixed bug with admins not seeing all posts in addition to their own
= 0.9.4 =
* added ability to access and delete posts and pages (and custom post types with a filter) from the front-end (requires the WP REST API plugin). If the user is an Author or Contributor they will only be shown their posts or pages.
* added ability to add a post from anywhere on the site
* added ability to set featured image within settings modal if current theme supports post thumbnails
* added ability to add categories and tags within settings modal
* added CMD + S hot key to save post while in editor
* added a close button to exit the editor
* added a new API to allow third-party addons to add new settings modals (beta). They appear as a tab and work with only a filter. This is in preparation for releasing ACF, CMB2, and Ninja Forms integration addons.
* added Canvas and Exposure themes to automatic theme support
* fixed bug with tour hide not calculating correctly
* fixed bug with Author or Contributor roles not being able to put a post in draft
* fixed options not being cleaned up on uninstall
* improved automatic theme support means supported themes work out of the box with no setup
* improved user interface colors to better match WordPress design patterns
* improved drag and drop detection between paragraphs
* improved toolbar width logic - props @peiche
* improved CSS selector performance
* replaced tour GIFs with images
= 0.9.3 =
* fixed .entry-content being applied as a default Article CSS Class
* allow escaping the warning modal that warns users if no Article CSS class is present
* fixed image control setting with images inserted without Aesop Story Engine active
* fixed feautred image not being saved
= 0.9.2 =
* fixed links not working if editor was active but not in use
* massive internal rewrite to use a custom API for processing requests instead of hitting admin-ajax. This increases the saving speed and ensures compatibility for very large WordPress installations and Enterprise users. Tested and working on WordPress MU, Apache, Nginx , and HHVM.
= 0.9.1.1 =
* fixed a js error that happened if an uploaded media item wasn't large enough to be resized to large
= 0.9.1 =
* added ability to insert standard WordPress images and blockquote. If Aesop Story Engine is activated, it replaces these with Aesop Story Engine's story components.
* fixed css class names in toolbar components not being namespaced
* better iOS compatibility with editing toolbar
* removed H2 and H3 buttons from the insert HTML area if Extended Toolbar is selected as its redundant(Extended Toolbar puts H2, and H3 buttons into the toolbar)
* clarified in the instructions that the article class name in the settings should include the preceding dot
* if an embedded Tweet is in the content, we now remove it when you enter the editor so it's not save as HTML. In a future update, we plan to actually have some type of live ombed parsing system. This is a good fix for the time being.
* prepended a ul class to ul.editor-controls and ul.editor-component-controls as well as set letter-spacing to 0 in hopes of clearing up theme CSS conflicting with Lasso CSS. Normally this is bad practice (ul.this), but it's better than applying !important.
= 0.9 =
* fixed a capability issue where contributors were allowed to publish posts
* class visibility methods
= 0.8.8 =
* added an alert that pops up if the user tries to use the editor but hasn't added the required Article Class in order to use Lasso
* added all Aesop built themes to automatically supported themes list
* updated pot file
= 0.8.7 =
* added a new option that lets you list CSS classes of items to ignore on save. This makes Lasso compatible with 99.99% of all WordPress themes
= 0.8.6 =
* new pre-flight function to check to ensure plugin settings are configured
* added automatic theme support for WordPress core themes and UpThemes
* added a new define define('LASSO_AGENCY_MODE') which removes the license page and links out to Lasso website
* added a new tab for Lasso to hold the status page, license page, and settings
* added new license menu page in preperation of the public launch of this plugin
* fixed an issue with the height in the Tour slider sometimes not calculating correctly
* fixed a permission issue where a user was allowed to edit another users posts. we were using edit_posts and switched to edit_post
= 0.8.5 =
* misc bug fixes
* removed the "url helper" field for creating new posts as it was confusing some users
* added helper text to the field for creating new posts as a better visual guide
* new activation welcome screen in WordPress
* fixed the content component from not correctly saving
* added two actions: lasso_editor_controls_before && lasso_editor_controls_after
* added two css classes that get applied to the body when a featured thumbnail is added or removed : lasso-post-thumb-added && lasso-post-thumb-removed
= 0.8.1 =
* fixed media library sometimes not closing after selecting an image
* fixed bug with editing more than one standard WordPress image inserted from the backend
* fixed bugs with toolbar size with extended options on and aesop story engine off
* when live editing image, parallax, and quote and no caption or cite exists, append it live
* compatibility with the new "Pull Quote" option in Aesop 1.5 with live editing
* fixed map zoom and location not saving
* fixed map controls if map is used in sticky mode
* fixed gallery options not saving
= 0.8 =
* added a confirmation to publish in case publish button is accidentally triggered
* more mobile work for iOS
* various UX improvements and animation additions
* fixed gallery type not saving
* all strings localized
* pot file generated
= 0.7 =
* video component live editing
* content component live editing
* image component live editing
* timeline component integration plus live editable
* new welcome screen (in progress)
* 99% compatible with iOS
* responsive on screens under 600px
= 0.6.1 =
* user tour filterable
* escape editor button helper
= 0.6 =
* H2 and H3 heading support added to toolbar with option
* new user tour
* better modal positioning logic
= 0.5 =
* full gallery compatibility
* misc fixes and improvements for founder launch
= 0.3 =
* filter fixes
= 0.25 =
* full maps compatibility
* links now editable
* insert html now no longer inserting into p
= 0.2 =
* initial tracking