Skip to content

Commit 18dfcee

Browse files
committed
Updated the plugin version to 3.10.1 + updated the changelog
1 parent 227cc54 commit 18dfcee

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

cookiebot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://cookiebot.com/
55
Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
66
Author: Cybot A/S
7-
Version: 3.10.0
7+
Version: 3.10.1
88
Author URI: http://cookiebot.com
99
Text Domain: cookiebot
1010
Domain Path: /langs
@@ -23,7 +23,7 @@ final class Cookiebot_WP {
2323
* @var string
2424
* @since 1.0.0
2525
*/
26-
public $version = '3.10.0';
26+
public $version = '3.10.1';
2727

2828
/**
2929
* @var Cookiebot_WP The single instance of the class

readme.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,9 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t
197197

198198
## Changelog ##
199199

200-
### Unreleased - fix/214-cookie_types-is-not-localized ###
201-
* Added cookiebot_translate_cookie_names function in helper.php
202-
* Use the helper function to translate cookie type names in settings-service.php -> get_translated_placeholder method
203-
* Added danish translations for 'marketing', 'statistics', and 'preferences'
204-
205-
### Unreleased - feature/216-prevent-same-domain-embedded-content-from-being-blocked ###
206-
* Added exception for same domain embedded content embed-autocorrect.php
200+
### 3.10.1 - 2021-04-29 ###
201+
* Added support for translating 'marketing', 'statistics', and 'preferences'
202+
* Allow cookies for same domain embedded content
207203

208204
### 3.10.0 - 2021-03-22 ###
209205
* Added support for translating the settings pages

0 commit comments

Comments
 (0)