Changeset 3316470
- Timestamp:
- 06/23/2025 04:55:17 PM (8 months ago)
- Location:
- clickio-consent
- Files:
-
- 15 added
- 4 edited
-
tags/1.0.12/clickioconsent.php (modified) (2 diffs)
-
tags/1.0.12/js/wpconsent.js (modified) (2 diffs)
-
tags/1.0.13 (added)
-
tags/1.0.13/LICENSE (added)
-
tags/1.0.13/clickioconsent.php (added)
-
tags/1.0.13/composer.json (added)
-
tags/1.0.13/css (added)
-
tags/1.0.13/css/settings.css (added)
-
tags/1.0.13/img (added)
-
tags/1.0.13/img/logo.png (added)
-
tags/1.0.13/js (added)
-
tags/1.0.13/js/all.js (added)
-
tags/1.0.13/js/eu.js (added)
-
tags/1.0.13/js/settings.js (added)
-
tags/1.0.13/js/tcf.js (added)
-
tags/1.0.13/js/wpconsent.js (added)
-
tags/1.0.13/readme.txt (added)
-
trunk/clickioconsent.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clickio-consent/tags/1.0.12/clickioconsent.php
r3316259 r3316470 52 52 public function wpHead(){ 53 53 if (!is_admin()) { 54 $path = plugin_dir_path( __FILE__ ); 54 55 if(class_exists( 'WP_CONSENT_API' )){ 55 56 wp_register_script( 'wp_consent_api_clickio', null ); … … 60 61 61 62 $options = get_option(static::OPT_KEY, $this->defaultOptionsValue); 62 $path = plugin_dir_path( __FILE__ );63 63 if( ($options['tcf_stab_enabled']??'') == 1 ){ 64 64 wp_register_script( 'clickiocmp_tcf', null ); -
clickio-consent/tags/1.0.12/js/wpconsent.js
r3316259 r3316470 1 <script type="text/javascript">2 1 (() => { 3 2 if (window.__clickio_cmp_wp_helper_initialized) { … … 213 212 logger.log('Ready'); 214 213 })(); 215 </script> -
clickio-consent/trunk/clickioconsent.php
r3316259 r3316470 9 9 * Plugin Name: Clickio Consent 10 10 * Description: The fastest way to activate Clickio Consent in Wordpress. Comply with GDPR, TCF and Consent Mode in minutes. 11 * Version: 1.0.1 211 * Version: 1.0.13 12 12 * Author: Clickio 13 13 * Author URI: https://clickio.com … … 24 24 } 25 25 26 define('CLICKIO_CONSENT_VERSION', '1.0.1 2');26 define('CLICKIO_CONSENT_VERSION', '1.0.13'); 27 27 28 28 class ClickioConsent { -
clickio-consent/trunk/readme.txt
r3316259 r3316470 4 4 Requires at least: 1.0 5 5 Tested up to: 6.6 6 Stable tag: 1.0.1 26 Stable tag: 1.0.13 7 7 Requires PHP: 7.0 8 8 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.