Changeset 2660779
- Timestamp:
- 01/20/2022 02:34:31 PM (4 years ago)
- Location:
- cookiebot/trunk
- Files:
-
- 3 edited
-
cookiebot.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/lib/Cookiebot_WP.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookiebot/trunk/cookiebot.php
r2660761 r2660779 6 6 Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites. 7 7 Author: Cybot A/S 8 Version: 4.0. 08 Version: 4.0.1 9 9 Author URI: http://cookiebot.com 10 10 Text Domain: cookiebot -
cookiebot/trunk/readme.txt
r2660765 r2660779 4 4 * Requires at least: 4.4 5 5 * Tested up to: 5.8.1 6 * Stable tag: 4.0. 06 * Stable tag: 4.0.1 7 7 * Requires PHP: 5.6 8 8 * License: GPLv2 or later … … 197 197 198 198 ## Changelog ## 199 ### 4.0.1 - 2022-01-20 ### 200 * Fixed missing file 201 199 202 ### 4.0.0 - 2022-01-20 ### 200 203 * Added support for SEOPress -
cookiebot/trunk/src/lib/Cookiebot_WP.php
r2660770 r2660779 12 12 13 13 class Cookiebot_WP { 14 const COOKIEBOT_PLUGIN_VERSION = '4.0. 0';14 const COOKIEBOT_PLUGIN_VERSION = '4.0.1'; 15 15 const COOKIEBOT_MIN_PHP_VERSION = '5.6.0'; 16 16
Note: See TracChangeset
for help on using the changeset viewer.