Plugin Directory

Changeset 2660779


Ignore:
Timestamp:
01/20/2022 02:34:31 PM (4 years ago)
Author:
aytac
Message:

fixing missing file

Location:
cookiebot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cookiebot/trunk/cookiebot.php

    r2660761 r2660779  
    66Description: Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.
    77Author: Cybot A/S
    8 Version: 4.0.0
     8Version: 4.0.1
    99Author URI: http://cookiebot.com
    1010Text Domain: cookiebot
  • cookiebot/trunk/readme.txt

    r2660765 r2660779  
    44* Requires at least: 4.4
    55* Tested up to: 5.8.1
    6 * Stable tag: 4.0.0
     6* Stable tag: 4.0.1
    77* Requires PHP: 5.6
    88* License: GPLv2 or later
     
    197197
    198198## Changelog ##
     199### 4.0.1 - 2022-01-20 ###
     200* Fixed missing file
     201
    199202### 4.0.0 - 2022-01-20 ###
    200203* Added support for SEOPress
  • cookiebot/trunk/src/lib/Cookiebot_WP.php

    r2660770 r2660779  
    1212
    1313class Cookiebot_WP {
    14     const COOKIEBOT_PLUGIN_VERSION  = '4.0.0';
     14    const COOKIEBOT_PLUGIN_VERSION  = '4.0.1';
    1515    const COOKIEBOT_MIN_PHP_VERSION = '5.6.0';
    1616
Note: See TracChangeset for help on using the changeset viewer.