Skip to content

Commit fccf63c

Browse files
committed
3.5.8.1 Release fix.
1 parent 7a95ada commit fccf63c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ReduxFramework {
7777
// Please update the build number with each push, no matter how small.
7878
// This will make for easier support when we ask users what version they are using.
7979

80-
public static $_version = '3.5.8';
80+
public static $_version = '3.5.8.1';
8181
public static $_dir;
8282
public static $_url;
8383
public static $_upload_dir;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-framework/redux-framework",
3-
"version": "3.5.7",
3+
"version": "3.5.8.1",
44
"authors": [
55
{
66
"name": "Team Redux"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-framework",
3-
"version": "3.5.8",
3+
"version": "3.5.8.1",
44
"title": "ReduxFramework",
55
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://ideas.reduxframework.com
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: 4.4
7-
Stable tag: 3.5.8
7+
Stable tag: 3.5.8.1
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

126126
== Changelog ==
127127

128+
## 3.5.8.1
129+
* Fixed: Issue with added plugin textdomain support.
130+
128131
## 3.5.8
129132
* Fixed: Customizer preview callback working again.
130133
* Fixed: last_tab argument not working.

0 commit comments

Comments
 (0)