diff --git a/ReduxCore/framework.php b/ReduxCore/framework.php index 46bf354f1..22b34fdb3 100644 --- a/ReduxCore/framework.php +++ b/ReduxCore/framework.php @@ -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; diff --git a/composer.json b/composer.json index 86b4ecca4..15e6abd19 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "redux-framework/redux-framework", - "version": "3.5.7", + "version": "3.5.8.1", "authors": [ { "name": "Team Redux" diff --git a/package.json b/package.json index f98dcdd28..0134cd069 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index b56ca1e49..9cef2c15d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.