Skip to content

Commit

Permalink
3.5.8.1 Release fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Oct 13, 2015
1 parent 7a95ada commit fccf63c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ReduxFramework {
// 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.5.8';
public static $_version = '3.5.8.1';
public static $_dir;
public static $_url;
public static $_upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-framework/redux-framework",
"version": "3.5.7",
"version": "3.5.8.1",
"authors": [
{
"name": "Team Redux"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-framework",
"version": "3.5.8",
"version": "3.5.8.1",
"title": "ReduxFramework",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "Gruntfile.js",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://ideas.reduxframework.com
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
Requires at least: 3.5.1
Tested up to: 4.4
Stable tag: 3.5.8
Stable tag: 3.5.8.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

## 3.5.8.1
* Fixed: Issue with added plugin textdomain support.

## 3.5.8
* Fixed: Customizer preview callback working again.
* Fixed: last_tab argument not working.
Expand Down

0 comments on commit fccf63c

Please sign in to comment.