Changeset 2795347
- Timestamp:
- 10/06/2022 09:45:35 PM (3 years ago)
- Location:
- quantcast-choice
- Files:
-
- 4 edited
- 12 copied
-
tags/2.0.8 (copied) (copied from quantcast-choice/trunk)
-
tags/2.0.8/README.txt (copied) (copied from quantcast-choice/trunk/README.txt) (3 diffs)
-
tags/2.0.8/admin/class-qc-choice-admin-pages.php (copied) (copied from quantcast-choice/trunk/admin/class-qc-choice-admin-pages.php)
-
tags/2.0.8/admin/class-qc-choice-admin.php (copied) (copied from quantcast-choice/trunk/admin/class-qc-choice-admin.php)
-
tags/2.0.8/admin/css/style.min.css (copied) (copied from quantcast-choice/trunk/admin/css/style.min.css)
-
tags/2.0.8/composer.json (copied) (copied from quantcast-choice/trunk/composer.json) (1 diff)
-
tags/2.0.8/includes/class-qc-choice.php (copied) (copied from quantcast-choice/trunk/includes/class-qc-choice.php) (1 diff)
-
tags/2.0.8/public/class-qc-choice-public.php (copied) (copied from quantcast-choice/trunk/public/class-qc-choice-public.php)
-
tags/2.0.8/public/css/style.min.css (copied) (copied from quantcast-choice/trunk/public/css/style.min.css)
-
tags/2.0.8/public/js/script.min.js (copied) (copied from quantcast-choice/trunk/public/js/script.min.js)
-
tags/2.0.8/public/partials/qc-choice.php (copied) (copied from quantcast-choice/trunk/public/partials/qc-choice.php)
-
tags/2.0.8/qc-choice.php (copied) (copied from quantcast-choice/trunk/qc-choice.php) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/includes/class-qc-choice.php (modified) (1 diff)
-
trunk/qc-choice.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quantcast-choice/tags/2.0.8/README.txt
r2791479 r2795347 1 1 === Quantcast Choice === 2 Version: 2.0. 73 Contributors: rbaronqc , davidfornelli2 Version: 2.0.8 3 Contributors: rbaronqc 4 4 Tags: GDPR, GDPR Consent, CCPA, ePrivacy, ePrivacy Directive, Quantcast, Quantcast Choice, QC Choice, CMP, Consent Management, Consent Management Platform, TCF v2, TCF v2.0 5 5 Requires at least: 4.0 6 Tested up to: 6.0. 17 Stable tag: 2.0. 66 Tested up to: 6.0.2 7 Stable tag: 2.0.8 8 8 9 9 The 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. … … 12 12 13 13 **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. 14 The 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. 18 15 19 16 Quantcast Choice supports GDPR, CCPA and ePrivacy Directive regulation compliance including IAB and custom Non-IAB vendor support. … … 127 124 = 2.0.7 = 128 125 * 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 1 1 { 2 2 "name": "quantcast/quantcast-choice", 3 "version": "2.0. 7",3 "version": "2.0.8", 4 4 "description": "Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.", 5 5 "type": "wordpress-plugin", -
quantcast-choice/tags/2.0.8/includes/class-qc-choice.php
r2791479 r2795347 71 71 $this->version = QC_CHOICE_VERSION; 72 72 } else { 73 $this->version = '2.0. 7';73 $this->version = '2.0.8'; 74 74 } 75 75 $this->plugin_name = 'qc-choice'; -
quantcast-choice/tags/2.0.8/qc-choice.php
r2791479 r2795347 17 17 * 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 18 18 * 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. 719 * Version: 2.0.8 20 20 * Author: Quantcast 21 21 * 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 … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'QC_CHOICE_VERSION', '2.0. 4' );38 define( 'QC_CHOICE_VERSION', '2.0.8' ); 39 39 40 40 /** -
quantcast-choice/trunk/README.txt
r2791479 r2795347 1 1 === Quantcast Choice === 2 Version: 2.0. 73 Contributors: rbaronqc , davidfornelli2 Version: 2.0.8 3 Contributors: rbaronqc 4 4 Tags: GDPR, GDPR Consent, CCPA, ePrivacy, ePrivacy Directive, Quantcast, Quantcast Choice, QC Choice, CMP, Consent Management, Consent Management Platform, TCF v2, TCF v2.0 5 5 Requires at least: 4.0 6 Tested up to: 6.0. 17 Stable tag: 2.0. 66 Tested up to: 6.0.2 7 Stable tag: 2.0.8 8 8 9 9 The 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. … … 12 12 13 13 **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. 14 The 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. 18 15 19 16 Quantcast Choice supports GDPR, CCPA and ePrivacy Directive regulation compliance including IAB and custom Non-IAB vendor support. … … 127 124 = 2.0.7 = 128 125 * 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 1 1 { 2 2 "name": "quantcast/quantcast-choice", 3 "version": "2.0. 7",3 "version": "2.0.8", 4 4 "description": "Quantcast Choice TCF v2.0 Consent Management Platform (CMP) for GDPR (including IAB & Non-IAB vendor suppport), CCPA & ePrivacy Directive.", 5 5 "type": "wordpress-plugin", -
quantcast-choice/trunk/includes/class-qc-choice.php
r2791479 r2795347 71 71 $this->version = QC_CHOICE_VERSION; 72 72 } else { 73 $this->version = '2.0. 7';73 $this->version = '2.0.8'; 74 74 } 75 75 $this->plugin_name = 'qc-choice'; -
quantcast-choice/trunk/qc-choice.php
r2791479 r2795347 17 17 * 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 18 18 * 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. 719 * Version: 2.0.8 20 20 * Author: Quantcast 21 21 * 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 … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'QC_CHOICE_VERSION', '2.0. 4' );38 define( 'QC_CHOICE_VERSION', '2.0.8' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.