Changeset 2956727 for gdpr-cookie-compliance
- Timestamp:
- 08/22/2023 11:03:32 AM (3 years ago)
- Location:
- gdpr-cookie-compliance
- Files:
-
- 2 edited
-
tags/4.12.6/moove-gdpr.php (modified) (2 diffs)
-
trunk/moove-gdpr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-cookie-compliance/tags/4.12.6/moove-gdpr.php
r2956723 r2956727 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, CCPA, PIPEDA, AAP, LGPD and others. 7 * Version: 4.12. 57 * Version: 4.12.6 8 8 * Author: Moove Agency 9 9 * Domain Path: /languages … … 19 19 } // Exit if accessed directly 20 20 21 define( 'MOOVE_GDPR_VERSION', '4.12. 5' );21 define( 'MOOVE_GDPR_VERSION', '4.12.6' ); 22 22 if ( ! defined( 'MOOVE_SHOP_URL' ) ) : 23 23 define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' ); -
gdpr-cookie-compliance/trunk/moove-gdpr.php
r2947036 r2956727 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, CCPA, PIPEDA, AAP, LGPD and others. 7 * Version: 4.12. 57 * Version: 4.12.6 8 8 * Author: Moove Agency 9 9 * Domain Path: /languages … … 19 19 } // Exit if accessed directly 20 20 21 define( 'MOOVE_GDPR_VERSION', '4.12. 5' );21 define( 'MOOVE_GDPR_VERSION', '4.12.6' ); 22 22 if ( ! defined( 'MOOVE_SHOP_URL' ) ) : 23 23 define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
Note: See TracChangeset
for help on using the changeset viewer.