Version Description
Updated Readme and Upgrade Notice.
Download this release
Release Info
Developer | wunderfarm |
Plugin | WF Cookie Consent |
Version | 0.9.3 |
Comparing to | |
See all releases |
Code changes from version 0.9.2 to 0.9.3
- readme.txt +11 -3
- wf-cookie-consent.php +1 -1
readme.txt
CHANGED
@@ -4,11 +4,11 @@ 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.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
The `wunderfarm-way` to show how your website complies with the EU Cookie Law - 100% responsive and with multi-language support
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -29,6 +29,9 @@ WF Cookie Consent is the "wunderfarm-way" to show how your website complies with
|
|
29 |
|
30 |
== Changelog ==
|
31 |
|
|
|
|
|
|
|
32 |
= 0.9.2 =
|
33 |
Bugfix: Compatibility with Polylang and WPML.
|
34 |
|
@@ -63,4 +66,9 @@ Bugfix: Custom settings with Polylang.
|
|
63 |
Bugfixes: Custom fields for default language (en) and selected more-info page.
|
64 |
|
65 |
= 0.8.1 =
|
66 |
-
Support for WPML and Polylang.
|
|
|
|
|
|
|
|
|
|
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.9.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
The `wunderfarm-way` to show how your website complies with the EU Cookie Law - 100% responsive and with multi-language support!
|
12 |
|
13 |
== Description ==
|
14 |
|
29 |
|
30 |
== Changelog ==
|
31 |
|
32 |
+
= 0.9.3 =
|
33 |
+
Updated Readme and Upgrade Notice.
|
34 |
+
|
35 |
= 0.9.2 =
|
36 |
Bugfix: Compatibility with Polylang and WPML.
|
37 |
|
66 |
Bugfixes: Custom fields for default language (en) and selected more-info page.
|
67 |
|
68 |
= 0.8.1 =
|
69 |
+
Support for WPML and Polylang.
|
70 |
+
|
71 |
+
== Upgrade Notice ==
|
72 |
+
|
73 |
+
= 0.9.2 =
|
74 |
+
Fixes a list of bugs that settings could not be saved.
|
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.9.
|
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.9.3
|
7 |
License: GNU General Public License v2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Author: wunderfarm
|