Plugin Directory

Changeset 3316470


Ignore:
Timestamp:
06/23/2025 04:55:17 PM (8 months ago)
Author:
clickio
Message:

wpconsent.js template fixing

Location:
clickio-consent
Files:
15 added
4 edited

Legend:

Unmodified
Added
Removed
  • clickio-consent/tags/1.0.12/clickioconsent.php

    r3316259 r3316470  
    5252   public function wpHead(){
    5353       if (!is_admin()) {
     54           $path = plugin_dir_path( __FILE__ );
    5455           if(class_exists( 'WP_CONSENT_API' )){
    5556                wp_register_script( 'wp_consent_api_clickio', null );
     
    6061
    6162           $options = get_option(static::OPT_KEY, $this->defaultOptionsValue);
    62            $path = plugin_dir_path( __FILE__ );
    6363           if( ($options['tcf_stab_enabled']??'') == 1 ){
    6464                wp_register_script( 'clickiocmp_tcf', null );
  • clickio-consent/tags/1.0.12/js/wpconsent.js

    r3316259 r3316470  
    1 <script type="text/javascript">
    21(() => {
    32    if (window.__clickio_cmp_wp_helper_initialized) {
     
    213212    logger.log('Ready');
    214213})();
    215 </script>
  • clickio-consent/trunk/clickioconsent.php

    r3316259 r3316470  
    99 * Plugin Name:       Clickio Consent
    1010 * Description:       The fastest way to activate Clickio Consent in Wordpress. Comply with GDPR, TCF and Consent Mode in minutes.
    11  * Version:           1.0.12
     11 * Version:           1.0.13
    1212 * Author:            Clickio
    1313 * Author URI:        https://clickio.com
     
    2424}
    2525
    26 define('CLICKIO_CONSENT_VERSION', '1.0.12');
     26define('CLICKIO_CONSENT_VERSION', '1.0.13');
    2727
    2828class ClickioConsent {
  • clickio-consent/trunk/readme.txt

    r3316259 r3316470  
    44Requires at least: 1.0
    55Tested up to: 6.6
    6 Stable tag: 1.0.12
     6Stable tag: 1.0.13
    77Requires PHP: 7.0
    88License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.