Plugin Directory

Changeset 3043247


Ignore:
Timestamp:
02/29/2024 03:59:23 PM (2 years ago)
Author:
uniconsent
Message:

Version 1.4.8.

Location:
uniconsent-cmp
Files:
4 edited
23 copied

Legend:

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

    r3028322 r3043247  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.4.7
     2Version: 1.4.8
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
     
    66Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.4.7
     8Stable tag: 1.4.8
    99
    1010== Description ==
     
    116116== Changelog ==
    117117
     118= 1.4.8 =
     119* Improve consent mode
     120* Improve tag loading
     121
    118122= 1.4.7 =
    119123* IAB GPP 1.1 support
  • uniconsent-cmp/tags/1.4.8/includes/class-unic-cmp.php

    r3028322 r3043247  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.7';
     22            $this->version = '1.4.8';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.4.8/public/class-unic-public.php

    r3028322 r3043247  
    140140            $unic_license = substr($unic_license,0,10);
    141141            echo $unic_stub_v2."\n";
    142             echo "<script async src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
     142            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
    143143
    144144        } else if(strpos($unic_license, 'key-') > -1) {
     
    148148            echo $unic_template_v1."\n";
    149149            echo "</script>\n";
    150             echo "<script async src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
     150            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
    151151
    152152        } else if($unic_enable_iab == 'v2') {
     
    156156            echo "</script>\n";
    157157            echo $unic_stub_v2."\n";
    158             echo "<script async src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
     158            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
    159159
    160160        } else {
     
    164164            echo $unic_template_v1."\n";
    165165            echo "</script>\n";
    166             echo "<script async src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
     166            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
    167167        }
    168168       
  • uniconsent-cmp/tags/1.4.8/uniconsent-cmp.php

    r3028322 r3043247  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* Description: UniConsent CMP implements the IAB TCF 2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js/Amazon APS and increase advertising revenue.
    7 * Version: 1.4.7
     7* Version: 1.4.8
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.4.7' );
     17define( 'UNIC_CMP_VERSION', '1.4.8' );
    1818
    1919function activate_unic_cmp() {
  • uniconsent-cmp/trunk/README.txt

    r3028322 r3043247  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.4.7
     2Version: 1.4.8
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
     
    66Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.4.7
     8Stable tag: 1.4.8
    99
    1010== Description ==
     
    116116== Changelog ==
    117117
     118= 1.4.8 =
     119* Improve consent mode
     120* Improve tag loading
     121
    118122= 1.4.7 =
    119123* IAB GPP 1.1 support
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r3028322 r3043247  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.7';
     22            $this->version = '1.4.8';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/public/class-unic-public.php

    r3028322 r3043247  
    140140            $unic_license = substr($unic_license,0,10);
    141141            echo $unic_stub_v2."\n";
    142             echo "<script async src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
     142            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
    143143
    144144        } else if(strpos($unic_license, 'key-') > -1) {
     
    148148            echo $unic_template_v1."\n";
    149149            echo "</script>\n";
    150             echo "<script async src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
     150            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
    151151
    152152        } else if($unic_enable_iab == 'v2') {
     
    156156            echo "</script>\n";
    157157            echo $unic_stub_v2."\n";
    158             echo "<script async src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
     158            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/v2/".$unic_license."/cmp.js'></script>\n";
    159159
    160160        } else {
     
    164164            echo $unic_template_v1."\n";
    165165            echo "</script>\n";
    166             echo "<script async src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
     166            echo "<script async data-cfasync='false' src='https://cmp.uniconsent.com/t/".$unic_license.".cmp.js'></script>\n";
    167167        }
    168168       
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r3028322 r3043247  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* Description: UniConsent CMP implements the IAB TCF 2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js/Amazon APS and increase advertising revenue.
    7 * Version: 1.4.7
     7* Version: 1.4.8
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.4.7' );
     17define( 'UNIC_CMP_VERSION', '1.4.8' );
    1818
    1919function activate_unic_cmp() {
Note: See TracChangeset for help on using the changeset viewer.