-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
108 lines (89 loc) · 3.38 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
=== FX Builder ===
Contributors: butterflymedia
Tags: page builder, drag, drop, sortable, columns
Requires at least: 2.0
Tested up to: 2.2.0
Requires PHP: 7.0
Stable tag: 1.4.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
A simple page builder plugin. The one you can actually use.
== Description ==
**FX Builder** is a page builder plugin that provides visual columns in the post editor without using shortcodes. From the settings page, you can enable it for posts, pages, and custom post types.
== Changelog ==
= 1.4.1 =
* Fix bottom column selector being displayed as block instead of Flex
= 1.4.0 =
* Fix unescaped variable
* Fix typo in readme.txt
* Add new Settings and Typography options panel
* Add Google fonts and Bunny fonts functionality to TinyMCE's `fontformats` array
* Add translatable strings to the Settings page
* Add admin stylesheet
* Update readme.md with helpful links and a short description
* Update ZIP release workflow
* Switch more elements from floats to Flex CSS
* Replace deprecated "resize" function with "resize" event
* Clean up old settings panel (alpha)
* Remove unused filter
* Remove tabbing capability in textarea element
= 1.3.1 =
* Add line height controls
* Add column vertical alignment
* Add 5-column layout
* Add section height controls to create spacers
* Various UI improvements
= 1.3.0 =
* Remove jQuery UI Sortable dependency and replace with SortableJS
* Remove old, unused files
* Update plugin branding to be consistent with "FX Builder"
= 1.2.3 =
* Fix author link
* Add system fonts to TinyMCE
= 1.2.2 =
* Fix undefined variable
* Add image styling to wraps to make sure images are not wider than content
* Remove "Wide" content width, as it's not relevant, and can be added as a class
= 1.2.1 =
* Add font size presets, custom font size and font weigh to TinyMCE
* Clean up row and item templates
* Clean up front-end styles
* Clean up readme.txt
= 1.2.0 =
* First public release for ClassicPress
= 1.0.2 - 13 Ags 2017 =
* Fix bug: WP 4.8 compat (thanks to nick6352683)
= 1.0.1 - 06 Jan 2017 =
* Fix bug: wp preview remove FX Builder data
* Fix CSS Bug: Tools & CSS button position
* Store _fxb_active in revisions
* Hide "Preview Changes" button in "Publish" meta box when FX Builder is active
* Fix "save_post" hook to fix fatal error bug
= 1.0.0 - 09 Dec 2016 =
* First stable Release
= 1.0.0.beta - 12 Oct 2016 =
* Browser compatibility (Tested with: Firefox, Chrome, IE11, Edge, Android Phone, Tablet)
* Use Admin Color
* UI and UX Improvement
* RTL Support
* Use HTML Class for Front End Output + Update Front CSS
= 1.0.0.alpha3 - 29 Sep 2016 =
* Revision: Revert to Revision now also revert to FX Builder data
* Remove disable editor feature. Simpler Settings
* Change settings option name. You need to re-configure settings
* Page is enabled by default
* Introduce Tools: Export / Import FX Builder data
* Auto focus to editor when open editor modal
* Fix Custom CSS textarea line break
* Fix several small-screen accessibility issue in modal box
= 1.0.0.alpha2 - 23 Sep 2016 =
* Add row with thumbnail for each layoout
* Welcome notice with link to admin page
* Improve overall builder design
* Fix overflow in editor modal
* Add post class "fx-builder-entry" when active
* Reset undo in editor modal
* Custom CSS for each posts
* Other small fixes and improvements
= 1.0.0.alpha - 21 Sep 2016 =
* Initial alpha release