You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
106
106

107
107
108
108
109
-
110
109
# Changelog
111
110
112
111
= 6.1.0 =
@@ -119,6 +118,8 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
119
118
* Added a note for data population in status page.
120
119
* Replaced ‘getPluginJS_ClassPrefix’ & ‘getPluginJS_VariablePrefix’ with native call.
121
120
* ‘StaticCookie’ and ‘StaticSession’ caching model classes improved.
121
+
* Fixed issue with network installing when multisite is enabled in WordPress, as well as created workaround until WordPress core bug #36406 will be fixed (read more at [https://core.trac.wordpress.org/ticket/36406](https://core.trac.wordpress.org/ticket/36406"WordPress Trac")).
122
+
* PHP 5.6 backwards compatibility added.
122
123
123
124
= 6.0.2 =
124
125
* Updating and patching are now separated. FA now loaded by default after install. Populate/drop data url behaviour changed. Some minor improvements.
Copy file name to clipboardExpand all lines: readme.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,9 @@ to your website's FAQ page and make automatically expand specific FAQ with a pag
110
110
* Added a note for data population in status page.
111
111
* Replaced ‘getPluginJS_ClassPrefix’ & ‘getPluginJS_VariablePrefix’ with native call.
112
112
* ‘StaticCookie’ and ‘StaticSession’ caching model classes improved.
113
+
* Fixed issue with network installing when multisite is enabled in WordPress, as well as created workaround until WordPress core bug #36406 will be fixed (read more at [https://core.trac.wordpress.org/ticket/36406]( https://core.trac.wordpress.org/ticket/36406 "WordPress Trac")).
114
+
* PHP 5.6 backwards compatibility added.
115
+
113
116
114
117
= 6.0.2 =
115
118
* Updating and patching are now separated. FA now loaded by default after install. Populate/drop data url behaviour changed. Some minor improvements.
0 commit comments