Skip to content

Commit 5930e42

Browse files
committed
WP.org 3.2.9.13 release
1 parent 959bc22 commit 5930e42

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
55
Requires at least: 3.5.1
66
Tested up to: 3.9.1
7-
Stable tag: 3.2.9.2
7+
Stable tag: 3.2.9.13
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -125,6 +125,31 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128+
= 3.2.9.13 =
129+
* Modified data => taxonomies now has a little more power behind it.
130+
* Fixed: #1255 - button_set multi field not saving when all buttons not selected.
131+
* Fixed: #1254 - Border field with 0px not outputting properly.
132+
* Fixed: #1250 - Typography preview font-size not set in preview.
133+
* Fixed: #1247 - Spacing field not outputting properly in `absolute` mode.
134+
* Modified: Typography previewing hidden until font inputs are changed.
135+
* Fixed: Vendor js not loading properly when dev_mode = true
136+
* Fixed: Border field not outputting properly.
137+
* Modified: Centralized import/export code in anticipation of new builder features.
138+
* Fixed: Removed rogue echo statement.
139+
* Modified: select2 loads only when a field requires it.
140+
* Modified: More code to load JS on demand for fields require it.
141+
* Modified: Field specific JS only loads with active field.
142+
* Fixed: Hints stopped working due to classname change.
143+
* Fixed: Permissions argument on section array not filtering out raw field.
144+
* Fixed: Too many CSS tweaks to list, due to last build.
145+
* Fixed: Sortable and Sorter fields now sort without page scroll when page size is under 782px.
146+
* Fixed: Hint icon defaults to left position when screen size is under 782px.
147+
* Fixed: `permissions` argument for fields and sections erasing saved field data. See #1231
148+
* Modified: Woohoo! Nearly fully responsive. Yanked out all SMOF and NHP field customizations. Lots of little fixes on all browser screens. This will also greatly benefit Metaboxes and other areas of Redux.
149+
* Fixed: In dev_mode panel CSS was being loaded 2x.
150+
* Fixed: Typography color picker bleeding under other elements. #1225
151+
* Fixed: Hint icon_color index error from builder. #1222
152+
128153
= 3.2.9 =
129154
* 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.
130155
* Added: Customizer hook that can be used to simulate the customizer for live preview in the customizer. `redux/customizer/live_preview`

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package Redux_Framework
1818
* @subpackage Core
1919
* @author Redux Framework Team
20-
* @version 3.2.9
20+
* @version 3.2.9.13
2121
*/
2222

2323
// Exit if accessed directly

0 commit comments

Comments
 (0)