EU Cookie Law - Version 2.0.5

Version Description

Download this release

Release Info

Developer Milmor
Plugin Icon 128x128 EU Cookie Law
Version 2.0.5
Comparing to
See all releases

Code changes from version 2.0.4 to 2.0.5

Files changed (3) hide show
  1. class-frontend.php +1 -0
  2. eu-cookie-law.php +1 -1
  3. readme.txt +4 -3
class-frontend.php CHANGED
@@ -3,6 +3,7 @@
3
  function peadig_eucookie_scripts() {
4
  wp_register_style ('basecss', plugins_url('css/style.css', __FILE__), false);
5
  wp_enqueue_style ('basecss');
 
6
  }
7
  add_action('wp_head', 'peadig_eucookie_scripts');
8
 
3
  function peadig_eucookie_scripts() {
4
  wp_register_style ('basecss', plugins_url('css/style.css', __FILE__), false);
5
  wp_enqueue_style ('basecss');
6
+ wp_enqueue_script ('jquery');
7
  }
8
  add_action('wp_head', 'peadig_eucookie_scripts');
9
 
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.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
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.5
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
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
 
@@ -72,9 +72,10 @@ ex. `[cookie height="100px" width="100%"] //My code [/cookie]`
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
1
  === EU Cookie Law ===
2
  Contributors: alexmoss, Milmor, pleer, ShaneJones
3
+ Version: 2.0.5
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.5
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
72
 
73
  == Changelog ==
74
 
75
+ = 2.0.3 + 2.0.4 + 2.0.5 - 03.06.2015 =
76
  * Fixed cookie storing caused by wrong iso date
77
  * Better css for small screens
78
+ * Fixed jquery enqueue
79
 
80
  = 2.0 + 2.0.1 + 2.0.2 - 02.06.2015 =
81
  * Plugin reload