-
Notifications
You must be signed in to change notification settings - Fork 102
/
readme.txt
511 lines (390 loc) · 28.8 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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
=== Tailor Page Builder ===
Contributors: andrew.worsfold, enclavely, munirkamal, essamamdani
Donate link: http://gettailor.com/donate/
Tags: page, layout, builder, frontend, content, page builder, drag and drop builder, home page builder, landing page builder, layout builder, frontend builder, frontend editor, responsive, visual composer, beaver builder
Stable tag: 1.8.1
Requires at least: 4.3
Tested up to: 4.8
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Build beautiful layouts for your content faster and easier than ever before using your favourite theme!
== Description ==
[Tailor](http://gettailor.com/) is a free frontend page builder for WordPress that features a simple and intuitive drag and drop interface.
[youtube https://www.youtube.com/watch?v=tfMyLMuaXjI]
> Check out the <strong>[Advanced Features extension](https://wordpress.org/plugins/tailor-advanced/)</strong> for new elements and features. Like Tailor, it's absolutely free!
To get started:
- [Read the user documentation](https://support.gettailor.com/hc/en-us/categories/202586427).
- [Read the overview of features and elements](https://github.com/andrew-worsfold/tailor/blob/master/readme.md).
- [Keep up-to-date with the blog](https://medium.com/@tailorwp).
= Easy to use =
- Add elements and create [nested columns](https://medium.com/@tailorwp/columns-on-steroids-df5a5a957d89) instantly in a single drag and drop movement.
- Copy elements anywhere on the page by dragging and holding the Shift key.
- Move content independently and have it adopt the style of its parent elements!
- Save one or more elements as templates, then drag and drop them onto any page.
- Change the appearance of any element using a set of carefully selected options.
- Undo and redo actions using the History panel (or keyboard shortcuts).
- Control global layout settings in the Customizer.
- Control page specific layout settings and add custom CSS and JavaScript.
- Preview your layouts on different device sizes and manage responsive behavior.
- Supports WordPress features (multimedia, shortcodes and more).
- Supports built-in and third-party widgets.
- Supports multi-language and RTL layouts.
Because Tailor works with any theme, choosing one that you like is now the hardest part of creating a website.
- Need to show off your creative side? Try the free [Portfolio extension](https://wordpress.org/plugins/tailor-portfolio/).
- Have an online store? Check out the free [WooCommerce extension](https://wordpress.org/plugins/tailor-woocommerce/).
- Are you a power user? The free [Advanced Features extension](https://wordpress.org/plugins/tailor-advanced/) is for you!
= Easy to extend =
Tailor is open source and built based on WordPress' coding standards and best practices. Everything from the code base to the user interface integrate perfectly with WordPress. The plugin features:
- A comprehensive set of [actions](https://github.com/andrew-worsfold/tailor/blob/master/actions.md) and [filters](https://github.com/andrew-worsfold/tailor/blob/master/filters.md).
- An API for adding, changing or removing elements.
- An API for adding, changing or removing settings and controls.
- A [REST API](https://github.com/andrew-worsfold/tailor/blob/master/api.md) to manage elements, templates and models.
= Need more information? =
- Check out our example of how to extend Tailor [using a theme](https://github.com/andrew-worsfold/tailor-sample-theme).
- Check out our example of how to extend Tailor [using a plugin](https://github.com/andrew-worsfold/tailor-sample-extension).
- [Read the developer documentation](https://support.gettailor.com/hc/en-us/categories/203117247).
= Want to help? =
- Contribute to the [WordPress Translation project](https://translate.wordpress.org/projects/wp-plugins/tailor).
- Provide your feedback and suggestions through [Facebook](https://www.facebook.com/tailorwp/) or [Twitter](https://twitter.com/tailorwp).
- Get involved in the [GitHub project](https://github.com/andrew-worsfold/tailor).
- If you like the plugin, please [submit a review](https://wordpress.org/support/view/plugin-reviews/tailor?rate=5#postform).
== Installation ==
Install Tailor via the plugin directory, or by uploading the files manually to your server.
= From your WordPress dashboard =
1. Visit 'Plugins > Add New’.
2. Search for ‘Tailor’.
3. Activate Tailor from your Plugins page.
= From WordPress.org =
1. Download Tailor.
2. Upload the ‘tailor’ directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc..)
3. Activate Tailor from your Plugins page.
= Once Activated =
Visit 'Settings > Tailor' to configure:
1. Allowable post types and user roles.
2. Element and feature settings.
3. Icon kits.
== Screenshots ==
1. **Adding elements** - Drag an element from the sidebar into the desired position on the page to add it. Hold the Shift button while dragging an existing element to copy it.
2. **Editing elements** - Click and hold the Shift button to edit an element (or select it and click on the Edit button).
3. **Editing ancestor elements** - Select a parent or ancestor element from the hierarchy menu, then click on the Edit button to edit it.
4. **Adding columns** - Drag an element to the left or right of an existing element to create a row/column structure. Drag an element to the left or right of an existing column to add another column to that row. Drag an element to the left or right of an existing element within a column to create a nested row/column structure.
5. **Adding templates** - Drag a saved template into the desired position on the page to add it. The available dropzones will depend on the element(s) in the template.
6. **Custom CSS/JS** - Add custom CSS or JavaScript to the page from within Tailor using the editors provided on the Settings panel.
7. **Layout changes** - Make changes to the layout of the page from within the Settings panel. To make site-wide changes, use the custom Tailor settings in the Customizer (page-level settings override those in the Customizer).
8. **Device preview** - Preview your page on desktop and mobile device sizes in exactly the same way that you do in the Customizer.
9. **Revision history** - View and restore history revision snapshots in a single click on the History panel.
== Frequently Asked Questions ==
= Can I use my existing WordPress theme? =
Yes! Tailor works out-of-the-box with nearly every WordPress theme.
= How do I get started? =
Navigate to the page that you would like to Tailor and simply select the "Tailor this Page" (or other allowable post type) option from the WordPress Admin Bar.
= Can I move Tailored pages to another WordPress site? =
Yes. Tailored pages can be migrated like any other type of page using the [duplicator](https://wordpress.org/plugins/duplicator/) plugin.
= Can I include Tailor as part of my theme bundle? =
Yes, however, users should be directed to the WordPress plugin repository to install the latest version of the plugin. Consider using a tool like [TGM Plugin Activation](http://tgmpluginactivation.com/) to guide users through the installation process.
== Changelog ==
= 1.8.1 =
* Added - The ability to modify the default media query sizes.
* Improved - Frontend CSS is automatically recompiled from project SCSS files when Customizer settings are updated.
* Improved - The performance of the tailor_modify_colorpicker function.
* Fixed - Element CSS not loading when restoring the "Initialized" history snapshot.
* Fixed - Notice of undefined index [body_class] displayed on the Gutenberg edit screen [GitHub 134](https://github.com/Enclavely/tailor/issues/134).
* Fixed - Certain character sets are not being encoded properly [GitHub 137](https://github.com/Enclavely/tailor/issues/137).
* Fixed - Custom elements are not being correctly extracted from saved HTML content [GitHub 138](https://github.com/Enclavely/tailor/issues/138).
= 1.8.0 =
* Added - The ability to edit content within Content elements in the editor and have these changes appear within Tailor.
* Improved - The overall performance of Tailor.
* Improved - Synchronized preview window width with device preview selection from Edit modal.
* Fixed - History snapshots not being restored properly [GitHub 131](https://github.com/Enclavely/tailor/issues/131).
* Fixed - List and Box images have no alt text [GitHub 133](https://github.com/Enclavely/tailor/issues/133).
= 1.7.10 =
* Fixed - Missing flexbox -ms- prefixes for Internet Explorer 10 [GitHub 90](https://github.com/andrew-worsfold/tailor/issues/90).
* Fixed - Console error "this.getElementDefinitions(...) is undefined" [GitHub 115](https://github.com/andrew-worsfold/tailor/issues/115).
* Fixed - Show post meta data when only one item is selected [GitHub 125](https://github.com/andrew-worsfold/tailor/pull/125).
* Fixed - Not empty check for box images [GitHub 99](https://github.com/andrew-worsfold/tailor/pull/99).
* Fixed - Removed deprecated jQuery 'ready' event.
* Improved - Expose $args in tailor_partial filter and tailor_partial_* action [GitHub 117](https://github.com/andrew-worsfold/tailor/pull/117).
= 1.7.9 =
* Added - Instant undo/redo functionality with keyboard controls.
* Added - Portuguese translation [GitHub 93](https://github.com/andrew-worsfold/tailor/pull/93).
* Added - Autoplay speed setting to carousel and slideshow-based layouts [GitHub 87](https://github.com/andrew-worsfold/tailor/pull/87).
* Improved - Allow unlimited images in Gallery elements [GitHub 86](https://github.com/andrew-worsfold/tailor/pull/86).
* Improved - Sidebar styles to match the Customizer.
* Changed - Default placeholder text for Content elements.
* Fixed - tailor_get_users() query retrieves unnecessary information [GitHub 94](https://github.com/andrew-worsfold/tailor/pull/94).
* Fixed - Sidebar styles affecting search field within WordPress Media Modal [GitHub 98](https://github.com/andrew-worsfold/tailor/issues/98).
= 1.7.8 =
* Fixed - Various PHP notices being displayed in the logs.
* Fixed - Grid element border style too specific to be overridden by border style setting.
= 1.7.7 =
* Improved - Positioning of menu for selected elements, to accommodate elements that expand below the confines of the content area.
* Improved - HTML markup for canvas tools, to avoid conflicts with themes that style link tags in unexpected ways.
= 1.7.6 =
* Added - Element label when hovering over an element in the preview window.
* Improved - Columns now use percentage widths, instead of a 12 column grid system.
* Improved - Up to six columns can now be added to a single row instead of four (and of course you can still nest rows).
* Improved - Background image parallax effect [GitHub 60](https://github.com/andrew-worsfold/tailor/issues/60).
* Improved - Dynamic element CSS rules now supports SCSS-like syntax (e.g., :, :: and & special characters);
* Fixed - General color settings appear in the Tailor colors Customizer section for some themes [GitHub 73](https://github.com/andrew-worsfold/tailor/issues/73).
* Fixed - An error message is displayed if get_current_screen() is not defined [GitHub PR 74](https://github.com/andrew-worsfold/tailor/pull/74).
* Fixed - Elements are loaded too early, causing an issue with the New User Approve plugin [GitHub 75](https://github.com/andrew-worsfold/tailor/issues/75).
* Fixed - Graphic color not being displayed correctly when upgrading from early versions of Tailor.
* Fixed - Some units (for example "vw" and "vh" when setting minimum width and height) not being accepted in preview.
* Fixed - Masonry-enabled elements do not refresh when their parent element changes.
* Removed - Maximum 75rem width (CSS property) for Section content (use maximum width setting instead, if required).
= 1.7.5 =
* Added - Option to delete the Tailor layout for a given post [GitHub 44](https://github.com/andrew-worsfold/tailor/issues/44).
* Added - Abstract component for easily building custom UI components.
* Improved - UI components now extend the new, faster abstract component.
* Improved - iFrames can now be added using the Content element editor [GitHub 71](https://github.com/andrew-worsfold/tailor/issues/71).
* Fixed - Maximum width setting defaulting to zero if an empty value is provided [GitHub 69](https://github.com/andrew-worsfold/tailor/issues/69).
* Fixed - Column width not correctly specified for new columns in row with two or more existing columns.
* Fixed - Changes made using the Text tab of the editor do not update the element [GitHub 72](https://github.com/andrew-worsfold/tailor/issues/72).
* Fixed - Live preview for background color setting.
= 1.7.4 =
* Added - Nested rows and columns [GitHub 49](https://github.com/andrew-worsfold/tailor/issues/49) [Read more](https://medium.com/@tailorwp/columns-on-steroids-df5a5a957d89).
* Added - Tablet and mobile-specific widths for columns [GitHub 47](https://github.com/andrew-worsfold/tailor/issues/47) [Read more](https://medium.com/@tailorwp/columns-are-now-more-responsive-1e2cf793b11f).
* Improved - Appearance of element controls in preview window for narrow elements.
* Fixed - Responsive setting buttons appear over fields when the control title is too long [GitHub 67](https://github.com/andrew-worsfold/tailor/issues/67).
= 1.7.3 =
* Added - Add button to container elements (e.g., Carousels, Grids, Lists, Tabs and Toggles).
* Added - Support for vh and vw units [GitHub #65](https://github.com/andrew-worsfold/tailor/issues/65).
* Added - Ability for third-party extensions to override live CSS rule generation for all default elements.
* Fixed - Grid Item padding custom CSS selectors are not specific enough to override default styles [GitHub #64](https://github.com/andrew-worsfold/tailor/issues/64).
* Fixed - Incorrect validation being performed for border-style setting.
* Developer - Moved SCSS folder to assets folder.
= 1.7.2 =
* Added - Support for desktop, tablet and mobile settings within all default controls. [Read more](https://medium.com/@tailorwp/responsive-design-made-easy-c082cde3355c).
* Added - Desktop, tablet and mobile options for: margin, padding, border width, width, height, alignment and spacing settings.
* Added - Font family and size selection within the Content element editor.
* Added - Custom color palettes for colorpickers and the color selector within the Content element editor. [Read more](https://medium.com/@tailorwp/easy-color-management-f33f4255b29b).
* Added - Live previews for a variety of Button, Box, List Item, Grid, Tab and Toggle settings.
* Added - Ability to force re-render of element during live preview update.
* Improved - Priority ordering for panels, sections and controls [GitHub PR #62](https://github.com/andrew-worsfold/tailor/pull/62).
* Improved - Standard input fields now update settings on blur (cf. change/input).
* Improved - Custom CSS rule generation logic for a variety of settings.
* Improved - Allow horizontal and vertical alignment of grid items with a minimum height even when the grid has collapsed.
* Improved - Live preview CSS rule generation.
* Removed - Block style option from Button element (use horizontal alignment instead).
* Removed - Item spacing setting from Grid element (use padding on Grid Item elements instead).
* Fixed - Numbered list items not displaying correctly.
= 1.7.1 =
* Fixed - Error in sidebar.min.js.
= 1.7.0 =
* Added - Filter for HTML attributes of default elements.
* Added - Filter for the rendered HTML of default elements (replaces "tailor_shortcode_{type}_html").
* Added - Input group control type.
* Added - Option to select toggle to open by default.
* Improved - Support for negative margin values.
* Improved - Margin and padding values default to px, unless a unit is provided.
* Improved - Various element templates now allow for empty setting values (e.g., boxes without titles and/or icons).
* Improved - Appearance of Search button in Link control.
* Improved - Appearance of hidden elements (based on screen size) in the preview window.
* Improved - Toggle title color and background color settings now use live preview.
* Changed - Default border style is now 'none', instead of a border width of 0px, for elements without default borders.
* Changed - The box shadow option is no longer dependent on a border being applied.
* Fixed - Parallax background images not displaying.
* Fixed - Carousel item vertical positioning not applying correctly in live preview.
* Fixed - Tab background color not applying correctly in live preview.
* Fixed - Previous arrow in slideshow layouts not displaying correctly.
* Fixed - Incorrect image count in lightbox galleries using the carousel layout.
* Fixed - Template preview link when plain permalinks are used.
* Removed - Deprecated tailor_get_preview_sizes() function.
* Removed - French translation files (as the language pack is now available).
To browse all available actions and filters, please refer to the published [action](https://github.com/andrew-worsfold/tailor/blob/master/actions.md) and [filter](https://github.com/andrew-worsfold/tailor/blob/master/filters.md) lists.
= 1.6.7 =
* Added - Filter to modify the default attributes of a given element while rendering.
* Added - Setting to open a specific toggle by default.
* Fixed - Incorrect image count for lightbox image galleries using the carousel layout.
* Fixed - Live preview not applying minimum item height for Grid element.
* Fixed - Error when configuring widget elements.
= 1.6.6 =
* Fixed - Select controls displaying option groups for non-numeric values.
= 1.6.5 =
* Improved - Allow select control to contain option groups.
* Fixed - Tabs element is not working correctly on the frontend.
= 1.6.4 =
* Fixed - Default value is incorrectly applied to elements.
* Improved - Widget form field styles.
* Improved - Radio button field field styles.
* Improved - Handling of checkbox and switch control data.
* Improved - Handling of widget setting data.
* Removed - Unused search control.
= 1.6.3 =
* Added - Filter to modify the rendered HTML of a given element.
* Fixed - Incorrectly defined list item child view container causing error on pages with lists.
* Removed - Unnecessary reset of element collection when restoring from a history snapshot.
= 1.6.2 =
* Added - "Copy" button to elements.
= 1.6.1 =
* Improved - Reduced the amount of layout meta information saved to the post.
* Improved - The selector for element child containers can now be specified when registering the element.
* Fixed - Live updates to Button do not target correct DOM node [GitHub #50](https://github.com/andrew-worsfold/tailor/issues/50).
* Fixed - Cannot add multiple custom class names to an element [GitHub PR #51](https://github.com/andrew-worsfold/tailor/pull/51).
* Fixed - Fields added to the widget form by third-party plugins are not handled correctly [GitHub PR #52](https://github.com/andrew-worsfold/tailor/pull/52).
= 1.6.0 =
* Added - Native support for WordPress and third-party widgets. Please refer to the associated upgrade notice.
* Improved - Support for IE9 browser.
* Improved - Added external URL option to video control.
* Fixed - Range controls do not respect input attributes.
* Removed - Custom icon font used for alignments (replaced with built-in WordPress icons).
* Removed - Deprecated column and grid styles.
= 1.5.7 =
* Added - Translation for Brazilian Portuguese [GitHub PR #45](https://github.com/andrew-worsfold/tailor/pull/45).
* Added - Check for whether a Tailor layout exists for a given post [GitHub #43](https://github.com/andrew-worsfold/tailor/issues/43).
* Added - Filter to allow content to be saved as shortcodes instead of HTML.
* Improved - Closing Tailor will return the user to their original location.
* Improved - Allow HTMl within admin notices [GitHub PR #38](https://github.com/andrew-worsfold/tailor/pull/38).
* Fixed - Global SCSS primary color variable not used for carousel navigation [GitHub PR #39](https://github.com/andrew-worsfold/tailor/pull/39).
* Fixed - It is possible to Customize and Tailor posts at the same time.
= 1.5.6 =
* Added - Support for input HTML tags in content.
* Added - Filter for control arguments by control type (e.g., colorpicker).
* Fixed - Template custom post type is public [GitHub #37](https://github.com/andrew-worsfold/tailor/issues/37).
* Fixed - Frontend element initialization function is not globally accessible [GitHub #31](https://github.com/andrew-worsfold/tailor/issues/31).
* Fixed - Custom style formats defined by themes and plugins not being displayed in the editor.
* Fixed - Excerpts are displayed for password protected posts.
= 1.5.5 =
* Added - Filter for empty content placeholder text [GitHub #33](https://github.com/andrew-worsfold/tailor/issues/33).
* Fixed - User permission check being called too early, resulting in a warning message [GitHub #30](https://github.com/andrew-worsfold/tailor/issues/30).
* Fixed - Fuzzy spinner image [GitHub #34](https://github.com/andrew-worsfold/tailor/issues/34).
= 1.5.4 =
* Added - 'Tailor this ..' button above the content editor.
= 1.5.3 =
* Added - French language translation.
= 1.5.2 =
* Fixed - Map element controls not displaying.
= 1.5.1 =
* Added - Utility CSS class for full-width sections.
* Improved - WordPress bundled version of imagesloaded is used, if available.
* Improved - Delete selected element by pressing the Delete key.
* Fixed - Scripts being loaded on archive pages.
* Fixed - Undo and redo keyboard shortcuts (CTRL-Z and CTRL-Y, respectively).
* Fixed - Missing textdomain strings
= 1.5.0 =
* Added - Link hover color control.
* Added - Option to handle setting changes via JavaScript instead of re-rendering the entire element.
* Improved - Instant previewing of changes as they are made. Please refer to the associated upgrade notice.
* Improved - Styling of Gallery thumbnails, when presented as a slideshow.
* Improved - Carousel and slider arrows appear when the mouse hovers over the slider, instead of just the arrow.
* Improved - Updated Backbone Marionette and Backbone Radio dependencies to latest versions.
* Improved - Restructured JavaScript project source files.
* Improved - Reduced the number of Modernizr tests.
* Fixed - Responsive oEmbed functionality.
= 1.4.3 =
* Fixed - Responsive oEmbed functionality.
= 1.4.2 =
* Improved - Styling of Posts pagination.
* Improved - Initial position of Edit modal window.
* Fixed - Posts pagination not working on Front page.
* Fixed - Custom element registration not working in accordance with documentation.
= 1.4.1 =
* Added - Special character button to the toolbar of the Editor.
* Added - Post revision support for page settings.
* Improved - UI and functionality of the Style control used for margin and padding settings.
= 1.4.0 =
* Added - REST API endpoints for elements, models and templates. Please refer to the associated upgrade notice.
* Added - Parallax background images for Sections.
* Added - "Fake parallax" (i.e., background-attachment:fixed option) for elements with background images.
* Added - A dismissible notice is displayed on the Edit page of a Tailored post to advise of the effect of modifying content in the WordPress Editor.
* Improved - Post revisions are used to restore an earlier Tailor layouts or recover the original content.
* Improved - Map element displays a notice when a Google Maps API key has not been added.
* Improved - Order and grouping of settings on the Settings page.
* Improved - Handling of Customizer, custom and dynamic element CSS.
* Improved - Posts in the Trash cannot be Tailored.
* Improved - Users that can modify options or edit the current post type can Tailor pages if they don't have a restricted role type.
* Improved - Set default Card background color to transparent.
* Improved - Added, changed and removed various [actions](https://github.com/andrew-worsfold/tailor/blob/master/actions.md) and [filters](https://github.com/andrew-worsfold/tailor/blob/master/filters.md) for consistency and to accommodate new REST API.
* Fixed - Save button label indicates that the page will be published when Tailoring a draft post.
* Fixed - Errors displayed when the Jetpack Publicize module is active.
= 1.3.7 =
* Improved - Style for empty placeholder content.
* Improved - Hover outline color for improved contrast on themes with grey backgrounds.
* Improved - Various sidebar and canvas style tweaks.
* Fixed - Reordering of Section elements not working correctly.
= 1.3.6 =
* Added - Additional actions for adding/modifying/removing custom CSS rules associated with existing elements.
* Fixed - Minor color inconsistency between sidebar and preview screen during loading.
= 1.3.5 =
* Added - Jetpack Testimonials element.
* Added - Actions for modifying default element settings and controls. [Learn more about this change](https://medium.com/p/c9efb5cb3016).
* Fixed - Singular post type labels not displayed in the "Tailor this.." link.
= 1.3.4 =
* Added - Jetpack Portfolio element. [Learn more about this change](https://medium.com/p/f8a1ff571f21).
* Added - Class for managing theme and plugin compatibility.
* Added - Initialization hooks for the Sidebar and Canvas.
* Fixed - Column width Customizer setting not working.
* Fixed - Undefined variable warning in attachment partial template.
= 1.3.3 =
* Added - Error message if the page canvas is not properly initialized.
* Fixed - Clicking links within the canvas causes the page to be redirected.
= 1.3.2 =
* Fixed - Debug error message is displayed when no admin setting description is provided.
= 1.3.1 =
* Improved - Descriptions for some admin settings.
* Improved - Sidebar and Canvas RTL compatibility.
* Improved - Users with permission to manage options can Tailor pages.
* Fixed - Inactive elements have hover effects and trigger notifications.
* Removed - Separate RTL stylesheet for sidebar (now included within main stylesheet).
= 1.3.0 =
* Added - Image link control to Gallery element.
* Added - Title attribute to history snapshots.
* Added - Compatibility for NextGen gallery plugin.
* Added - Compatibility for Thesis theme framework.
* Improved - Button block style to be a style option instead of alignment option.
* Improved - Open Sans to system fonts.
* Improved - Vertical spacing for various elements, including rows and columns.
* Improved - RTL compatibility for modals, notifications and carousels.
* Fixed - Responsive settings for rows and grids are not being applied appropriately.
* Fixed - History snapshots are created when previewing changes to an element.
* Fixed - Page title is not updated correctly.
= 1.2.8 =
* Added - Check to ensure post archives and the posts page cannot be Tailored.
= 1.2.7 =
* Added - RTL support.
= 1.2.6 =
* Added - Device-specific visibility setting to rows, columns, grids and grid items under General settings tab.
* Improved - Background image/color settings.
* Fixed - Image and gallery controls are breaking when adding small images (credit: dtbaker).
= 1.2.5 =
* Added - Compatibility for the Yoast SEO plugin.
= 1.2.4 =
* Added - Resource links to the admin settings page.
* Added - Google Maps API key setting.
* Improved - CSS to ensure pseudo-elements use double colon notation.
= 1.2.3 =
* Fixed - Element drag-drop ghost images are disappearing when dragging on Chrome.
= 1.2.2 =
* Improved - Display of the 'Tailor this ..' Admin Bar link.
= 1.2.1 =
* Removed - 'Tailor this ..' Admin Bar link from archive pages (credit: BinaryMoon).
= 1.2.0 =
* Improved - Container behaviour so that they do not collapse when only one child element remains (excludes row/column layouts).
* Fixed - Custom CSS is not appearing within template previews.
* Fixed - Tabs break after a tab is renamed.
= 1.1.3 =
* Improved - Device preview and media query settings to be in line with the WordPress Customizer (i.e., Desktop, Tablet and Mobile sizes).
= 1.1.2 =
* Added - Notification and UI styles to help instruct new users to drag elements and templates onto the page.
= 1.1.1 =
* Added - Additional filters for developers to disable panels and elements.
= 1.1 =
* Added - Admin options for hiding the CSS and JavaScript editors.
* Added - Admin option for hiding the Attributes panel (contained within the Edit modal window).
* Improved - Scripts and styles to only load on Tailored pages.
* Removed - Dynamic text domain function.
= 1.0.1 =
* Added - Fallback functions for PHP 5.4.x.
= 1.0.0 =
* Initial release.
== Upgrade Notice ==
= 1.7.0 =
This is a major version change which improves the way that built-in elements are rendered.
This version is required to use the Portfolio, WooCommerce and Advanced Features extensions.
= 1.6.0 =
This is a major version change which introduces native widget support. Please enable this feature on the Settings page.
If you are upgrading from version 1.1.2 or earlier, please ensure that you update your columns and grid within Tailor as the original, deprecated styles for these elements have now been removed.
= 1.5.0 =
This is a major version change which introduces live preview. Please refer to our developer documentation to make the most of these improvements.
= 1.4.0 =
This is a major version change which introduced new classes, actions and filters in order to accommodate the new REST API. Please review all direct function calls and hooks in your code.