Skip to content

Commit 5df6502

Browse files
committed
Fix for #2188
1 parent a55a3f9 commit 5df6502

11 files changed

+779
-728
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redux Framework Changelog
22

3+
## 3.6.18
4+
* Fixed: PHP 7.x warning about defines.
5+
36
## 3.6.17
47
* Added: Redux API disable_demo to disable the plugin demo notice.
58

ReduxCore/framework.php

+1-1
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.17';
72+
public static $_version = '3.6.18';
7373
public static $_dir;
7474
public static $_url;
7575
public static $_upload_dir;

0 commit comments

Comments
 (0)