Version Description
- New: Danish translation, thanks to Lui Wallentin Gottler
Download this release
Release Info
Developer | dfactory |
Plugin | Cookie Notice by dFactory |
Version | 1.2.19 |
Comparing to | |
See all releases |
Code changes from version 1.2.18.1 to 1.2.19
- cookie-notice.php +2 -2
- readme.txt +7 -4
cookie-notice.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Cookie Notice
|
4 |
Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
|
5 |
-
Version: 1.2.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
|
@@ -54,7 +54,7 @@ class Cookie_Notice
|
|
54 |
'translate' => true,
|
55 |
'deactivation_delete' => 'no'
|
56 |
),
|
57 |
-
'version' => '1.2.
|
58 |
);
|
59 |
private $positions = array();
|
60 |
private $styles = array();
|
2 |
/*
|
3 |
Plugin Name: Cookie Notice
|
4 |
Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
|
5 |
+
Version: 1.2.19
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
|
54 |
'translate' => true,
|
55 |
'deactivation_delete' => 'no'
|
56 |
),
|
57 |
+
'version' => '1.2.19'
|
58 |
);
|
59 |
private $positions = array();
|
60 |
private $styles = array();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
|
|
4 |
Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -32,6 +32,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
|
|
32 |
|
33 |
* Croatian - by [Marko Beus](http://www.markobeus.com/)
|
34 |
* Czech - by [Adam Laita](http://laita.cz)
|
|
|
35 |
* Dutch - by [Heleen van den Bos](http://www.bostekst.nl/)
|
36 |
* French - by [Laura Orsal](http://www.traductrice-independante.fr)
|
37 |
* German - by Alex Ernst
|
@@ -61,6 +62,9 @@ No questions yet.
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
64 |
= 1.2.18.1 =
|
65 |
* Fix: Quick fix for 1.2.18 print_r in code
|
66 |
|
@@ -143,6 +147,5 @@ Initial release
|
|
143 |
|
144 |
== Upgrade Notice ==
|
145 |
|
146 |
-
= 1.2.
|
147 |
-
* New:
|
148 |
-
* Tweak: Additional HTML ids, for more flexible customization
|
4 |
Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 1.2.19
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
32 |
|
33 |
* Croatian - by [Marko Beus](http://www.markobeus.com/)
|
34 |
* Czech - by [Adam Laita](http://laita.cz)
|
35 |
+
* Danish - by Lui Wallentin Gottler
|
36 |
* Dutch - by [Heleen van den Bos](http://www.bostekst.nl/)
|
37 |
* French - by [Laura Orsal](http://www.traductrice-independante.fr)
|
38 |
* German - by Alex Ernst
|
62 |
|
63 |
== Changelog ==
|
64 |
|
65 |
+
= 1.2.19 =
|
66 |
+
* New: Danish translation, thanks to Lui Wallentin Gottler
|
67 |
+
|
68 |
= 1.2.18.1 =
|
69 |
* Fix: Quick fix for 1.2.18 print_r in code
|
70 |
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
150 |
+
= 1.2.19 =
|
151 |
+
* New: Danish translation, thanks to Lui Wallentin Gottler
|
|