@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
4
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
5
5
Requires at least: 3.5.1
6
6
Tested up to: 3.9.1
7
- Stable tag: 3.2.9.13
7
+ Stable tag: 3.3.0
8
8
License: GPLv3 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
10
@@ -125,6 +125,45 @@ 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.3.0 =
129
+ * Fixed: #1322 - Sections not folding with required argument.
130
+ * Fixed: #1270 - Editor field compiler hook not firing in visual mode.
131
+ * Fixed: select2 dependency in select_image, and other fields.
132
+ * Fixed: Filter out `@eaDir` directories in extensions folder.
133
+ * Fixed: Fixed the image_select presets to work again. Also now will function even if import/export is disabled.
134
+ * Fixed: Minor tweaks for metabox update.
135
+ * Fixed: #1297 - Missing space in image_select class.
136
+ * Fixed: Slider field tweaked for metaboxes.
137
+ * Fixed: #1291 - Change of font-family would not trigger preview, or show in open preview.
138
+ * Fixed: #1289 - Typography not retaining size/height/spacing/word/letter spacing settings.
139
+ * Fixed: #1288 - Background color-picker dependency missing. Thanks @farhanwazir.
140
+ * Fixed: Search extension failed do to dependency issue from the core.
141
+ * Fixed: #1281 - color field output/compiler outputting incorrect selector when only one array present.
142
+ * Fixed: Update check only appears once if multiple instances of Redux are loaded in the same wordpress instance.
143
+ * Fixed: Changing font-family in typography didn't trigger 'save changes' notification.
144
+ * Fixed: More typography: Back up font appearing in font-family when opening selector.
145
+ * Fixed: Typography: undefined message when NOT using google fonts. Thanks @farhanwazir
146
+ * Fixed: Typography font backup not in sync with font-family.
147
+ * Fixed: Typography not saving font-family after switching back and forth between standard and google fonts.
148
+ * Fixed: Background field selects not properly aligned.
149
+ * Fixed: Removed select field dependency from background field.
150
+ * Fixed: #1264 - Color-picker/transparent checkbox functionality.
151
+ * Fixed: Typography fine-tuning.
152
+ * Fixed: All typography select fields render as select2.
153
+ * Fixed: Switching between transparency on and off now restores the last chosen color in all color fields.
154
+ * Fixed: Redux uploads dir should NOT be ~/wp-content/uploads, but just wp-content. As per Otto.
155
+ * Fixed: Navigation no longer has that annoying outline around the links. Yuk.
156
+ * Fixed: #1218 - Select2 multi select not accepting any keyboard input.
157
+ * Fixed: #1228 - CSS fixes
158
+ * Added: `hide_reset` argument, to hide the Reset All and Reset Section buttons.
159
+ * Added: `content_title` argument to slides field. Thanks @psaikali!
160
+ * Added: `customizer_only` argument for fields & sections, contributed by @andreilupu.
161
+ * Added: select2 args for spacing field.
162
+ * Added: select2 args for the following fields: typography, background, border, dimensions and slider.
163
+ * Added: #1329 - `'preview' = array('always_display' => true)` argument to typography, to determine if preview field show always be shown.
164
+ * Modified: Portions of core javascript rewritten into object code.
165
+ * Modified: All field javascript rewritten using jQuery objects (versus standard function).
166
+ * Modified: Typography field rewritten to fill out font-family field dynamically, versus on page load.
128
167
129
168
= 3.2.9.13 =
130
169
* Modified data => taxonomies now has a little more power behind it.
0 commit comments