Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
UCjatamayo committed Nov 29, 2024
1 parent cbc2664 commit 3e65af3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookiebot.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://www.cookiebot.com/
Description: The Cookiebot CMP WordPress cookie banner and cookie policy help you comply with the major data protection laws (GDPR, ePrivacy, CCPA, LGPD, etc.) in a simple and fully automated way. Secure your website and get peace of mind.
Author: Usercentrics A/S
Version: 4.3.11
Version: 4.3.12
Author URI: https://www.cookiebot.com/
Text Domain: cookiebot
Domain Path: /langs
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Tags: WordPress cookie banner, GDPR, privacy compliance, cookie policy, cmp
* Requires at least: 4.4
* Tested up to: 6.7.1
* Stable tag: 4.3.11
* Stable tag: 4.3.12
* Requires PHP: 5.6
* License: GPLv2 or later

Expand Down
2 changes: 1 addition & 1 deletion src/lib/Cookiebot_WP.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use RuntimeException;

class Cookiebot_WP {
const COOKIEBOT_PLUGIN_VERSION = '4.3.11';
const COOKIEBOT_PLUGIN_VERSION = '4.3.12';
const COOKIEBOT_MIN_PHP_VERSION = '5.6.0';

/**
Expand Down

0 comments on commit 3e65af3

Please sign in to comment.