Changeset 3293229
- Timestamp:
- 05/14/2025 11:40:15 AM (11 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 3 edited
- 24 copied
-
tags/1.5.8 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.5.8/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (1 diff)
-
tags/1.5.8/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.5.8/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.5.8/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.5.8/admin/images/unic-logo.png (copied) (copied from uniconsent-cmp/trunk/admin/images/unic-logo.png)
-
tags/1.5.8/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.5.8/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.5.8/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json)
-
tags/1.5.8/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.5.8/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.5.8/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.5.8/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.5.8/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.5.8/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.5.8/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.5.8/index.php (copied) (copied from uniconsent-cmp/trunk/index.php)
-
tags/1.5.8/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.5.8/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.5.8/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.5.8/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.5.8/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.5.8/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.5.8/uninstall.php (copied) (copied from uniconsent-cmp/trunk/uninstall.php)
-
trunk/README.txt (modified) (1 diff)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.5.8/README.txt
r3293219 r3293229 1 === UniConsent Cookie Consent CMP ===2 Version: 1.5. 71 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.5.8 3 3 Contributors: uniconsent 4 Tags: c ookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp4 Tags: cmp, cookie banner, cookie consent, iab, cookie 5 5 Requires at least: 4.0 6 Tested up to: 6. 66 Tested up to: 6.7.2 7 7 Requires PHP: 7.4 8 Stable tag: 1.5.7 8 Stable tag: 1.5.8 9 License: GPLv3 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 11 10 12 == Description == -
uniconsent-cmp/tags/1.5.8/includes/class-unic-cmp.php
r3293219 r3293229 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 7';22 $this->version = '1.5.8'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.5.8/uniconsent-cmp.php
r3293219 r3293229 1 1 <?php 2 3 2 /** 4 3 * Plugin Name: UniConsent Cookie Consent CMP 5 * Plugin URI: https://www.uniconsent.com/ wordpress4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 6 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 7 * Version: 1.5. 76 * Version: 1.5.8 8 7 * Author: UniConsent 9 * Author URI: https://www.uniconsent.com/ 10 * License: GPL 28 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins 9 * License: GPLv3 11 10 */ 12 11 … … 15 14 } 16 15 17 define( 'UNIC_CMP_VERSION', '1.5. 7' );16 define( 'UNIC_CMP_VERSION', '1.5.8' ); 18 17 19 18 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r3293219 r3293229 1 === UniConsent Cookie Consent CMP ===2 Version: 1.5. 71 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.5.8 3 3 Contributors: uniconsent 4 Tags: c ookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp4 Tags: cmp, cookie banner, cookie consent, iab, cookie 5 5 Requires at least: 4.0 6 Tested up to: 6. 66 Tested up to: 6.7.2 7 7 Requires PHP: 7.4 8 Stable tag: 1.5.7 8 Stable tag: 1.5.8 9 License: GPLv3 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 11 10 12 == Description == -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3293219 r3293229 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 7';22 $this->version = '1.5.8'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3293219 r3293229 1 1 <?php 2 3 2 /** 4 3 * Plugin Name: UniConsent Cookie Consent CMP 5 * Plugin URI: https://www.uniconsent.com/ wordpress4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 6 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 7 * Version: 1.5. 76 * Version: 1.5.8 8 7 * Author: UniConsent 9 * Author URI: https://www.uniconsent.com/ 10 * License: GPL 28 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins 9 * License: GPLv3 11 10 */ 12 11 … … 15 14 } 16 15 17 define( 'UNIC_CMP_VERSION', '1.5. 7' );16 define( 'UNIC_CMP_VERSION', '1.5.8' ); 18 17 19 18 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.