You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ Send me an email at [email protected] so I can add you to our user sp
75
75
### Master ###
76
76
77
77
= 3.2.8.21 =
78
-
* Added: Network admin support! Set argument 'database' to network and data will be saved site-wide. Also two new
79
-
arguments: network_admin & network_admin for where to show the panel.
78
+
* Added: Network admin support! Set argument 'database' to network and data will be saved site-wide. Also two new arguments: network_admin & network_sites for where to show the panel.
80
79
81
80
= 3.2.8.20 =
82
81
* Fixed: Redux now ignores any directories that begin with `.` in the extension folder. See #1213.
@@ -125,6 +125,44 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125
125
126
126
== Changelog ==
127
127
128
+
= 3.2.9 =
129
+
* Added: Network admin support! Set argument 'database' to network and data will be saved site-wide. Also two new arguments: network_admin & network_sites for where to show the panel.
130
+
* Added: Customizer hook that can be used to simulate the customizer for live preview in the customizer. `redux/customizer/live_preview`
131
+
* Added: `output` argument for `color` and `color_rgba` fields accepts key/pairs for different modes.
132
+
* Added: `class` argument to the Redux Arguments, section array, and metabox array. If set, a class will be appended to whichever level is used. This allows further customization for our users.
133
+
* Added: disable_save_warn flags to the arguments to disable the "you should save" slidedown.
134
+
* Added: Actions hooks for errors and warnings.
135
+
* Fixed: Redux now ignores any directories that begin with `.` in the extension folder. See #1213.
136
+
* Fixed: Redux not saving when validating uploads.
137
+
* Fixed: Border field output/compiler formatting. Removed 'inherit' in place of default values. See #1208.
138
+
* Fixed: Trim() warning in framework.php when saving. See #1209, #1201.
139
+
* Fixed: Typography not outputting all styles when `all_styles` set to true.
140
+
* Fixed: 'Cannot send header' issues with typography.
141
+
* Fixed: Small fix for validation if subsection parent is free of errors, remove the red highlight when not expanded.
142
+
* Fixed: Small CSS classes for flashing fonts where web-font-loader.
143
+
* Fixed: ASync Flash on fonts. FINALLY. What a pain.
144
+
* Fixed: 3+ JavaScript errors found in the background field. Now works flawlessly.
145
+
* Fixed: PHP warnings in background field. #1173. Thanks, @abossola.
146
+
* Fixed: CSS validation not respecting child selector symbol. #1162
147
+
* Fixed: Extra check for typography bug.
148
+
* Fixed: Error css alignment issue with subsections.
149
+
* Fixed: javascript error in typography field.
150
+
* Fixed: Added a title to the google fonts stylesheet to fix validation errors.
151
+
* Fixed: One more slides field error check, and an extra JS goodie for an extension.
152
+
* Fixed: Leftover debug code messing up slides field.
153
+
* Fixed: More reliable saved action hook.
154
+
* Fixed: Removed erroneous debug output in link_color field.
155
+
* Modified: Dimension field default now accepts either `units` or `unit`.
156
+
* Modified: Google CSS moved into HEAD via WP enqueue.
157
+
* Modified: Now do a trim on all fields before validating. No need to alert because of a space...
158
+
* Modified: Typography field CSS completely rewritten. All thanks to @eplanetdesign!
159
+
* Modified: Validation now works in metaboxes as well as updates numbers as changes occur. Validation for subsections is SO hot now.
160
+
* Modified: Various CSS fixes and improvements.
161
+
* Modified: Turned of mod_rewrite check.
162
+
* Modified: How errors are displayed, no longer dependent on the ID, now proper classes.
163
+
* Modified: Error notice stays until all errors are gone. Also updates it's number as errors fixed!
164
+
* Modified: Moved google font files to proprietary folder in upload to help with permission issues.
165
+
128
166
= 3.2.8 =
129
167
* Fixed: Formatting of field files. Normalizing headers.
130
168
* Added: is_empty / empty / !isset AND not_empty / !empty / isset as required operations
0 commit comments