Skip to content

Commit 6e57837

Browse files
committed
3.2.2 Release.
1 parent e272e9b commit 6e57837

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ Send me an email at [email protected] so I can add you to our user sp
7474

7575
### Master ###
7676

77+
= 3.2.2.2 =
78+
* Fixed: Info field didn't intend within section.
79+
80+
= 3.2.2.1 =
81+
* Fixed: Compiler hook wasn't running.
82+
83+
7784
= 3.1.9.44 =
7885
* Fixed: Small bug in image_select javascript.
7986

README.txt

Lines changed: 5 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.0
7-
Stable tag: 3.2.0
7+
Stable tag: 3.2.2
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

126126
== Changelog ==
127127

128+
= 3.2.2 =
129+
* Fixed: Info field didn't intend within section.
130+
* Fixed: Compiler hook wasn't running.
131+
128132
= 3.2.1 =
129133
* Fixed: Small bug in image_select javascript.
130134
* Added: Import hook, just because we can. :)

ReduxCore/framework.php

Lines changed: 2 additions & 2 deletions
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.1
20+
* @version 3.2.2
2121
*/
2222

2323
// Exit if accessed directly
@@ -60,7 +60,7 @@ class ReduxFramework {
6060
// ATTENTION DEVS
6161
// Please update the build number with each push, no matter how small.
6262
// This will make for easier support when we ask users what version they are using.
63-
public static $_version = '3.2.1.2';
63+
public static $_version = '3.2.2';
6464
public static $_dir;
6565
public static $_url;
6666
public static $wp_content_url;

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.2.1
15+
* Version: 3.2.2
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)