File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Redux Framework Changelog
22
3+ ## 3.4.3.5
4+ * Fixed #2081 - Section field hiding any field after. Weird.
5+
36## 3.4.3.4
47* Added #2047 - ` output_transparent ` argument to output the blank color feature as 'transparent'.
58* Fixed #2080 - missing 'rem' unit and inability to process float values. Thanks to @HELWATANY for the fixes!
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ReduxFrameworkPlugin {
2525 * @const string VERSION The plugin version, used for cache-busting and script file references
2626 * @since 3.0.0
2727 */
28- const VERSION = '3.4.3.4 ' ;
28+ const VERSION = '3.4.3.5 ' ;
2929
3030 /**
3131 * @access protected
Original file line number Diff line number Diff line change 1212 * Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313 * Author: Team Redux
1414 * Author URI: http://reduxframework.com
15- * Version: 3.4.3.4
15+ * Version: 3.4.3.5
1616 * Text Domain: redux-framework
1717 * License: GPL3+
1818 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
You can’t perform that action at this time.
0 commit comments