Cookiebot | GDPR Compliant Cookie Consent and Notice - Version 4.0.1

Version Description

Download this release

Release Info

Developer aytac
Plugin Icon 128x128 Cookiebot | GDPR Compliant Cookie Consent and Notice
Version 4.0.1
Comparing to
See all releases

Code changes from version 4.0.0 to 4.0.1

Files changed (3) hide show
  1. cookiebot.php +1 -1
  2. readme.txt +4 -1
  3. src/lib/Cookiebot_WP.php +1 -1
cookiebot.php CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Cookiebot | GDPR/CCPA Compliant Cookie Consent and Control
5
  Plugin URI: https://cookiebot.com/
6
  Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
7
  Author: Cybot A/S
8
- Version: 4.0.0
9
  Author URI: http://cookiebot.com
10
  Text Domain: cookiebot
11
  Domain Path: /langs
5
  Plugin URI: https://cookiebot.com/
6
  Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
7
  Author: Cybot A/S
8
+ Version: 4.0.1
9
  Author URI: http://cookiebot.com
10
  Text Domain: cookiebot
11
  Domain Path: /langs
readme.txt CHANGED
@@ -3,7 +3,7 @@
3
  * Tags: cookie, compliance, eu, gdpr, europe, cookie consent, consent, ccpa
4
  * Requires at least: 4.4
5
  * Tested up to: 5.8.1
6
- * Stable tag: 4.0.0
7
  * Requires PHP: 5.6
8
  * License: GPLv2 or later
9
 
@@ -196,6 +196,9 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
196
 
197
 
198
  ## Changelog ##
 
 
 
199
  ### 4.0.0 - 2022-01-20 ###
200
  * Added support for SEOPress
201
  * Updated code structure to improve maintainability
3
  * Tags: cookie, compliance, eu, gdpr, europe, cookie consent, consent, ccpa
4
  * Requires at least: 4.4
5
  * Tested up to: 5.8.1
6
+ * Stable tag: 4.0.1
7
  * Requires PHP: 5.6
8
  * License: GPLv2 or later
9
 
196
 
197
 
198
  ## Changelog ##
199
+ ### 4.0.1 - 2022-01-20 ###
200
+ * Fixed missing file
201
+
202
  ### 4.0.0 - 2022-01-20 ###
203
  * Added support for SEOPress
204
  * Updated code structure to improve maintainability
src/lib/Cookiebot_WP.php CHANGED
@@ -11,7 +11,7 @@ use cybot\cookiebot\widgets\Dashboard_Widget_Cookiebot_Status;
11
  use RuntimeException;
12
 
13
  class Cookiebot_WP {
14
- const COOKIEBOT_PLUGIN_VERSION = '4.0.0';
15
  const COOKIEBOT_MIN_PHP_VERSION = '5.6.0';
16
 
17
  /**
11
  use RuntimeException;
12
 
13
  class Cookiebot_WP {
14
+ const COOKIEBOT_PLUGIN_VERSION = '4.0.1';
15
  const COOKIEBOT_MIN_PHP_VERSION = '5.6.0';
16
 
17
  /**