Changeset 3293244
- Timestamp:
- 05/14/2025 12:12:44 PM (11 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 7 edited
- 24 copied
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
tags/1.5.9 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.5.9/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (1 diff)
-
tags/1.5.9/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.5.9/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.5.9/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.5.9/admin/images/unic-logo.png (copied) (copied from uniconsent-cmp/trunk/admin/images/unic-logo.png)
-
tags/1.5.9/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.5.9/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.5.9/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json)
-
tags/1.5.9/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.5.9/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.5.9/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.5.9/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.5.9/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.5.9/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.5.9/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.5.9/index.php (copied) (copied from uniconsent-cmp/trunk/index.php) (1 diff)
-
tags/1.5.9/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.5.9/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.5.9/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php) (1 diff)
-
tags/1.5.9/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.5.9/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js) (1 diff)
-
tags/1.5.9/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.5.9/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/index.php (modified) (1 diff)
-
trunk/public/class-unic-public.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.5.9/README.txt
r3293229 r3293244 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.5. 82 Version: 1.5.9 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie 5 5 Requires at least: 4.0 6 Tested up to: 6. 7.26 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.5. 88 Stable tag: 1.5.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 11 12 12 13 == Description == -
uniconsent-cmp/tags/1.5.9/includes/class-unic-cmp.php
r3293229 r3293244 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 8';22 $this->version = '1.5.9'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.5.9/index.php
r3028322 r3293244 3 3 * * 4 4 * * @link https://www.uniconsent.com/ 5 * * @copyright Copyright (c) 2018 - 202 4Transfon Ltd.5 * * @copyright Copyright (c) 2018 - 2025 Transfon Ltd. 6 6 * * @license https://www.uniconsent.com/wordpress/ 7 7 * -
uniconsent-cmp/tags/1.5.9/public/class-unic-public.php
r3293219 r3293244 47 47 UNIC; 48 48 49 50 49 $unic_license = esc_attr(get_option( 'unic_license' )); 51 50 $unic_enable_iab = esc_attr(get_option( 'unic_enable_iab' )); -
uniconsent-cmp/tags/1.5.9/public/js/unic.js
r2195756 r3293244 1 window._unic_start = true;2 window.__cmp = window.__cmp || function () {3 window.__cmp.commandQueue = window.__cmp.commandQueue || [];4 window.__cmp.commandQueue.push(arguments);5 };6 window.__cmp.commandQueue = window.__cmp.commandQueue || [];7 window.__cmp.receiveMessage = function (event) {8 var data = event && event.data && event.data.__cmpCall;9 10 if (data) {11 var callId = data.callId,12 command = data.command,13 parameter = data.parameter;14 15 window.__cmp.commandQueue.push({16 callId: callId,17 command: command,18 parameter: parameter,19 event: event20 });21 }22 };23 var listen = window.attachEvent || window.addEventListener;24 var eventMethod = window.attachEvent ? "onmessage" : "message";25 listen(eventMethod, function (event) {26 window.__cmp.receiveMessage(event);27 }, false);28 function addLocatorFrame() {29 if (!window.frames['__cmpLocator']) {30 if (document.body) {31 var frame = document.createElement('iframe');32 frame.style.display = 'none';33 frame.name = '__cmpLocator';34 document.body.appendChild(frame);35 } else {36 setTimeout(addLocatorFrame, 5);37 }38 }39 }40 addLocatorFrame();41 42 if(window.__unic_config['unic_license']) {43 var license = window.__unic_config['unic_license'];44 } else {45 var license = '69a3449348';46 }47 48 (function() {49 var st = document.createElement('script');50 st.type = 'text/javascript';51 st.async = true;52 st.src = 'https://cmp.uniconsent.com/t/'+license+'.cmp.js';53 var s = document.getElementsByTagName('script')[0];54 s.parentNode.insertBefore(st, s);55 })(); -
uniconsent-cmp/tags/1.5.9/uniconsent-cmp.php
r3293229 r3293244 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.5. 86 * Version: 1.5.9 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.5. 8' );16 define( 'UNIC_CMP_VERSION', '1.5.9' ); 17 17 18 18 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r3293229 r3293244 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.5. 82 Version: 1.5.9 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie 5 5 Requires at least: 4.0 6 Tested up to: 6. 7.26 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.5. 88 Stable tag: 1.5.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 11 12 12 13 == Description == -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3293229 r3293244 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 8';22 $this->version = '1.5.9'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/index.php
r3028322 r3293244 3 3 * * 4 4 * * @link https://www.uniconsent.com/ 5 * * @copyright Copyright (c) 2018 - 202 4Transfon Ltd.5 * * @copyright Copyright (c) 2018 - 2025 Transfon Ltd. 6 6 * * @license https://www.uniconsent.com/wordpress/ 7 7 * -
uniconsent-cmp/trunk/public/class-unic-public.php
r3293219 r3293244 47 47 UNIC; 48 48 49 50 49 $unic_license = esc_attr(get_option( 'unic_license' )); 51 50 $unic_enable_iab = esc_attr(get_option( 'unic_enable_iab' )); -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3293229 r3293244 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.5. 86 * Version: 1.5.9 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.5. 8' );16 define( 'UNIC_CMP_VERSION', '1.5.9' ); 17 17 18 18 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.