Changeset 3043247
- Timestamp:
- 02/29/2024 03:59:23 PM (2 years ago)
- Location:
- uniconsent-cmp
- Files:
-
- 4 edited
- 23 copied
-
tags/1.4.8 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.4.8/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (3 diffs)
-
tags/1.4.8/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.4.8/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.4.8/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.4.8/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.4.8/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.4.8/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json)
-
tags/1.4.8/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.4.8/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.4.8/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.4.8/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.4.8/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.4.8/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.4.8/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.4.8/index.php (copied) (copied from uniconsent-cmp/trunk/index.php)
-
tags/1.4.8/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.4.8/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.4.8/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php) (4 diffs)
-
tags/1.4.8/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.4.8/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.4.8/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.4.8/uninstall.php (copied) (copied from uniconsent-cmp/trunk/uninstall.php)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/public/class-unic-public.php (modified) (4 diffs)
-
trunk/uniconsent-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.4.8/README.txt
r3028322 r3043247 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.4. 72 Version: 1.4.8 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp … … 6 6 Tested up to: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.4. 78 Stable tag: 1.4.8 9 9 10 10 == Description == … … 116 116 == Changelog == 117 117 118 = 1.4.8 = 119 * Improve consent mode 120 * Improve tag loading 121 118 122 = 1.4.7 = 119 123 * IAB GPP 1.1 support -
uniconsent-cmp/tags/1.4.8/includes/class-unic-cmp.php
r3028322 r3043247 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 7';22 $this->version = '1.4.8'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.4.8/public/class-unic-public.php
r3028322 r3043247 140 140 $unic_license = substr($unic_license,0,10); 141 141 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"; 143 143 144 144 } else if(strpos($unic_license, 'key-') > -1) { … … 148 148 echo $unic_template_v1."\n"; 149 149 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"; 151 151 152 152 } else if($unic_enable_iab == 'v2') { … … 156 156 echo "</script>\n"; 157 157 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"; 159 159 160 160 } else { … … 164 164 echo $unic_template_v1."\n"; 165 165 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"; 167 167 } 168 168 -
uniconsent-cmp/tags/1.4.8/uniconsent-cmp.php
r3028322 r3043247 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * 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. 77 * Version: 1.4.8 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 7' );17 define( 'UNIC_CMP_VERSION', '1.4.8' ); 18 18 19 19 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r3028322 r3043247 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.4. 72 Version: 1.4.8 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp … … 6 6 Tested up to: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.4. 78 Stable tag: 1.4.8 9 9 10 10 == Description == … … 116 116 == Changelog == 117 117 118 = 1.4.8 = 119 * Improve consent mode 120 * Improve tag loading 121 118 122 = 1.4.7 = 119 123 * IAB GPP 1.1 support -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3028322 r3043247 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 7';22 $this->version = '1.4.8'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/public/class-unic-public.php
r3028322 r3043247 140 140 $unic_license = substr($unic_license,0,10); 141 141 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"; 143 143 144 144 } else if(strpos($unic_license, 'key-') > -1) { … … 148 148 echo $unic_template_v1."\n"; 149 149 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"; 151 151 152 152 } else if($unic_enable_iab == 'v2') { … … 156 156 echo "</script>\n"; 157 157 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"; 159 159 160 160 } else { … … 164 164 echo $unic_template_v1."\n"; 165 165 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"; 167 167 } 168 168 -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3028322 r3043247 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * 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. 77 * Version: 1.4.8 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 7' );17 define( 'UNIC_CMP_VERSION', '1.4.8' ); 18 18 19 19 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.