Plugin Directory


Ignore:
Timestamp:
11/04/2021 11:23:02 AM (4 years ago)
Author:
MooveAgency
Message:

Version 4.6.0 released

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

    r2615667 r2624463  
    55 *  Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
    66 *  Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, PIPEDA, CCPA, AAP, LGPD and others.
    7  *  Version: 4.5.13
     7 *  Version: 4.6.0
    88 *  Author: Moove Agency
    99 *  Domain Path: /languages
     
    1919} // Exit if accessed directly
    2020
    21 define( 'MOOVE_GDPR_VERSION', '4.5.13' );
     21define( 'MOOVE_GDPR_VERSION', '4.6.0' );
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
    2323    define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
     
    3131 */
    3232function moove_gdpr_activate() {
    33 
     33    delete_option( 'gdpr_cc_db_created' );
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.