Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by:KProvance <[email protected]>
  • Loading branch information
kprovance committed Jan 5, 2015
1 parent f7a4e0e commit 60119b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Redux Framework Changelog

## 3.3.9.34
* Fixed: #1955 - Undefined index rgba in output routine.

## 3.3.9.33
* Modified: #1947 - Added display:none to TR tag under info field.

Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ReduxFramework {
// ATTENTION DEVS
// Please update the build number with each push, no matter how small.
// This will make for easier support when we ask users what version they are using.
public static $_version = '3.3.9.33';
public static $_version = '3.3.9.34';
public static $_dir;
public static $_url;
public static $_upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion class.redux-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ReduxFrameworkPlugin {
* @const string VERSION The plugin version, used for cache-busting and script file references
* @since 3.0.0
*/
const VERSION = '3.3.9.33';
const VERSION = '3.3.9.34';

/**
* @access protected
Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
* Author: Team Redux
* Author URI: http://reduxframework.com
* Version: 3.3.9.33
* Version: 3.3.9.34
* Text Domain: redux-framework
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit 60119b8

Please sign in to comment.