Changeset 3132690
- Timestamp:
- 08/08/2024 12:12:05 PM (20 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 6 edited
- 23 copied
-
tags/1.5.2 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.5.2/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (2 diffs)
-
tags/1.5.2/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.5.2/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php) (2 diffs)
-
tags/1.5.2/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.5.2/admin/images/unic-logo.png (modified) (previous)
-
tags/1.5.2/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.5.2/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.5.2/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json)
-
tags/1.5.2/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.5.2/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.5.2/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.5.2/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.5.2/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.5.2/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.5.2/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.5.2/index.php (copied) (copied from uniconsent-cmp/trunk/index.php)
-
tags/1.5.2/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.5.2/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.5.2/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.5.2/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.5.2/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.5.2/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.5.2/uninstall.php (copied) (copied from uniconsent-cmp/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-unic-admin-pages.php (modified) (2 diffs)
-
trunk/admin/images/unic-logo.png (modified) (previous)
-
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.2/README.txt
r3084892 r3132690 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.5. 12 Version: 1.5.2 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp 5 5 Requires at least: 4.0 6 Tested up to: 6. 36 Tested up to: 6.6 7 7 Requires PHP: 7.4 8 Stable tag: 1.5. 18 Stable tag: 1.5.2 9 9 10 10 == Description == … … 116 116 == Changelog == 117 117 118 = 1.5.2 = 119 * Improve Consent Mode and support 40 languages 120 118 121 = 1.5.1 = 119 122 * Improve GPP API -
uniconsent-cmp/tags/1.5.2/admin/class-unic-admin-pages.php
r3028322 r3132690 141 141 <td class="col-2"> 142 142 <select name="unic_language"> 143 <option value="en" <?php selected( $unic_language, 'en' ); ?>><?php _e( 'English', 'uniconsent' ); ?></option> 144 <option value="fr" <?php selected( $unic_language, 'fr' ); ?>><?php _e( 'French', 'uniconsent' ); ?></option> 145 <option value="de" <?php selected( $unic_language, 'de' ); ?>><?php _e( 'German', 'uniconsent' ); ?></option> 146 <option value="it" <?php selected( $unic_language, 'it' ); ?>><?php _e( 'Italian', 'uniconsent' ); ?></option> 147 <option value="es" <?php selected( $unic_language, 'es' ); ?>><?php _e( 'Spanish', 'uniconsent' ); ?></option> 148 <option value="pt" <?php selected( $unic_language, 'pt' ); ?>><?php _e( 'Portuguese', 'uniconsent' ); ?></option> 149 <option value="pl" <?php selected( $unic_language, 'pl' ); ?>><?php _e( 'Polish', 'uniconsent' ); ?></option> 150 <option value="nl" <?php selected( $unic_language, 'nl' ); ?>><?php _e( 'Dutch', 'uniconsent' ); ?></option> 151 <option value="SV" <?php selected( $unic_language, 'SV' ); ?>>Swedish</option> 152 <option value="BG" <?php selected( $unic_language, 'BG' ); ?>>Bulgarian</option> 153 <option value="CA" <?php selected( $unic_language, 'CA' ); ?>>Catalan</option> 154 <option value="CS" <?php selected( $unic_language, 'CS' ); ?>>Czech</option> 155 <option value="DA" <?php selected( $unic_language, 'DA' ); ?>>Danish</option> 156 <option value="EL" <?php selected( $unic_language, 'EL' ); ?>>Greek</option> 157 <option value="ET" <?php selected( $unic_language, 'ET' ); ?>>Estonian</option> 158 <option value="FI" <?php selected( $unic_language, 'FI' ); ?>>Finnish</option> 159 <option value="HU" <?php selected( $unic_language, 'HU' ); ?>>Hungarian</option> 160 <option value="LT" <?php selected( $unic_language, 'LT' ); ?>>Lithuanian</option> 161 <option value="LV" <?php selected( $unic_language, 'LV' ); ?>>Latvian</option> 162 <option value="MT" <?php selected( $unic_language, 'MT' ); ?>>Maltese</option> 163 <option value="NO" <?php selected( $unic_language, 'NO' ); ?>>Norwegian</option> 164 <option value="RO" <?php selected( $unic_language, 'RO' ); ?>>Romanian</option> 165 <option value="RU" <?php selected( $unic_language, 'RU' ); ?>>Russian</option> 166 <option value="SK" <?php selected( $unic_language, 'SK' ); ?>>Slovak</option> 167 <option value="SL" <?php selected( $unic_language, 'SL' ); ?>>Slovenian</option> 168 <option value="ZH" <?php selected( $unic_language, 'ZH' ); ?>>Chinese</option> 143 <option value="EN" <?php selected( $unic_language, 'EN' ); ?>><?php _e( 'English', 'uniconsent' ); ?></option> 144 <option value="FR" <?php selected( $unic_language, 'FR' ); ?>><?php _e( 'French', 'uniconsent' ); ?></option> 145 <option value="DE" <?php selected( $unic_language, 'DE' ); ?>><?php _e( 'German', 'uniconsent' ); ?></option> 146 <option value="ES" <?php selected( $unic_language, 'ES' ); ?>><?php _e( 'Spanish', 'uniconsent' ); ?></option> 147 <option value="IT" <?php selected( $unic_language, 'IT' ); ?>><?php _e( 'Italian', 'uniconsent' ); ?></option> 148 <option value="PT" <?php selected( $unic_language, 'PT' ); ?>><?php _e( 'Portuguese', 'uniconsent' ); ?></option> 149 <option value="PL" <?php selected( $unic_language, 'PL' ); ?>><?php _e( 'Polish', 'uniconsent' ); ?></option> 150 <option value="NL" <?php selected( $unic_language, 'NL' ); ?>><?php _e( 'Dutch', 'uniconsent' ); ?></option> 151 <option value="SV" <?php selected( $unic_language, 'SV' ); ?>><?php _e( 'Swedish', 'uniconsent' ); ?></option> 152 <option value="BG" <?php selected( $unic_language, 'BG' ); ?>><?php _e( 'Bulgarian', 'uniconsent' ); ?></option> 153 <option value="CA" <?php selected( $unic_language, 'CA' ); ?>><?php _e( 'Catalan', 'uniconsent' ); ?></option> 154 <option value="CS" <?php selected( $unic_language, 'CS' ); ?>><?php _e( 'Czech', 'uniconsent' ); ?></option> 155 <option value="DA" <?php selected( $unic_language, 'DA' ); ?>><?php _e( 'Danish', 'uniconsent' ); ?></option> 156 <option value="EL" <?php selected( $unic_language, 'EL' ); ?>><?php _e( 'Greek', 'uniconsent' ); ?></option> 157 <option value="ET" <?php selected( $unic_language, 'ET' ); ?>><?php _e( 'Estonian', 'uniconsent' ); ?></option> 158 <option value="FI" <?php selected( $unic_language, 'FI' ); ?>><?php _e( 'Finnish', 'uniconsent' ); ?></option> 159 <option value="HU" <?php selected( $unic_language, 'HU' ); ?>><?php _e( 'Hungarian', 'uniconsent' ); ?></option> 160 <option value="LT" <?php selected( $unic_language, 'LT' ); ?>><?php _e( 'Lithuanian', 'uniconsent' ); ?></option> 161 <option value="LV" <?php selected( $unic_language, 'LV' ); ?>><?php _e( 'Latvian', 'uniconsent' ); ?></option> 162 <option value="MT" <?php selected( $unic_language, 'MT' ); ?>><?php _e( 'Maltese', 'uniconsent' ); ?></option> 163 <option value="NO" <?php selected( $unic_language, 'NO' ); ?>><?php _e( 'Norwegian', 'uniconsent' ); ?></option> 164 <option value="RO" <?php selected( $unic_language, 'RO' ); ?>><?php _e( 'Romanian', 'uniconsent' ); ?></option> 165 <option value="RU" <?php selected( $unic_language, 'RU' ); ?>><?php _e( 'Russian', 'uniconsent' ); ?></option> 166 <option value="SK" <?php selected( $unic_language, 'SK' ); ?>><?php _e( 'Slovak', 'uniconsent' ); ?></option> 167 <option value="SL" <?php selected( $unic_language, 'SL' ); ?>><?php _e( 'Slovenian', 'uniconsent' ); ?></option> 168 <option value="ZH" <?php selected( $unic_language, 'ZH' ); ?>><?php _e( 'Chinese', 'uniconsent' ); ?></option> 169 <option value="SR" <?php selected( $unic_language, 'SR' ); ?>><?php _e( 'Serbian', 'uniconsent' ); ?></option> 170 <option value="JA" <?php selected( $unic_language, 'JA' ); ?>><?php _e( 'Japanese', 'uniconsent' ); ?></option> 171 <option value="BS" <?php selected( $unic_language, 'BS' ); ?>><?php _e( 'Bosnian', 'uniconsent' ); ?></option> 172 <option value="TR" <?php selected( $unic_language, 'TR' ); ?>><?php _e( 'Turkish', 'uniconsent' ); ?></option> 173 <option value="CY" <?php selected( $unic_language, 'CY' ); ?>><?php _e( 'Welsh', 'uniconsent' ); ?></option> 174 <option value="EU" <?php selected( $unic_language, 'EU' ); ?>><?php _e( 'Basque', 'uniconsent' ); ?></option> 175 <option value="GL" <?php selected( $unic_language, 'GL' ); ?>><?php _e( 'Galician', 'uniconsent' ); ?></option> 176 <option value="HE" <?php selected( $unic_language, 'HE' ); ?>><?php _e( 'Hebrew', 'uniconsent' ); ?></option> 177 <option value="ID" <?php selected( $unic_language, 'ID' ); ?>><?php _e( 'Indonesian', 'uniconsent' ); ?></option> 178 <option value="KO" <?php selected( $unic_language, 'KO' ); ?>><?php _e( 'Korean', 'uniconsent' ); ?></option> 179 <option value="MK" <?php selected( $unic_language, 'MK' ); ?>><?php _e( 'Macedonian', 'uniconsent' ); ?></option> 180 <option value="MS" <?php selected( $unic_language, 'MS' ); ?>><?php _e( 'Malay', 'uniconsent' ); ?></option> 181 <option value="TL" <?php selected( $unic_language, 'TL' ); ?>><?php _e( 'Tagalog', 'uniconsent' ); ?></option> 182 <option value="UK" <?php selected( $unic_language, 'UK' ); ?>><?php _e( 'Ukrainian', 'uniconsent' ); ?></option> 169 183 </select> 170 184 </td> … … 295 309 <li><strong>Certified Google CMP</strong> 296 310 <li><strong>Google Consent Mode v2</strong> 311 <li><strong>40+ Languages support</strong> 297 312 <li><strong>GPP, TCF, USP Consent signals</strong> 298 313 <li><strong>Fix errors in Google's report</strong> -
uniconsent-cmp/tags/1.5.2/includes/class-unic-cmp.php
r3084892 r3132690 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 1';22 $this->version = '1.5.2'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.5.2/uniconsent-cmp.php
r3084892 r3132690 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the Consent Mode, IAB TCF 2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js/Amazon APS and increase advertising revenue. 7 * Version: 1.5. 17 * Version: 1.5.2 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.5. 1' );17 define( 'UNIC_CMP_VERSION', '1.5.2' ); 18 18 19 19 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r3084892 r3132690 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.5. 12 Version: 1.5.2 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp 5 5 Requires at least: 4.0 6 Tested up to: 6. 36 Tested up to: 6.6 7 7 Requires PHP: 7.4 8 Stable tag: 1.5. 18 Stable tag: 1.5.2 9 9 10 10 == Description == … … 116 116 == Changelog == 117 117 118 = 1.5.2 = 119 * Improve Consent Mode and support 40 languages 120 118 121 = 1.5.1 = 119 122 * Improve GPP API -
uniconsent-cmp/trunk/admin/class-unic-admin-pages.php
r3028322 r3132690 141 141 <td class="col-2"> 142 142 <select name="unic_language"> 143 <option value="en" <?php selected( $unic_language, 'en' ); ?>><?php _e( 'English', 'uniconsent' ); ?></option> 144 <option value="fr" <?php selected( $unic_language, 'fr' ); ?>><?php _e( 'French', 'uniconsent' ); ?></option> 145 <option value="de" <?php selected( $unic_language, 'de' ); ?>><?php _e( 'German', 'uniconsent' ); ?></option> 146 <option value="it" <?php selected( $unic_language, 'it' ); ?>><?php _e( 'Italian', 'uniconsent' ); ?></option> 147 <option value="es" <?php selected( $unic_language, 'es' ); ?>><?php _e( 'Spanish', 'uniconsent' ); ?></option> 148 <option value="pt" <?php selected( $unic_language, 'pt' ); ?>><?php _e( 'Portuguese', 'uniconsent' ); ?></option> 149 <option value="pl" <?php selected( $unic_language, 'pl' ); ?>><?php _e( 'Polish', 'uniconsent' ); ?></option> 150 <option value="nl" <?php selected( $unic_language, 'nl' ); ?>><?php _e( 'Dutch', 'uniconsent' ); ?></option> 151 <option value="SV" <?php selected( $unic_language, 'SV' ); ?>>Swedish</option> 152 <option value="BG" <?php selected( $unic_language, 'BG' ); ?>>Bulgarian</option> 153 <option value="CA" <?php selected( $unic_language, 'CA' ); ?>>Catalan</option> 154 <option value="CS" <?php selected( $unic_language, 'CS' ); ?>>Czech</option> 155 <option value="DA" <?php selected( $unic_language, 'DA' ); ?>>Danish</option> 156 <option value="EL" <?php selected( $unic_language, 'EL' ); ?>>Greek</option> 157 <option value="ET" <?php selected( $unic_language, 'ET' ); ?>>Estonian</option> 158 <option value="FI" <?php selected( $unic_language, 'FI' ); ?>>Finnish</option> 159 <option value="HU" <?php selected( $unic_language, 'HU' ); ?>>Hungarian</option> 160 <option value="LT" <?php selected( $unic_language, 'LT' ); ?>>Lithuanian</option> 161 <option value="LV" <?php selected( $unic_language, 'LV' ); ?>>Latvian</option> 162 <option value="MT" <?php selected( $unic_language, 'MT' ); ?>>Maltese</option> 163 <option value="NO" <?php selected( $unic_language, 'NO' ); ?>>Norwegian</option> 164 <option value="RO" <?php selected( $unic_language, 'RO' ); ?>>Romanian</option> 165 <option value="RU" <?php selected( $unic_language, 'RU' ); ?>>Russian</option> 166 <option value="SK" <?php selected( $unic_language, 'SK' ); ?>>Slovak</option> 167 <option value="SL" <?php selected( $unic_language, 'SL' ); ?>>Slovenian</option> 168 <option value="ZH" <?php selected( $unic_language, 'ZH' ); ?>>Chinese</option> 143 <option value="EN" <?php selected( $unic_language, 'EN' ); ?>><?php _e( 'English', 'uniconsent' ); ?></option> 144 <option value="FR" <?php selected( $unic_language, 'FR' ); ?>><?php _e( 'French', 'uniconsent' ); ?></option> 145 <option value="DE" <?php selected( $unic_language, 'DE' ); ?>><?php _e( 'German', 'uniconsent' ); ?></option> 146 <option value="ES" <?php selected( $unic_language, 'ES' ); ?>><?php _e( 'Spanish', 'uniconsent' ); ?></option> 147 <option value="IT" <?php selected( $unic_language, 'IT' ); ?>><?php _e( 'Italian', 'uniconsent' ); ?></option> 148 <option value="PT" <?php selected( $unic_language, 'PT' ); ?>><?php _e( 'Portuguese', 'uniconsent' ); ?></option> 149 <option value="PL" <?php selected( $unic_language, 'PL' ); ?>><?php _e( 'Polish', 'uniconsent' ); ?></option> 150 <option value="NL" <?php selected( $unic_language, 'NL' ); ?>><?php _e( 'Dutch', 'uniconsent' ); ?></option> 151 <option value="SV" <?php selected( $unic_language, 'SV' ); ?>><?php _e( 'Swedish', 'uniconsent' ); ?></option> 152 <option value="BG" <?php selected( $unic_language, 'BG' ); ?>><?php _e( 'Bulgarian', 'uniconsent' ); ?></option> 153 <option value="CA" <?php selected( $unic_language, 'CA' ); ?>><?php _e( 'Catalan', 'uniconsent' ); ?></option> 154 <option value="CS" <?php selected( $unic_language, 'CS' ); ?>><?php _e( 'Czech', 'uniconsent' ); ?></option> 155 <option value="DA" <?php selected( $unic_language, 'DA' ); ?>><?php _e( 'Danish', 'uniconsent' ); ?></option> 156 <option value="EL" <?php selected( $unic_language, 'EL' ); ?>><?php _e( 'Greek', 'uniconsent' ); ?></option> 157 <option value="ET" <?php selected( $unic_language, 'ET' ); ?>><?php _e( 'Estonian', 'uniconsent' ); ?></option> 158 <option value="FI" <?php selected( $unic_language, 'FI' ); ?>><?php _e( 'Finnish', 'uniconsent' ); ?></option> 159 <option value="HU" <?php selected( $unic_language, 'HU' ); ?>><?php _e( 'Hungarian', 'uniconsent' ); ?></option> 160 <option value="LT" <?php selected( $unic_language, 'LT' ); ?>><?php _e( 'Lithuanian', 'uniconsent' ); ?></option> 161 <option value="LV" <?php selected( $unic_language, 'LV' ); ?>><?php _e( 'Latvian', 'uniconsent' ); ?></option> 162 <option value="MT" <?php selected( $unic_language, 'MT' ); ?>><?php _e( 'Maltese', 'uniconsent' ); ?></option> 163 <option value="NO" <?php selected( $unic_language, 'NO' ); ?>><?php _e( 'Norwegian', 'uniconsent' ); ?></option> 164 <option value="RO" <?php selected( $unic_language, 'RO' ); ?>><?php _e( 'Romanian', 'uniconsent' ); ?></option> 165 <option value="RU" <?php selected( $unic_language, 'RU' ); ?>><?php _e( 'Russian', 'uniconsent' ); ?></option> 166 <option value="SK" <?php selected( $unic_language, 'SK' ); ?>><?php _e( 'Slovak', 'uniconsent' ); ?></option> 167 <option value="SL" <?php selected( $unic_language, 'SL' ); ?>><?php _e( 'Slovenian', 'uniconsent' ); ?></option> 168 <option value="ZH" <?php selected( $unic_language, 'ZH' ); ?>><?php _e( 'Chinese', 'uniconsent' ); ?></option> 169 <option value="SR" <?php selected( $unic_language, 'SR' ); ?>><?php _e( 'Serbian', 'uniconsent' ); ?></option> 170 <option value="JA" <?php selected( $unic_language, 'JA' ); ?>><?php _e( 'Japanese', 'uniconsent' ); ?></option> 171 <option value="BS" <?php selected( $unic_language, 'BS' ); ?>><?php _e( 'Bosnian', 'uniconsent' ); ?></option> 172 <option value="TR" <?php selected( $unic_language, 'TR' ); ?>><?php _e( 'Turkish', 'uniconsent' ); ?></option> 173 <option value="CY" <?php selected( $unic_language, 'CY' ); ?>><?php _e( 'Welsh', 'uniconsent' ); ?></option> 174 <option value="EU" <?php selected( $unic_language, 'EU' ); ?>><?php _e( 'Basque', 'uniconsent' ); ?></option> 175 <option value="GL" <?php selected( $unic_language, 'GL' ); ?>><?php _e( 'Galician', 'uniconsent' ); ?></option> 176 <option value="HE" <?php selected( $unic_language, 'HE' ); ?>><?php _e( 'Hebrew', 'uniconsent' ); ?></option> 177 <option value="ID" <?php selected( $unic_language, 'ID' ); ?>><?php _e( 'Indonesian', 'uniconsent' ); ?></option> 178 <option value="KO" <?php selected( $unic_language, 'KO' ); ?>><?php _e( 'Korean', 'uniconsent' ); ?></option> 179 <option value="MK" <?php selected( $unic_language, 'MK' ); ?>><?php _e( 'Macedonian', 'uniconsent' ); ?></option> 180 <option value="MS" <?php selected( $unic_language, 'MS' ); ?>><?php _e( 'Malay', 'uniconsent' ); ?></option> 181 <option value="TL" <?php selected( $unic_language, 'TL' ); ?>><?php _e( 'Tagalog', 'uniconsent' ); ?></option> 182 <option value="UK" <?php selected( $unic_language, 'UK' ); ?>><?php _e( 'Ukrainian', 'uniconsent' ); ?></option> 169 183 </select> 170 184 </td> … … 295 309 <li><strong>Certified Google CMP</strong> 296 310 <li><strong>Google Consent Mode v2</strong> 311 <li><strong>40+ Languages support</strong> 297 312 <li><strong>GPP, TCF, USP Consent signals</strong> 298 313 <li><strong>Fix errors in Google's report</strong> -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3084892 r3132690 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.5. 1';22 $this->version = '1.5.2'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3084892 r3132690 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the Consent Mode, IAB TCF 2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js/Amazon APS and increase advertising revenue. 7 * Version: 1.5. 17 * Version: 1.5.2 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.5. 1' );17 define( 'UNIC_CMP_VERSION', '1.5.2' ); 18 18 19 19 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.