Plugin Directory

Changeset 2795347


Ignore:
Timestamp:
10/06/2022 09:45:35 PM (3 years ago)
Author:
rbaronqc
Message:

2.0.8 relese with resultToList function update to push the array value, not index value

Location:
quantcast-choice
Files:
4 edited
12 copied

Legend:

Unmodified
Added
Removed
  • quantcast-choice/tags/2.0.8/README.txt

    r2791479 r2795347  
    11=== Quantcast Choice ===
    2 Version: 2.0.7
    3 Contributors: rbaronqc, davidfornelli
     2Version: 2.0.8
     3Contributors: rbaronqc
    44Tags: GDPR, GDPR Consent, CCPA, ePrivacy, ePrivacy Directive, Quantcast, Quantcast Choice, QC Choice, CMP, Consent Management, Consent Management Platform, TCF v2, TCF v2.0
    55Requires at least: 4.0
    6 Tested up to: 6.0.1
    7 Stable tag: 2.0.6
     6Tested up to: 6.0.2
     7Stable tag: 2.0.8
    88
    99The Quantcast Choice plugin implements the [Quantcast Choice TCF v2.0 Consent Tool](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) offering support for GDPR (including Non-IAB vendors), CCPA and ePrivacy Directive and automatically passing consent signals to the Data Layer.
     
    1212
    1313**TCF v2.0 Update**
    14 **August, 9, 2020 Plugin Update**
    15 Now supporting **TCF v2.0**, **CCPA**, **theme customisation**, **Non-IAB vendor support**, **vendor customisation**, **and more**.
    16 
    17 The Quantcast Choice Plugin is an easy way to automatically add the [Quantcast Choice TCF v2.0 Consent Management Platform (CMP)](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) to your WordPress website.  In addition to adding Quantcast Choice to your website this plugin also makes it easy to push consent signals to the Data Layer and add a CCPA support to your website footer.
     14The Quantcast Choice Plugin is an easy way to add the [Quantcast Choice TCF v2.0 Consent Management Platform (CMP)](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) to your WordPress website.  In addition to adding Quantcast Choice to your website this plugin also makes it easy to push consent signals to the Data Layer and add CCPA support to your website footer.
    1815
    1916Quantcast Choice supports GDPR, CCPA and ePrivacy Directive regulation compliance including IAB and custom Non-IAB vendor support.
     
    127124= 2.0.7 =
    128125* Update resultToList to use the array value not the index value.
     126
     127= 2.0.8 =
     128* Removed the updated for TCFv2 language from the plugin description.
     129* JS lint warning fix for missing semicolon
  • quantcast-choice/tags/2.0.8/composer.json

    r2791479 r2795347  
    11{
    22    "name": "quantcast/quantcast-choice",
    3     "version": "2.0.7",
     3    "version": "2.0.8",
    44    "description": "Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.",
    55    "type": "wordpress-plugin",
  • quantcast-choice/tags/2.0.8/includes/class-qc-choice.php

    r2791479 r2795347  
    7171      $this->version = QC_CHOICE_VERSION;
    7272    } else {
    73       $this->version = '2.0.7';
     73      $this->version = '2.0.8';
    7474    }
    7575    $this->plugin_name = 'qc-choice';
  • quantcast-choice/tags/2.0.8/qc-choice.php

    r2791479 r2795347  
    1717 * Plugin URI:        https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=plugin-admin&utm_campaign=tcfv2&utm_term=learn-more&utm_content=choice
    1818 * Description:       Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            Quantcast
    2121 * Author URI:        https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=plugin-admin&utm_campaign=info&utm_term=author-home&utm_content=choice
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'QC_CHOICE_VERSION', '2.0.4' );
     38define( 'QC_CHOICE_VERSION', '2.0.8' );
    3939
    4040/**
  • quantcast-choice/trunk/README.txt

    r2791479 r2795347  
    11=== Quantcast Choice ===
    2 Version: 2.0.7
    3 Contributors: rbaronqc, davidfornelli
     2Version: 2.0.8
     3Contributors: rbaronqc
    44Tags: GDPR, GDPR Consent, CCPA, ePrivacy, ePrivacy Directive, Quantcast, Quantcast Choice, QC Choice, CMP, Consent Management, Consent Management Platform, TCF v2, TCF v2.0
    55Requires at least: 4.0
    6 Tested up to: 6.0.1
    7 Stable tag: 2.0.6
     6Tested up to: 6.0.2
     7Stable tag: 2.0.8
    88
    99The Quantcast Choice plugin implements the [Quantcast Choice TCF v2.0 Consent Tool](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) offering support for GDPR (including Non-IAB vendors), CCPA and ePrivacy Directive and automatically passing consent signals to the Data Layer.
     
    1212
    1313**TCF v2.0 Update**
    14 **August, 9, 2020 Plugin Update**
    15 Now supporting **TCF v2.0**, **CCPA**, **theme customisation**, **Non-IAB vendor support**, **vendor customisation**, **and more**.
    16 
    17 The Quantcast Choice Plugin is an easy way to automatically add the [Quantcast Choice TCF v2.0 Consent Management Platform (CMP)](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) to your WordPress website.  In addition to adding Quantcast Choice to your website this plugin also makes it easy to push consent signals to the Data Layer and add a CCPA support to your website footer.
     14The Quantcast Choice Plugin is an easy way to add the [Quantcast Choice TCF v2.0 Consent Management Platform (CMP)](https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=wp-org&utm_campaign=info&utm_term=tool&utm_content=choice) to your WordPress website.  In addition to adding Quantcast Choice to your website this plugin also makes it easy to push consent signals to the Data Layer and add CCPA support to your website footer.
    1815
    1916Quantcast Choice supports GDPR, CCPA and ePrivacy Directive regulation compliance including IAB and custom Non-IAB vendor support.
     
    127124= 2.0.7 =
    128125* Update resultToList to use the array value not the index value.
     126
     127= 2.0.8 =
     128* Removed the updated for TCFv2 language from the plugin description.
     129* JS lint warning fix for missing semicolon
  • quantcast-choice/trunk/composer.json

    r2791479 r2795347  
    11{
    22    "name": "quantcast/quantcast-choice",
    3     "version": "2.0.7",
     3    "version": "2.0.8",
    44    "description": "Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.",
    55    "type": "wordpress-plugin",
  • quantcast-choice/trunk/includes/class-qc-choice.php

    r2791479 r2795347  
    7171      $this->version = QC_CHOICE_VERSION;
    7272    } else {
    73       $this->version = '2.0.7';
     73      $this->version = '2.0.8';
    7474    }
    7575    $this->plugin_name = 'qc-choice';
  • quantcast-choice/trunk/qc-choice.php

    r2791479 r2795347  
    1717 * Plugin URI:        https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=plugin-admin&utm_campaign=tcfv2&utm_term=learn-more&utm_content=choice
    1818 * Description:       Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            Quantcast
    2121 * Author URI:        https://www.quantcast.com/gdpr/consent-management-solution/?utm_source=wordpress&utm_medium=plugin-admin&utm_campaign=info&utm_term=author-home&utm_content=choice
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'QC_CHOICE_VERSION', '2.0.4' );
     38define( 'QC_CHOICE_VERSION', '2.0.8' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.