Skip to content

Commit

Permalink
Updated the plugin version to 3.10.1 + updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aytackokus committed Apr 29, 2021
1 parent 227cc54 commit 18dfcee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cookiebot.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://cookiebot.com/
Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
Author: Cybot A/S
Version: 3.10.0
Version: 3.10.1
Author URI: http://cookiebot.com
Text Domain: cookiebot
Domain Path: /langs
Expand All @@ -23,7 +23,7 @@ final class Cookiebot_WP {
* @var string
* @since 1.0.0
*/
public $version = '3.10.0';
public $version = '3.10.1';

/**
* @var Cookiebot_WP The single instance of the class
Expand Down
10 changes: 3 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,9 @@ You are able to define the mapping between Cookiebot and the WP Consent API in t

## Changelog ##

### Unreleased - fix/214-cookie_types-is-not-localized ###
* Added cookiebot_translate_cookie_names function in helper.php
* Use the helper function to translate cookie type names in settings-service.php -> get_translated_placeholder method
* Added danish translations for 'marketing', 'statistics', and 'preferences'

### Unreleased - feature/216-prevent-same-domain-embedded-content-from-being-blocked ###
* Added exception for same domain embedded content embed-autocorrect.php
### 3.10.1 - 2021-04-29 ###
* Added support for translating 'marketing', 'statistics', and 'preferences'
* Allow cookies for same domain embedded content

### 3.10.0 - 2021-03-22 ###
* Added support for translating the settings pages
Expand Down

0 comments on commit 18dfcee

Please sign in to comment.