Plugin Directory

Changeset 2976141


Ignore:
Timestamp:
10/09/2023 01:48:00 AM (2 years ago)
Author:
uniconsent
Message:

Version 1.4.5.

Location:
uniconsent-cmp
Files:
4 edited
23 copied

Legend:

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

    r2976133 r2976141  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.4.4
     2Version: 1.4.5
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    6 Tested up to: 6.1
     6Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.4.4
     8Stable tag: 1.4.5
    99
    1010== Description ==
     
    114114== Changelog ==
    115115
     116= 1.4.5 =
     117* Security enhancement and fixes
     118
    116119= 1.4.2 =
    117120* GPP consent signals
  • uniconsent-cmp/tags/1.4.5/composer.json

    r2976133 r2976141  
    11{
    22    "name": "transfon/uniconsent-cmp",
    3     "version": "1.4.4",
     3    "version": "1.4.5",
    44    "description": "UniConsent Cookie Consent Tool for GDPR and ePrivacy, Support Google DFP and IAB.",
    55    "type": "wordpress-plugin",
  • uniconsent-cmp/tags/1.4.5/includes/class-unic-cmp.php

    r2976133 r2976141  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.4';
     22            $this->version = '1.4.5';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.4.5/uniconsent-cmp.php

    r2976133 r2976141  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* Description: UniConsent CMP implements the IAB TCF 2.0/2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue.
    7 * Version: 1.4.4
     7* Version: 1.4.5
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.4.4' );
     17define( 'UNIC_CMP_VERSION', '1.4.5' );
    1818
    1919function activate_unic_cmp() {
  • uniconsent-cmp/trunk/README.txt

    r2976133 r2976141  
    11=== UniConsent CMP for IAB TCF GDPR GPP ===
    2 Version: 1.4.4
     2Version: 1.4.5
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    6 Tested up to: 6.1
     6Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 1.4.4
     8Stable tag: 1.4.5
    99
    1010== Description ==
     
    114114== Changelog ==
    115115
     116= 1.4.5 =
     117* Security enhancement and fixes
     118
    116119= 1.4.2 =
    117120* GPP consent signals
  • uniconsent-cmp/trunk/composer.json

    r2976133 r2976141  
    11{
    22    "name": "transfon/uniconsent-cmp",
    3     "version": "1.4.4",
     3    "version": "1.4.5",
    44    "description": "UniConsent Cookie Consent Tool for GDPR and ePrivacy, Support Google DFP and IAB.",
    55    "type": "wordpress-plugin",
  • uniconsent-cmp/trunk/includes/class-unic-cmp.php

    r2976133 r2976141  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.4';
     22            $this->version = '1.4.5';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/uniconsent-cmp.php

    r2976133 r2976141  
    55* Plugin URI: https://www.uniconsent.com/wordpress
    66* Description: UniConsent CMP implements the IAB TCF 2.0/2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue.
    7 * Version: 1.4.4
     7* Version: 1.4.5
    88* Author: UniConsent
    99* Author URI: https://www.uniconsent.com/
     
    1515}
    1616
    17 define( 'UNIC_CMP_VERSION', '1.4.4' );
     17define( 'UNIC_CMP_VERSION', '1.4.5' );
    1818
    1919function activate_unic_cmp() {
Note: See TracChangeset for help on using the changeset viewer.