Plugin Directory

Changeset 2976122


Ignore:
Timestamp:
10/09/2023 12:02:06 AM (2 years ago)
Author:
uniconsent
Message:

Version 1.4.3.

Location:
uniconsent-cmp
Files:
4 edited
23 copied

Legend:

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

    r2881612 r2976122  
    11=== UniConsent CMP for GDPR CPRA GPP TCF ===
    2 Version: 1.4.2
     2Version: 1.4.3
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    66Tested up to: 6.1
    7 Requires PHP: 5.4
    8 Stable tag: 1.4.2
     7Requires PHP: 8.0
     8Stable tag: 1.4.3
    99
    1010== Description ==
  • uniconsent-cmp/tags/1.4.3/composer.json

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

    r2881612 r2976122  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.2';
     22            $this->version = '1.4.3';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/tags/1.4.3/uniconsent-cmp.php

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

    r2881612 r2976122  
    11=== UniConsent CMP for GDPR CPRA GPP TCF ===
    2 Version: 1.4.2
     2Version: 1.4.3
    33Contributors: uniconsent
    44Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp
    55Requires at least: 4.0
    66Tested up to: 6.1
    7 Requires PHP: 5.4
    8 Stable tag: 1.4.2
     7Requires PHP: 8.0
     8Stable tag: 1.4.3
    99
    1010== Description ==
  • uniconsent-cmp/trunk/composer.json

    r2881612 r2976122  
    11{
    22    "name": "transfon/uniconsent-cmp",
    3     "version": "1.4.2",
     3    "version": "1.4.3",
    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

    r2881612 r2976122  
    2020            $this->version = UNIC_VERSION;
    2121        } else {
    22             $this->version = '1.4.2';
     22            $this->version = '1.4.3';
    2323        }
    2424        $this->plugin_name = 'uniconsent-cmp';
  • uniconsent-cmp/trunk/uniconsent-cmp.php

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