Version Description
Download this release
Release Info
Developer | teamappsaloon |
Plugin | Cookiebot | GDPR Compliant Cookie Consent and Notice |
Version | 3.11.2 |
Comparing to | |
See all releases |
Code changes from version 3.11.1 to 3.11.2
- cookiebot-logo.png +0 -0
- cookiebot.php +2 -2
- readme.txt +17 -14
cookiebot-logo.png
CHANGED
Binary file
|
cookiebot.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Cookiebot | GDPR/CCPA Compliant Cookie Consent and Control
|
|
4 |
Plugin URI: https://cookiebot.com/
|
5 |
Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
|
6 |
Author: Cybot A/S
|
7 |
-
Version: 3.11.
|
8 |
Author URI: http://cookiebot.com
|
9 |
Text Domain: cookiebot
|
10 |
Domain Path: /langs
|
@@ -23,7 +23,7 @@ if ( ! class_exists( 'Cookiebot_WP' ) ) :
|
|
23 |
* @var string
|
24 |
* @since 1.0.0
|
25 |
*/
|
26 |
-
public $version = '3.11.
|
27 |
|
28 |
/**
|
29 |
* @var Cookiebot_WP The single instance of the class
|
4 |
Plugin URI: https://cookiebot.com/
|
5 |
Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
|
6 |
Author: Cybot A/S
|
7 |
+
Version: 3.11.2
|
8 |
Author URI: http://cookiebot.com
|
9 |
Text Domain: cookiebot
|
10 |
Domain Path: /langs
|
23 |
* @var string
|
24 |
* @since 1.0.0
|
25 |
*/
|
26 |
+
public $version = '3.11.2';
|
27 |
|
28 |
/**
|
29 |
* @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, ccpa
|
4 |
* Requires at least: 4.4
|
5 |
* Tested up to: 5.8.1
|
6 |
-
* Stable tag: 3.11.
|
7 |
* Requires PHP: 5.6
|
8 |
* License: GPLv2 or later
|
9 |
|
@@ -140,11 +140,11 @@ The test scans up to five pages of your website and sends you a complete report
|
|
140 |
If you want a complete overview of the cookies and online tracking going on on all of your website, sign up to the Cookiebot solution.
|
141 |
|
142 |
### What is the GDPR and the ePrivacy Directive? ###
|
143 |
-
The GDPR is the General Data Protection Regulation, an EU-law enforced since May 2018, that protects EU citizens’ personal data globally and affects all organizations and websites that handle such data. If you have a website with users from the EU, and if your websites uses cookies (it probably does), then you need to make your use of cookies and tracking compliant with the GDPR.
|
144 |
|
145 |
See the [EU homepage of the GDPR](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32016R0679) for more information, and their infographic for businesses: [Data Protection: Better rules for small businesses](http://ec.europa.eu/justice/smedataprotect/index_en.htm)
|
146 |
|
147 |
-
The ePrivacy Directive is another legal instrument of the EU that specifically aims to protect EU citizens’ online data such as data from online communication. It is in the process of becoming an actual Regulation such as the GDPR, which will probably happen in 2020.
|
148 |
|
149 |
### What is the CCPA? ###
|
150 |
The California Consumer Privacy Act (CCPA) is a state-wide law that regulates how businesses all over the world are allowed to handle the personal information of California residents.
|
@@ -159,7 +159,7 @@ Cookies and other tracking technologies are classified as unique identifiers tha
|
|
159 |
|
160 |
If your business has a website, you must know and disclose to consumers, at or before the point of collection, the data you collect and which third parties you share it with. This can be done through the Cookiebot cookie declaration that also features the required Do Not Sell My Personal Information link, so end-users can opt out of having their data sold.
|
161 |
|
162 |
-
If your website is visited by consumers under the age of 16, you are required by the CCPA to first obtain their opt-in. This can be done through Cookiebot’s CCPA opt-in banner.
|
163 |
|
164 |
Visit [Cookiebot](https://www.cookiebot.com/en/what-is-ccpa/) to read more about the CCPA, how to achieve CCPA compliance, and what the CCPA says about your website’s use of cookies.
|
165 |
|
@@ -178,12 +178,12 @@ if(function_exists('cookiebot_active') && cookiebot_active()) {
|
|
178 |
The developer of the plugin can see more details on [our Github repository](https://github.com/CybotAS/CookiebotAddons)
|
179 |
|
180 |
### Can I use Cookiebot with Google Tag Manager? ###
|
181 |
-
Cookiebot works with GTM. There are two different options setting up GTM with Cookiebot:
|
182 |
|
183 |
-
1. Use the Google Tag Manager option in the plugin settings to enable GTM together with Cookiebot. Here you also have the option to enable Google Consent Mode for GTM.
|
184 |
-
2. Add the GTM script manually or by using another plugin to your site.
|
185 |
|
186 |
-
Should you choose one of these methods, Cookiebot must not be implemented using GTM as this would result in Cookiebot being loaded twice.
|
187 |
|
188 |
If you prefer the latter method, you should select ´Hide Cookie Popup´ in the Cookiebot WordPress plugin settings.
|
189 |
|
@@ -197,6 +197,9 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
|
|
197 |
|
198 |
## Changelog ##
|
199 |
|
|
|
|
|
|
|
200 |
### 3.11.1 - 2021-09-22 ###
|
201 |
* Fixed unescaped PHP output
|
202 |
* Updated some translations
|
@@ -226,7 +229,7 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
|
|
226 |
|
227 |
### 3.9.0 - 2020-10-20 ###
|
228 |
* Added support for Google Tag Manager and Google Consent Mode
|
229 |
-
* Added gtag TCF support
|
230 |
* Added WooCommerce Google Analytics Pro addon
|
231 |
* Support for enabling Cookiebot in administration
|
232 |
|
@@ -255,7 +258,7 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
|
|
255 |
* Added filter tp addon list
|
256 |
|
257 |
### 3.6.2 - 2020-04-22 ###
|
258 |
-
* Adding WP Rocket addon
|
259 |
* Adding WP Mautic addon
|
260 |
|
261 |
### 3.6.1 - 2020-03-12 ###
|
@@ -282,11 +285,11 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
|
|
282 |
|
283 |
### 3.3.0 - 2019-11-09 ###
|
284 |
* Fix for conflict with WPBakery Page Builder when Cookie blocking is in auto mode
|
285 |
-
* Fix for Elementor Extras causing JS errors in frontend when Cookie blocking is in auto mode
|
286 |
* Removing prepending of composer autoloader - causing conflicts with other plugins.
|
287 |
|
288 |
### 3.2.0 - 2019-10-29 ###
|
289 |
-
* Adding fix for conflict with Elementor Page Builder when Cookie blocking is in auto mode
|
290 |
* Adding fix for conflict with Divi Builder when Cookie blocking is in auto mode (still need to disable Cookiebot on admin pages to work properly).
|
291 |
* Minor adjustments to code style and unit tests
|
292 |
|
@@ -318,12 +321,12 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
|
|
318 |
* Minor fixes
|
319 |
|
320 |
### 2.4.1 - 2019-03-19 ###
|
321 |
-
* Fix jetpack related warning
|
322 |
|
323 |
### 2.4.0 - 2019-03-19 ###
|
324 |
* Fixed bug resulting in some tags where not tagged
|
325 |
* Change Piwik addon to use output buffering
|
326 |
-
* Clean up redundant code in addons
|
327 |
|
328 |
### 2.3.0 - 2019-03-13 ###
|
329 |
* Added GADWP addon
|
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: 3.11.2
|
7 |
* Requires PHP: 5.6
|
8 |
* License: GPLv2 or later
|
9 |
|
140 |
If you want a complete overview of the cookies and online tracking going on on all of your website, sign up to the Cookiebot solution.
|
141 |
|
142 |
### What is the GDPR and the ePrivacy Directive? ###
|
143 |
+
The GDPR is the General Data Protection Regulation, an EU-law enforced since May 2018, that protects EU citizens’ personal data globally and affects all organizations and websites that handle such data. If you have a website with users from the EU, and if your websites uses cookies (it probably does), then you need to make your use of cookies and tracking compliant with the GDPR.
|
144 |
|
145 |
See the [EU homepage of the GDPR](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32016R0679) for more information, and their infographic for businesses: [Data Protection: Better rules for small businesses](http://ec.europa.eu/justice/smedataprotect/index_en.htm)
|
146 |
|
147 |
+
The ePrivacy Directive is another legal instrument of the EU that specifically aims to protect EU citizens’ online data such as data from online communication. It is in the process of becoming an actual Regulation such as the GDPR, which will probably happen in 2020.
|
148 |
|
149 |
### What is the CCPA? ###
|
150 |
The California Consumer Privacy Act (CCPA) is a state-wide law that regulates how businesses all over the world are allowed to handle the personal information of California residents.
|
159 |
|
160 |
If your business has a website, you must know and disclose to consumers, at or before the point of collection, the data you collect and which third parties you share it with. This can be done through the Cookiebot cookie declaration that also features the required Do Not Sell My Personal Information link, so end-users can opt out of having their data sold.
|
161 |
|
162 |
+
If your website is visited by consumers under the age of 16, you are required by the CCPA to first obtain their opt-in. This can be done through Cookiebot’s CCPA opt-in banner.
|
163 |
|
164 |
Visit [Cookiebot](https://www.cookiebot.com/en/what-is-ccpa/) to read more about the CCPA, how to achieve CCPA compliance, and what the CCPA says about your website’s use of cookies.
|
165 |
|
178 |
The developer of the plugin can see more details on [our Github repository](https://github.com/CybotAS/CookiebotAddons)
|
179 |
|
180 |
### Can I use Cookiebot with Google Tag Manager? ###
|
181 |
+
Cookiebot works with GTM. There are two different options setting up GTM with Cookiebot:
|
182 |
|
183 |
+
1. Use the Google Tag Manager option in the plugin settings to enable GTM together with Cookiebot. Here you also have the option to enable Google Consent Mode for GTM.
|
184 |
+
2. Add the GTM script manually or by using another plugin to your site.
|
185 |
|
186 |
+
Should you choose one of these methods, Cookiebot must not be implemented using GTM as this would result in Cookiebot being loaded twice.
|
187 |
|
188 |
If you prefer the latter method, you should select ´Hide Cookie Popup´ in the Cookiebot WordPress plugin settings.
|
189 |
|
197 |
|
198 |
## Changelog ##
|
199 |
|
200 |
+
### 3.11.2 - 2021-11-17 ###
|
201 |
+
* Updated CookieBot logo on settings page + network settings page
|
202 |
+
|
203 |
### 3.11.1 - 2021-09-22 ###
|
204 |
* Fixed unescaped PHP output
|
205 |
* Updated some translations
|
229 |
|
230 |
### 3.9.0 - 2020-10-20 ###
|
231 |
* Added support for Google Tag Manager and Google Consent Mode
|
232 |
+
* Added gtag TCF support
|
233 |
* Added WooCommerce Google Analytics Pro addon
|
234 |
* Support for enabling Cookiebot in administration
|
235 |
|
258 |
* Added filter tp addon list
|
259 |
|
260 |
### 3.6.2 - 2020-04-22 ###
|
261 |
+
* Adding WP Rocket addon
|
262 |
* Adding WP Mautic addon
|
263 |
|
264 |
### 3.6.1 - 2020-03-12 ###
|
285 |
|
286 |
### 3.3.0 - 2019-11-09 ###
|
287 |
* Fix for conflict with WPBakery Page Builder when Cookie blocking is in auto mode
|
288 |
+
* Fix for Elementor Extras causing JS errors in frontend when Cookie blocking is in auto mode
|
289 |
* Removing prepending of composer autoloader - causing conflicts with other plugins.
|
290 |
|
291 |
### 3.2.0 - 2019-10-29 ###
|
292 |
+
* Adding fix for conflict with Elementor Page Builder when Cookie blocking is in auto mode
|
293 |
* Adding fix for conflict with Divi Builder when Cookie blocking is in auto mode (still need to disable Cookiebot on admin pages to work properly).
|
294 |
* Minor adjustments to code style and unit tests
|
295 |
|
321 |
* Minor fixes
|
322 |
|
323 |
### 2.4.1 - 2019-03-19 ###
|
324 |
+
* Fix jetpack related warning
|
325 |
|
326 |
### 2.4.0 - 2019-03-19 ###
|
327 |
* Fixed bug resulting in some tags where not tagged
|
328 |
* Change Piwik addon to use output buffering
|
329 |
+
* Clean up redundant code in addons
|
330 |
|
331 |
### 2.3.0 - 2019-03-13 ###
|
332 |
* Added GADWP addon
|