Changeset 3239467
- Timestamp:
- 02/12/2025 02:52:42 PM (14 months ago)
- Location:
- sirdata-cmp
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
sirdata.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sirdata.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sirdata-cmp/readme.txt
r3138217 r3239467 4 4 Requires at least: 6.0 5 5 Requires PHP: 7.4 6 Stable Tag: 1.2. 66 Stable Tag: 1.2.8 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 9 Text Domain: sirdata-cmp 10 10 11 Manage consent and handle data processing.11 Easily manage cookie consent and GDPR compliance with Sirdata CMP. 12 12 13 == Icons == 14 - icon-128x128.png 15 - icon-256x256.png 13 == Description == 14 15 Sirdata CMP is a comprehensive consent management solution for WordPress that enables you to: 16 17 - Comply with regulations (GDPR, ePrivacy, CCPA) 18 - Customize your cookie banner 19 - Manage cookie blocking 20 - Generate up-to-date cookie policy 21 22 == Features == 23 24 **🚀 Easy Setup** 25 - Configuration in a few clicks 26 - Intuitive interface 27 - Multilingual support (EN/FR) 28 29 **💫 Advanced Customization** 30 - Customizable design 31 - Configurable messages 32 - Flexible positioning 33 34 **✅ Automated Compliance** 35 - GDPR compliance 36 37 **⚡ Integrations** 38 - Google Tag Manager 39 - Google Consent Mode 40 - WordPress Consent API 41 42 == Installation == 43 44 1. Download and activate the plugin 45 2. Register on Sirdata CMP 46 3. Configure your settings 47 4. The banner appears automatically 16 48 17 49 == External Services == 18 50 19 This plugin relies on the following third-party service to function correctly :51 This plugin relies on the following third-party service to function correctlyy: 20 52 21 53 **Service Name**: SirdataCMP … … 41 73 = 1.0 = 42 74 * First version with only consent manager 75 = 1.2.7 = 76 * Adding autofilling of the partner ID and config ID 77 78 == Copyright == 79 80 Sirdata CMP is a registered trademark of Sirdata. 81 82 == Support == 83 84 Technical support available at https://cmp.sirdata.io/ -
sirdata-cmp/sirdata.php
r3138217 r3239467 3 3 Plugin Name: Sirdata CMP 4 4 Description: Manage consent frameworks and handle data processing. When a user interacts with consent prompts, their data may be sent to Sirdata for processing. 5 Version: 1.2. 65 Version: 1.2.8 6 6 Author: AC WEB AGENCY 7 7 Tested up to: 6.6.1 … … 344 344 $response = json_decode($response_body); 345 345 if (isset($response->partner_id) && isset($response->cmp_config_id)) { 346 // Save the partner_id and config_id automatically 347 update_option('STCMP_custom_consent_partner_id', $response->partner_id); 348 update_option('STCMP_custom_consent_config_id', $response->cmp_config_id); 346 349 $data_notices = 'account_created=true'; 347 350 } -
sirdata-cmp/trunk/readme.txt
r3138217 r3239467 4 4 Requires at least: 6.0 5 5 Requires PHP: 7.4 6 Stable Tag: 1.2. 66 Stable Tag: 1.2.8 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 9 Text Domain: sirdata-cmp 10 10 11 Manage consent and handle data processing.11 Easily manage cookie consent and GDPR compliance with Sirdata CMP. 12 12 13 == Icons == 14 - icon-128x128.png 15 - icon-256x256.png 13 == Description == 14 15 Sirdata CMP is a comprehensive consent management solution for WordPress that enables you to: 16 17 - Comply with regulations (GDPR, ePrivacy, CCPA) 18 - Customize your cookie banner 19 - Manage cookie blocking 20 - Generate up-to-date cookie policy 21 22 == Features == 23 24 **🚀 Easy Setup** 25 - Configuration in a few clicks 26 - Intuitive interface 27 - Multilingual support (EN/FR) 28 29 **💫 Advanced Customization** 30 - Customizable design 31 - Configurable messages 32 - Flexible positioning 33 34 **✅ Automated Compliance** 35 - GDPR compliance 36 37 **⚡ Integrations** 38 - Google Tag Manager 39 - Google Consent Mode 40 - WordPress Consent API 41 42 == Installation == 43 44 1. Download and activate the plugin 45 2. Register on Sirdata CMP 46 3. Configure your settings 47 4. The banner appears automatically 16 48 17 49 == External Services == 18 50 19 This plugin relies on the following third-party service to function correctly :51 This plugin relies on the following third-party service to function correctlyy: 20 52 21 53 **Service Name**: SirdataCMP … … 41 73 = 1.0 = 42 74 * First version with only consent manager 75 = 1.2.7 = 76 * Adding autofilling of the partner ID and config ID 77 78 == Copyright == 79 80 Sirdata CMP is a registered trademark of Sirdata. 81 82 == Support == 83 84 Technical support available at https://cmp.sirdata.io/ -
sirdata-cmp/trunk/sirdata.php
r3138217 r3239467 3 3 Plugin Name: Sirdata CMP 4 4 Description: Manage consent frameworks and handle data processing. When a user interacts with consent prompts, their data may be sent to Sirdata for processing. 5 Version: 1.2. 65 Version: 1.2.8 6 6 Author: AC WEB AGENCY 7 7 Tested up to: 6.6.1 … … 344 344 $response = json_decode($response_body); 345 345 if (isset($response->partner_id) && isset($response->cmp_config_id)) { 346 // Save the partner_id and config_id automatically 347 update_option('STCMP_custom_consent_partner_id', $response->partner_id); 348 update_option('STCMP_custom_consent_config_id', $response->cmp_config_id); 346 349 $data_notices = 'account_created=true'; 347 350 }
Note: See TracChangeset
for help on using the changeset viewer.