Cookie Law / GDPR Info - Version 1.8.7

Version Description

  • Tested ok with Wordpress version 5.4.0
Download this release

Release Info

Developer webtoffee
Plugin Icon Cookie Law / GDPR Info
Version 1.8.7
Comparing to
See all releases

Code changes from version 1.8.6 to 1.8.7

cookie-law-info.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: GDPR Cookie Consent
17
  * Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
- * Version: 1.8.6
20
  * Author: WebToffee
21
  * Author URI: http://cookielawinfo.com/
22
  * License: GPLv3
@@ -63,7 +63,7 @@ define ( 'CLI_POST_TYPE','cookielawinfo');
63
  * Currently plugin version.
64
  * Rename this for your plugin and update it as you release new versions.
65
  */
66
- define( 'CLI_VERSION', '1.8.6' );
67
 
68
  function wt_cookie_law_info_update_message( $data, $response )
69
  {
16
  * Plugin Name: GDPR Cookie Consent
17
  * Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
+ * Version: 1.8.7
20
  * Author: WebToffee
21
  * Author URI: http://cookielawinfo.com/
22
  * License: GPLv3
63
  * Currently plugin version.
64
  * Rename this for your plugin and update it as you release new versions.
65
  */
66
+ define( 'CLI_VERSION', '1.8.7' );
67
 
68
  function wt_cookie_law_info_update_message( $data, $response )
69
  {
includes/class-cookie-law-info.php CHANGED
@@ -76,7 +76,7 @@ class Cookie_Law_Info {
76
  }
77
  else
78
  {
79
- $this->version = '1.8.6';
80
  }
81
  $this->plugin_name = 'cookie-law-info';
82
 
76
  }
77
  else
78
  {
79
+ $this->version = '1.8.7';
80
  }
81
  $this->plugin_name = 'cookie-law-info';
82
 
public/js/cookie-law-info-public.js CHANGED
File without changes
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
- Tested up to: 5.3
7
- Stable tag: 1.8.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -143,6 +143,10 @@ See http://cookielawinfo.com for more information on what is required.
143
 
144
  == Changelog ==
145
 
 
 
 
 
146
  = 1.8.6 =
147
 
148
  * [Bug fix] Privacy overview is not visible if the content is in Cyrillic alphabets
@@ -401,7 +405,6 @@ See http://cookielawinfo.com for more information on what is required.
401
 
402
  == Upgrade Notice ==
403
 
404
- = 1.8.6 =
405
 
406
- * [Bug fix] Privacy overview is not visible if the content is in Cyrillic alphabets
407
- * [Improvements] Fixed compatibility issues with Decorator – WooCommerce Email Customizer
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: eu cookie law, GDPR, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
5
  Requires at least: 3.3.1
6
+ Tested up to: 5.4
7
+ Stable tag: 1.8.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.8.7 =
147
+
148
+ * Tested ok with Wordpress version 5.4.0
149
+
150
  = 1.8.6 =
151
 
152
  * [Bug fix] Privacy overview is not visible if the content is in Cyrillic alphabets
405
 
406
  == Upgrade Notice ==
407
 
408
+ = 1.8.7 =
409
 
410
+ * Tested ok with Wordpress version 5.4.0