Changeset 3376800
- Timestamp:
- 10/11/2025 09:05:32 PM (6 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 3 edited
- 7 copied
-
tags/1.6.2 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.6.2/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (2 diffs)
-
tags/1.6.2/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.6.2/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.6.2/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.6.2/public/js/unic.min.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.min.js)
-
tags/1.6.2/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.6.2/README.txt
r3376798 r3376800 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 12 Version: 1.6.2 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 18 Stable tag: 1.6.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
uniconsent-cmp/tags/1.6.2/includes/class-unic-cmp.php
r3376798 r3376800 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 1';22 $this->version = '1.6.2'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.6.2/uniconsent-cmp.php
r3376798 r3376800 4 4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 5 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 6 * Version: 1.6. 06 * Version: 1.6.2 7 7 * Author: UniConsent 8 8 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 1' );16 define( 'UNIC_CMP_VERSION', '1.6.2' ); 17 17 18 18 function activate_unic_cmp() { … … 40 40 plugin_dir_url(__FILE__) . 'public/js/unic.min.js', 41 41 array(), 42 '1.6. 1',42 '1.6.2', 43 43 true 44 44 ); -
uniconsent-cmp/trunk/README.txt
r3376798 r3376800 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 12 Version: 1.6.2 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 18 Stable tag: 1.6.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3376798 r3376800 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 1';22 $this->version = '1.6.2'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3376798 r3376800 4 4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 5 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 6 * Version: 1.6. 06 * Version: 1.6.2 7 7 * Author: UniConsent 8 8 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 1' );16 define( 'UNIC_CMP_VERSION', '1.6.2' ); 17 17 18 18 function activate_unic_cmp() { … … 40 40 plugin_dir_url(__FILE__) . 'public/js/unic.min.js', 41 41 array(), 42 '1.6. 1',42 '1.6.2', 43 43 true 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.