Cookie Law / GDPR Info - Version 1.4.1

Version Description

  • Bug fix: fixed browser compatibility issue in cookielawinfo.js
Download this release

Release Info

Developer richardashby
Plugin Icon Cookie Law / GDPR Info
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (3) hide show
  1. cookie-law-info.php +1 -1
  2. js/cookielawinfo.js +1 -1
  3. readme.txt +4 -1
cookie-law-info.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/extend/plugins/cookie-law-info/description/
5
  Description: A simple way of 'implied consent' to show your website complies with the EU Cookie Law, which came into force on 26 May 2012.
6
  Author: Richard Ashby
7
  Author URI: http://cookielawinfo.com/
8
- Version: 1.4
9
  License: GPL2
10
  */
11
 
5
  Description: A simple way of 'implied consent' to show your website complies with the EU Cookie Law, which came into force on 26 May 2012.
6
  Author: Richard Ashby
7
  Author URI: http://cookielawinfo.com/
8
+ Version: 1.4.1
9
  License: GPL2
10
  */
11
 
js/cookielawinfo.js CHANGED
@@ -188,7 +188,7 @@ function cli_show_cookiebar(p) {
188
  function closeOnScroll() {
189
  if (window.pageYOffset > 100 && !Cookie.read(ACCEPT_COOKIE_NAME)) {
190
  accept_close();
191
- if (settings.scroll_close_reload) {
192
  location.reload();
193
  }
194
  window.removeEventListener("scroll", closeOnScroll, false);
188
  function closeOnScroll() {
189
  if (window.pageYOffset > 100 && !Cookie.read(ACCEPT_COOKIE_NAME)) {
190
  accept_close();
191
+ if (settings.scroll_close_reload === true) {
192
  location.reload();
193
  }
194
  window.removeEventListener("scroll", closeOnScroll, false);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://cookielawinfo.com/donate
4
  Tags: eu cookie law, cookie law, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
  Tested up to: 4.2.2
7
- Stable tag: 1.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,9 @@ See http://cookielawinfo.com for more information on what is required.
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 1.4 =
145
  * New feature: accept policy & close cookie bar on scroll (an option available under Italian law)
146
  * New feature: if cookie bar is set to header it is fixed to the top of the screen (using CSS "position:fixed")
4
  Tags: eu cookie law, cookie law, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.4.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.4.1 =
145
+ * Bug fix: fixed browser compatibility issue in cookielawinfo.js
146
+
147
  = 1.4 =
148
  * New feature: accept policy & close cookie bar on scroll (an option available under Italian law)
149
  * New feature: if cookie bar is set to header it is fixed to the top of the screen (using CSS "position:fixed")