diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5d74cd7..2c4d55c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Redux Framework Changelog +## 3.5.8.1 +* Fixed: #2652 - load_plugin_textdomain using depreciated argument. + ## 3.5.8 * Fixed: Customizer preview callback working again. diff --git a/class.redux-plugin.php b/class.redux-plugin.php index 9775e7552..82290ee92 100644 --- a/class.redux-plugin.php +++ b/class.redux-plugin.php @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin { * @since 3.0.0 */ - const VERSION = '3.5.8'; + const VERSION = '3.5.8.1'; /** * @access protected diff --git a/redux-framework.php b/redux-framework.php index 4bdca437f..60c1b0116 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -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.5.8 + * Version: 3.5.8.1 * Text Domain: redux-framework * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt