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 1
1
# Redux Changelog
2
2
3
+ ## 4.4.0.3
4
+ * Fixed: #3945 - Glitch in validation causing color pickers to fail in rare use case.
5
+
3
6
## 4.4.0.2
4
7
* New: User Metaboxes Extensions [ https://devs.redux.io/core-extensions/user-metaboxes.html ] ( https://devs.redux.io/core-extensions/user-metaboxes.html )
5
8
* Fixed: Google Maps JavaScript.
Original file line number Diff line number Diff line change 30
30
31
31
require_once dirname ( __FILE__ ) . '/class-redux-core.php ' ;
32
32
33
- Redux_Core::$ version = '4.4.0.2 ' ;
33
+ Redux_Core::$ version = '4.4.0.3 ' ;
34
34
Redux_Core::$ redux_path = dirname ( __FILE__ );
35
35
Redux_Core::instance ();
36
36
Original file line number Diff line number Diff line change 8
8
* Plugin URI: http://wordpress.org/plugins/redux-framework
9
9
* GitHub URI: reduxframework/redux-framework
10
10
* Description: Build better sites in WordPress fast!
11
- * Version: 4.4.0.2
11
+ * Version: 4.4.0.3
12
12
* Requires at least: 5.0
13
13
* Requires PHP: 7.1
14
14
* Author: Team Redux
You can’t perform that action at this time.
0 commit comments