Plugin Directory

Changeset 3293244


Ignore:
Timestamp:
05/14/2025 12:12:44 PM (11 months ago)
Author:
uniconsent
Message:

Version 1.5.9

Location:
uniconsent-cmp
Files:
7 edited
24 copied

Legend:

Unmodified
Added
Removed
  • uniconsent-cmp/tags/1.5.9/README.txt

    r3293229 r3293244  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.5.8
     2Version: 1.5.9
    33Contributors: uniconsent
    44Tags: cmp, cookie banner, cookie consent, iab, cookie
    55Requires at least: 4.0
    6 Tested up to: 6.7.2
     6Tested up to: 6.8.1
    77Requires PHP: 7.4
    8 Stable tag: 1.5.8
     8Stable tag: 1.5.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     11Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    1112
    1213== Description ==
  • uniconsent-cmp/tags/1.5.9/includes/class-unic-cmp.php

    r3293229 r3293244  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.8';
     22            $this->version = '1.5.9';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.5.9/index.php

    r3028322 r3293244  
    33 * *
    44 *  * @link https://www.uniconsent.com/
    5  *  * @copyright Copyright (c) 2018 - 2024 Transfon Ltd.
     5 *  * @copyright Copyright (c) 2018 - 2025 Transfon Ltd.
    66 *  * @license https://www.uniconsent.com/wordpress/
    77 *
  • uniconsent-cmp/tags/1.5.9/public/class-unic-public.php

    r3293219 r3293244  
    4747UNIC;
    4848       
    49 
    5049        $unic_license = esc_attr(get_option( 'unic_license' ));
    5150        $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: event
    20         });
    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  
    44* Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins
    55* Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    6 * Version: 1.5.8
     6* Version: 1.5.9
    77* Author: UniConsent
    88* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.5.8' );
     16define( 'UNIC_CMP_VERSION', '1.5.9' );
    1717
    1818function activate_unic_cmp() {
  • uniconsent-cmp/trunk/README.txt

    r3293229 r3293244  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.5.8
     2Version: 1.5.9
    33Contributors: uniconsent
    44Tags: cmp, cookie banner, cookie consent, iab, cookie
    55Requires at least: 4.0
    6 Tested up to: 6.7.2
     6Tested up to: 6.8.1
    77Requires PHP: 7.4
    8 Stable tag: 1.5.8
     8Stable tag: 1.5.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     11Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    1112
    1213== Description ==
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r3293229 r3293244  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.8';
     22            $this->version = '1.5.9';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/index.php

    r3028322 r3293244  
    33 * *
    44 *  * @link https://www.uniconsent.com/
    5  *  * @copyright Copyright (c) 2018 - 2024 Transfon Ltd.
     5 *  * @copyright Copyright (c) 2018 - 2025 Transfon Ltd.
    66 *  * @license https://www.uniconsent.com/wordpress/
    77 *
  • uniconsent-cmp/trunk/public/class-unic-public.php

    r3293219 r3293244  
    4747UNIC;
    4848       
    49 
    5049        $unic_license = esc_attr(get_option( 'unic_license' ));
    5150        $unic_enable_iab = esc_attr(get_option( 'unic_enable_iab' ));
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r3293229 r3293244  
    44* Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins
    55* Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    6 * Version: 1.5.8
     6* Version: 1.5.9
    77* Author: UniConsent
    88* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.5.8' );
     16define( 'UNIC_CMP_VERSION', '1.5.9' );
    1717
    1818function activate_unic_cmp() {
Note: See TracChangeset for help on using the changeset viewer.