Plugin Directory

Changeset 3293229


Ignore:
Timestamp:
05/14/2025 11:40:15 AM (11 months ago)
Author:
uniconsent
Message:

Version 1.5.8

Location:
uniconsent-cmp
Files:
3 edited
24 copied

Legend:

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

    r3293219 r3293229  
    1 === UniConsent Cookie Consent CMP ===
    2 Version: 1.5.7
     1=== UniConsent Cookie Consent CMP - Consent Manager ===
     2Version: 1.5.8
    33Contributors: uniconsent
    4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
     4Tags: cmp, cookie banner, cookie consent, iab, cookie
    55Requires at least: 4.0
    6 Tested up to: 6.6
     6Tested up to: 6.7.2
    77Requires PHP: 7.4
    8 Stable tag: 1.5.7
     8Stable tag: 1.5.8
     9License: GPLv3
     10License URI: https://www.gnu.org/licenses/gpl-3.0.html
    911
    1012== Description ==
  • uniconsent-cmp/tags/1.5.8/includes/class-unic-cmp.php

    r3293219 r3293229  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.7';
     22            $this->version = '1.5.8';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.5.8/uniconsent-cmp.php

    r3293219 r3293229  
    11<?php
    2 
    32/**
    43* Plugin Name: UniConsent Cookie Consent CMP
    5 * Plugin URI: https://www.uniconsent.com/wordpress
     4* Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins
    65* Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    7 * Version: 1.5.7
     6* Version: 1.5.8
    87* Author: UniConsent
    9 * Author URI: https://www.uniconsent.com/
    10 * License: GPL2
     8* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     9* License: GPLv3
    1110*/
    1211
     
    1514}
    1615
    17 define( 'UNIC_CMP_VERSION', '1.5.7' );
     16define( 'UNIC_CMP_VERSION', '1.5.8' );
    1817
    1918function activate_unic_cmp() {
  • uniconsent-cmp/trunk/README.txt

    r3293219 r3293229  
    1 === UniConsent Cookie Consent CMP ===
    2 Version: 1.5.7
     1=== UniConsent Cookie Consent CMP - Consent Manager ===
     2Version: 1.5.8
    33Contributors: uniconsent
    4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
     4Tags: cmp, cookie banner, cookie consent, iab, cookie
    55Requires at least: 4.0
    6 Tested up to: 6.6
     6Tested up to: 6.7.2
    77Requires PHP: 7.4
    8 Stable tag: 1.5.7
     8Stable tag: 1.5.8
     9License: GPLv3
     10License URI: https://www.gnu.org/licenses/gpl-3.0.html
    911
    1012== Description ==
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r3293219 r3293229  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.5.7';
     22            $this->version = '1.5.8';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r3293219 r3293229  
    11<?php
    2 
    32/**
    43* Plugin Name: UniConsent Cookie Consent CMP
    5 * Plugin URI: https://www.uniconsent.com/wordpress
     4* Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins
    65* Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance.
    7 * Version: 1.5.7
     6* Version: 1.5.8
    87* Author: UniConsent
    9 * Author URI: https://www.uniconsent.com/
    10 * License: GPL2
     8* Author URI: https://www.uniconsent.com/?utm_source=wp-plugins
     9* License: GPLv3
    1110*/
    1211
     
    1514}
    1615
    17 define( 'UNIC_CMP_VERSION', '1.5.7' );
     16define( 'UNIC_CMP_VERSION', '1.5.8' );
    1817
    1918function activate_unic_cmp() {
Note: See TracChangeset for help on using the changeset viewer.