Plugin Directory

Changeset 3132690


Ignore:
Timestamp:
08/08/2024 12:12:05 PM (20 months ago)
Author:
uniconsent
Message:

Version 1.5.2

Location:
uniconsent-cmp
Files:
6 edited
23 copied

Legend:

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

    r3084892 r3132690  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.5.1
     2Version: 1.5.2
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    6 Tested up to: 6.3
     6Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 1.5.1
     8Stable tag: 1.5.2
    99
    1010== Description ==
     
    116116== Changelog ==
    117117
     118= 1.5.2 =
     119* Improve Consent Mode and support 40 languages
     120
    118121= 1.5.1 =
    119122* Improve GPP API
  • uniconsent-cmp/tags/1.5.2/admin/class-unic-admin-pages.php

    r3028322 r3132690  
    141141                        <td class="col-2">
    142142                            <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>
    169183                            </select>
    170184                        </td>
     
    295309                            <li><strong>Certified Google CMP</strong>
    296310                            <li><strong>Google Consent Mode v2</strong>
     311                            <li><strong>40+ Languages support</strong>
    297312                            <li><strong>GPP, TCF, USP Consent signals</strong>
    298313                            <li><strong>Fix errors in Google's report</strong>
  • uniconsent-cmp/tags/1.5.2/includes/class-unic-cmp.php

    r3084892 r3132690  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.1';
     22            $this->version = '1.5.2';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.5.2/uniconsent-cmp.php

    r3084892 r3132690  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* 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.1
     7* Version: 1.5.2
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.5.1' );
     17define( 'UNIC_CMP_VERSION', '1.5.2' );
    1818
    1919function activate_unic_cmp() {
  • uniconsent-cmp/trunk/README.txt

    r3084892 r3132690  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.5.1
     2Version: 1.5.2
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    6 Tested up to: 6.3
     6Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 1.5.1
     8Stable tag: 1.5.2
    99
    1010== Description ==
     
    116116== Changelog ==
    117117
     118= 1.5.2 =
     119* Improve Consent Mode and support 40 languages
     120
    118121= 1.5.1 =
    119122* Improve GPP API
  • uniconsent-cmp/trunk/admin/class-unic-admin-pages.php

    r3028322 r3132690  
    141141                        <td class="col-2">
    142142                            <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>
    169183                            </select>
    170184                        </td>
     
    295309                            <li><strong>Certified Google CMP</strong>
    296310                            <li><strong>Google Consent Mode v2</strong>
     311                            <li><strong>40+ Languages support</strong>
    297312                            <li><strong>GPP, TCF, USP Consent signals</strong>
    298313                            <li><strong>Fix errors in Google's report</strong>
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r3084892 r3132690  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.1';
     22            $this->version = '1.5.2';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r3084892 r3132690  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* 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.1
     7* Version: 1.5.2
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.5.1' );
     17define( 'UNIC_CMP_VERSION', '1.5.2' );
    1818
    1919function activate_unic_cmp() {
Note: See TracChangeset for help on using the changeset viewer.