Version Description
Download this release
Release Info
Developer | cookiebot |
Plugin | Cookiebot | GDPR Compliant Cookie Consent and Notice |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.1
- addons/controller/addons/jetpack/jetpack.php +3 -1
- cookiebot.php +2 -2
- readme.txt +4 -1
addons/controller/addons/jetpack/jetpack.php
CHANGED
@@ -71,7 +71,9 @@ class Jetpack implements Cookiebot_Addons_Interface {
|
|
71 |
$this->buffer_output = $buffer_output;
|
72 |
|
73 |
// set widgets
|
74 |
-
$this->
|
|
|
|
|
75 |
}
|
76 |
|
77 |
/**
|
71 |
$this->buffer_output = $buffer_output;
|
72 |
|
73 |
// set widgets
|
74 |
+
if($this->is_addon_enabled()) {
|
75 |
+
$this->set_widgets();
|
76 |
+
}
|
77 |
}
|
78 |
|
79 |
/**
|
cookiebot.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Cookiebot | GDPR Compliant Cookie Consent and Notice
|
|
4 |
Plugin URI: https://cookiebot.com/
|
5 |
Description: Cookiebot is a fully GDPR & ePrivacy compliant cookie consent solution supporting prior consent, cookie declaration, and documentation of consents. Easy to install, implement and configure.
|
6 |
Author: Cybot A/S
|
7 |
-
Version: 2.4.
|
8 |
Author URI: http://cookiebot.com
|
9 |
Text Domain: cookiebot
|
10 |
Domain Path: /langs
|
@@ -21,7 +21,7 @@ final class Cookiebot_WP {
|
|
21 |
* @var string
|
22 |
* @since 1.0.0
|
23 |
*/
|
24 |
-
public $version = '2.4.
|
25 |
|
26 |
/**
|
27 |
* @var Cookiebot_WP The single instance of the class
|
4 |
Plugin URI: https://cookiebot.com/
|
5 |
Description: Cookiebot is a fully GDPR & ePrivacy compliant cookie consent solution supporting prior consent, cookie declaration, and documentation of consents. Easy to install, implement and configure.
|
6 |
Author: Cybot A/S
|
7 |
+
Version: 2.4.1
|
8 |
Author URI: http://cookiebot.com
|
9 |
Text Domain: cookiebot
|
10 |
Domain Path: /langs
|
21 |
* @var string
|
22 |
* @since 1.0.0
|
23 |
*/
|
24 |
+
public $version = '2.4.1';
|
25 |
|
26 |
/**
|
27 |
* @var Cookiebot_WP The single instance of the class
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Tags: cookie, compliance, eu, gdpr, europe, cookie consent, consent
|
4 |
* Requires at least: 4.4
|
5 |
* Tested up to: 5.1
|
6 |
-
* Stable tag: 2.4.
|
7 |
* Requires PHP: 5.4
|
8 |
* License: GPLv2 or later
|
9 |
|
@@ -151,6 +151,9 @@ Cookiebot works with GTM, however you need to enable the "Hide Cookie Popup" opt
|
|
151 |
|
152 |
## Changelog ##
|
153 |
|
|
|
|
|
|
|
154 |
### 2.4.0 - 2019-03-19 ###
|
155 |
* Fixed bug resulting in some tags where not tagged
|
156 |
* Change Piwik addon to use output buffering
|
3 |
* Tags: cookie, compliance, eu, gdpr, europe, cookie consent, consent
|
4 |
* Requires at least: 4.4
|
5 |
* Tested up to: 5.1
|
6 |
+
* Stable tag: 2.4.1
|
7 |
* Requires PHP: 5.4
|
8 |
* License: GPLv2 or later
|
9 |
|
151 |
|
152 |
## Changelog ##
|
153 |
|
154 |
+
### 2.4.1 - 2019-03-19 ###
|
155 |
+
* Fix jetpack related warning
|
156 |
+
|
157 |
### 2.4.0 - 2019-03-19 ###
|
158 |
* Fixed bug resulting in some tags where not tagged
|
159 |
* Change Piwik addon to use output buffering
|