Version Description
Bugfix: Set cookie path (thx for the bug report adfasyxcv!)
Download this release
Release Info
Developer | wunderfarm |
Plugin | WF Cookie Consent |
Version | 0.8.6 |
Comparing to | |
See all releases |
Code changes from version 0.8.5 to 0.8.6
- js/cookiechoices.js +1 -1
- readme.txt +4 -1
- wf-cookie-consent.php +1 -1
js/cookiechoices.js
CHANGED
@@ -215,7 +215,7 @@
|
|
215 |
// Set the cookie expiry to one year after today.
|
216 |
var expiryDate = new Date();
|
217 |
expiryDate.setFullYear(expiryDate.getFullYear() + 1);
|
218 |
-
document.cookie = cookieName + '=y; expires=' + expiryDate.toGMTString();
|
219 |
}
|
220 |
|
221 |
function _shouldDisplayConsent() {
|
215 |
// Set the cookie expiry to one year after today.
|
216 |
var expiryDate = new Date();
|
217 |
expiryDate.setFullYear(expiryDate.getFullYear() + 1);
|
218 |
+
document.cookie = cookieName + '=y;path=/; expires=' + expiryDate.toGMTString();
|
219 |
}
|
220 |
|
221 |
function _shouldDisplayConsent() {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wunderfarm.com/
|
|
4 |
Tags: compliance, cookie law, cookielaw, cookies, cookiebar, policy, bar, eu cookie law, cookie law banner, cookiechoices, eu privacy directive, privacy, privacy directive, cookie consent, cookieconsent, Multi language, WPML, polylang, responsive, admin, code, content, embed, google, html, integration, javascript, links, login, marketing, page, pages, plugin, simple, text, url, wordpress, law,
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 0.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -29,6 +29,9 @@ WF Cookie Consent is the "wunderfarm-way" to show how your website complies with
|
|
29 |
|
30 |
== Changelog ==
|
31 |
|
|
|
|
|
|
|
32 |
= 0.8.5 =
|
33 |
Improved compatibility with other plugins
|
34 |
|
4 |
Tags: compliance, cookie law, cookielaw, cookies, cookiebar, policy, bar, eu cookie law, cookie law banner, cookiechoices, eu privacy directive, privacy, privacy directive, cookie consent, cookieconsent, Multi language, WPML, polylang, responsive, admin, code, content, embed, google, html, integration, javascript, links, login, marketing, page, pages, plugin, simple, text, url, wordpress, law,
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 0.8.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
29 |
|
30 |
== Changelog ==
|
31 |
|
32 |
+
= 0.8.6 =
|
33 |
+
Bugfix: Set cookie path (thx for the bug report adfasyxcv!)
|
34 |
+
|
35 |
= 0.8.5 =
|
36 |
Improved compatibility with other plugins
|
37 |
|
wf-cookie-consent.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WF Cookie Consent
|
4 |
Plugin URI: http://www.wunderfarm.com/plugins/wf-cookie-consent
|
5 |
Description: The wunderfarm-way to show how your website complies with the EU Cookie Law.
|
6 |
-
Version: 0.8.
|
7 |
License: GNU General Public License v2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Author: wunderfarm
|
3 |
Plugin Name: WF Cookie Consent
|
4 |
Plugin URI: http://www.wunderfarm.com/plugins/wf-cookie-consent
|
5 |
Description: The wunderfarm-way to show how your website complies with the EU Cookie Law.
|
6 |
+
Version: 0.8.6
|
7 |
License: GNU General Public License v2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Author: wunderfarm
|