Plugin Directory

Changeset 3376800


Ignore:
Timestamp:
10/11/2025 09:05:32 PM (6 months ago)
Author:
uniconsent
Message:

Release 1.6.2

Location:
uniconsent-cmp
Files:
3 edited
7 copied

Legend:

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

    r3376798 r3376800  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.6.1
     2Version: 1.6.2
    33Contributors: uniconsent
    44Tags: cmp, cookie banner, cookie consent, iab, cookie
     
    66Tested up to: 6.8.1
    77Requires PHP: 7.4
    8 Stable tag: 1.6.1
     8Stable tag: 1.6.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • uniconsent-cmp/tags/1.6.2/includes/class-unic-cmp.php

    r3376798 r3376800  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.6.1';
     22            $this->version = '1.6.2';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.6.2/uniconsent-cmp.php

    r3376798 r3376800  
    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.6.0
     6* Version: 1.6.2
    77* Author: UniConsent
    88* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.6.1' );
     16define( 'UNIC_CMP_VERSION', '1.6.2' );
    1717
    1818function activate_unic_cmp() {
     
    4040        plugin_dir_url(__FILE__) . 'public/js/unic.min.js',
    4141        array(),
    42         '1.6.1',
     42        '1.6.2',
    4343        true
    4444    );
  • uniconsent-cmp/trunk/README.txt

    r3376798 r3376800  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.6.1
     2Version: 1.6.2
    33Contributors: uniconsent
    44Tags: cmp, cookie banner, cookie consent, iab, cookie
     
    66Tested up to: 6.8.1
    77Requires PHP: 7.4
    8 Stable tag: 1.6.1
     8Stable tag: 1.6.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r3376798 r3376800  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.6.1';
     22            $this->version = '1.6.2';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r3376798 r3376800  
    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.6.0
     6* Version: 1.6.2
    77* Author: UniConsent
    88* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.6.1' );
     16define( 'UNIC_CMP_VERSION', '1.6.2' );
    1717
    1818function activate_unic_cmp() {
     
    4040        plugin_dir_url(__FILE__) . 'public/js/unic.min.js',
    4141        array(),
    42         '1.6.1',
     42        '1.6.2',
    4343        true
    4444    );
Note: See TracChangeset for help on using the changeset viewer.