Plugin Directory

Changeset 3376798


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

Release 1.6.1

Location:
uniconsent-cmp
Files:
3 edited
7 copied

Legend:

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

    r3312680 r3376798  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.6.0
     2Version: 1.6.1
    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.0
     8Stable tag: 1.6.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    123123== Changelog ==
    124124
     125= 1.6.1 =
     126* Improvement
     127
    125128= 1.6.0 =
    126129* WP Consent API Support
  • uniconsent-cmp/tags/1.6.1/trunk/includes/class-unic-cmp.php

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

    r3312680 r3376798  
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.6.0' );
     16define( 'UNIC_CMP_VERSION', '1.6.1' );
    1717
    1818function activate_unic_cmp() {
     
    4040        plugin_dir_url(__FILE__) . 'public/js/unic.min.js',
    4141        array(),
    42         '1.6.0',
     42        '1.6.1',
    4343        true
    4444    );
  • uniconsent-cmp/trunk/README.txt

    r3312680 r3376798  
    11=== UniConsent Cookie Consent CMP - Consent Manager ===
    2 Version: 1.6.0
     2Version: 1.6.1
    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.0
     8Stable tag: 1.6.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    123123== Changelog ==
    124124
     125= 1.6.1 =
     126* Improvement
     127
    125128= 1.6.0 =
    126129* WP Consent API Support
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

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

    r3312680 r3376798  
    1414}
    1515
    16 define( 'UNIC_CMP_VERSION', '1.6.0' );
     16define( 'UNIC_CMP_VERSION', '1.6.1' );
    1717
    1818function activate_unic_cmp() {
     
    4040        plugin_dir_url(__FILE__) . 'public/js/unic.min.js',
    4141        array(),
    42         '1.6.0',
     42        '1.6.1',
    4343        true
    4444    );
Note: See TracChangeset for help on using the changeset viewer.