Version Description
Download this release
Release Info
Developer | Milmor |
Plugin | EU Cookie Law |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- css/style.css +9 -4
- eu-cookie-law.php +1 -1
- readme.txt +7 -3
css/style.css
CHANGED
@@ -9,23 +9,28 @@
|
|
9 |
margin: 0;
|
10 |
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
|
11 |
z-index: 10000;
|
|
|
12 |
}
|
13 |
|
14 |
.pea_cook_wrapper.pea_cook_topleft {
|
15 |
top:30px;
|
16 |
-
left:30px
|
|
|
17 |
}
|
18 |
.pea_cook_wrapper.pea_cook_topright {
|
19 |
top:30px;
|
20 |
-
right:30px
|
|
|
21 |
}
|
22 |
.pea_cook_wrapper.pea_cook_bottomleft {
|
23 |
bottom:30px;
|
24 |
-
left:30px
|
|
|
25 |
}
|
26 |
.pea_cook_wrapper.pea_cook_bottomright {
|
27 |
bottom:30px;
|
28 |
-
right:30px
|
|
|
29 |
}
|
30 |
|
31 |
.pea_cook_wrapper p{
|
9 |
margin: 0;
|
10 |
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
|
11 |
z-index: 10000;
|
12 |
+
text-align: center;
|
13 |
}
|
14 |
|
15 |
.pea_cook_wrapper.pea_cook_topleft {
|
16 |
top:30px;
|
17 |
+
left:30px;
|
18 |
+
margin-right:5%;
|
19 |
}
|
20 |
.pea_cook_wrapper.pea_cook_topright {
|
21 |
top:30px;
|
22 |
+
right:30px;
|
23 |
+
margin-left:5%;
|
24 |
}
|
25 |
.pea_cook_wrapper.pea_cook_bottomleft {
|
26 |
bottom:30px;
|
27 |
+
left:30px;
|
28 |
+
margin-right:5%;
|
29 |
}
|
30 |
.pea_cook_wrapper.pea_cook_bottomright {
|
31 |
bottom:30px;
|
32 |
+
right:30px;
|
33 |
+
margin-left:5%;
|
34 |
}
|
35 |
|
36 |
.pea_cook_wrapper p{
|
eu-cookie-law.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: EU Cookie Law
|
4 |
Plugin URI: https://wordpress.org/plugins/eu-cookie-law/
|
5 |
Description: Cookie Law informs users that your site has cookies, with a popup for more information and ability to lock scripts before acceptance.
|
6 |
-
Version: 2.0.
|
7 |
Author: Alex Moss, Marco Milesi, Peadig, Shane Jones
|
8 |
Author URI: https://wordpress.org/plugins/eu-cookie-law/
|
9 |
Contributors: alexmoss, Milmor, peer, ShaneJones
|
3 |
Plugin Name: EU Cookie Law
|
4 |
Plugin URI: https://wordpress.org/plugins/eu-cookie-law/
|
5 |
Description: Cookie Law informs users that your site has cookies, with a popup for more information and ability to lock scripts before acceptance.
|
6 |
+
Version: 2.0.4
|
7 |
Author: Alex Moss, Marco Milesi, Peadig, Shane Jones
|
8 |
Author URI: https://wordpress.org/plugins/eu-cookie-law/
|
9 |
Contributors: alexmoss, Milmor, peer, ShaneJones
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== EU Cookie Law ===
|
2 |
Contributors: alexmoss, Milmor, pleer, ShaneJones
|
3 |
-
Version: 2.0.
|
4 |
Author: Alex Moss, Marco Milesi, Peadig, Shane Jones
|
5 |
Author URI: https://profiles.wordpress.org/milmor/
|
6 |
Tags: eu cookie, cookies, law, analytics, european, italia, garante, privacy
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 4.3
|
9 |
-
Stable tag: 2.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -26,6 +26,9 @@ Demo: [www.sanpellegrinoterme.gov.it](http://www.sanpellegrinoterme.gov.it)
|
|
26 |
* Customizable banner
|
27 |
* Easy shortcodes that block scripts if cookies are not accepted
|
28 |
* Set cookie expiry
|
|
|
|
|
|
|
29 |
* Set banner position
|
30 |
|
31 |
> EU Cookie Law started from [Peadig](http://peadig.com/wordpress-plugins/eu-cookie-law/) in 2012 and in june 2015 has became part of the project [WPGov.it](http://www.wpgov.it) that aims to give Italian Public Government powerful open source solutions to make complete and law-compatible websites.
|
@@ -69,8 +72,9 @@ ex. `[cookie height="100px" width="100%"] //My code [/cookie]`
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
-
= 2.0.3 - 03.06.2015 =
|
73 |
* Fixed cookie storing caused by wrong iso date
|
|
|
74 |
|
75 |
= 2.0 + 2.0.1 + 2.0.2 - 02.06.2015 =
|
76 |
* Plugin reload
|
1 |
=== EU Cookie Law ===
|
2 |
Contributors: alexmoss, Milmor, pleer, ShaneJones
|
3 |
+
Version: 2.0.4
|
4 |
Author: Alex Moss, Marco Milesi, Peadig, Shane Jones
|
5 |
Author URI: https://profiles.wordpress.org/milmor/
|
6 |
Tags: eu cookie, cookies, law, analytics, european, italia, garante, privacy
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 4.3
|
9 |
+
Stable tag: 2.0.4
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
26 |
* Customizable banner
|
27 |
* Easy shortcodes that block scripts if cookies are not accepted
|
28 |
* Set cookie expiry
|
29 |
+
* Compatible with multilanguage plugins
|
30 |
+
* Compatible with mobile themes and plugins
|
31 |
+
* Great responsiveness for tablets and smartphones
|
32 |
* Set banner position
|
33 |
|
34 |
> EU Cookie Law started from [Peadig](http://peadig.com/wordpress-plugins/eu-cookie-law/) in 2012 and in june 2015 has became part of the project [WPGov.it](http://www.wpgov.it) that aims to give Italian Public Government powerful open source solutions to make complete and law-compatible websites.
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.0.3 + 2.0.4 - 03.06.2015 =
|
76 |
* Fixed cookie storing caused by wrong iso date
|
77 |
+
* Better css for small screens
|
78 |
|
79 |
= 2.0 + 2.0.1 + 2.0.2 - 02.06.2015 =
|
80 |
* Plugin reload
|