Changeset 2624463 for gdpr-cookie-compliance/trunk/moove-gdpr.php
- Timestamp:
- 11/04/2021 11:23:02 AM (4 years ago)
- File:
-
- 1 edited
-
gdpr-cookie-compliance/trunk/moove-gdpr.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-cookie-compliance/trunk/moove-gdpr.php
r2615667 r2624463 5 5 * Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/ 6 6 * 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.137 * Version: 4.6.0 8 8 * Author: Moove Agency 9 9 * Domain Path: /languages … … 19 19 } // Exit if accessed directly 20 20 21 define( 'MOOVE_GDPR_VERSION', '4. 5.13' );21 define( 'MOOVE_GDPR_VERSION', '4.6.0' ); 22 22 if ( ! defined( 'MOOVE_SHOP_URL' ) ) : 23 23 define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' ); … … 31 31 */ 32 32 function moove_gdpr_activate() { 33 33 delete_option( 'gdpr_cc_db_created' ); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.