Skip to content

Commit f1ec32a

Browse files
committed
3.6.0.1 release.
1 parent 9f2f090 commit f1ec32a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ReduxCore/framework.php

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

72-
public static $_version = '3.6.0';
72+
public static $_version = '3.6.0.1';
7373
public static $_dir;
7474
public static $_url;
7575
public static $_upload_dir;

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6.0.1
129+
* Fixed: Minor bugs causing some users issues.
130+
128131
## 3.6.0
129132
* Fixed: Customizer path issues
130133
* Added: New default arguments filter by opt_name and type. :)

0 commit comments

Comments
 (0)