Plugin Directory


Ignore:
Timestamp:
02/23/2022 11:14:25 AM (4 years ago)
Author:
MooveAgency
Message:

Version 4.8.1 released

Location:
gdpr-cookie-compliance
Files:
95 added
3 edited

Legend:

Unmodified
Added
Removed
  • gdpr-cookie-compliance/trunk/class-moove-gdpr-actions.php

    r2683589 r2683669  
    564564            endif;
    565565
    566             wp_localize_script( $ascript, 'gdpr_consent__strict', $strict );
    567             wp_localize_script( $ascript, 'gdpr_consent__thirdparty', $thirdparty );
    568             wp_localize_script( $ascript, 'gdpr_consent__advanced', $advanced );
    569             wp_localize_script( $ascript, 'gdpr_consent__cookies', implode( '|', $consent_cookies ) );
     566            wp_add_inline_script( $ascript, 'var gdpr_consent__strict = "'. $strict . '"' );
     567            wp_add_inline_script( $ascript, 'var gdpr_consent__thirdparty = "' . $thirdparty . '"');
     568            wp_add_inline_script( $ascript, 'var gdpr_consent__advanced = "' . $advanced . '"');
     569            wp_add_inline_script( $ascript, 'var gdpr_consent__cookies = "' . implode( '|', $consent_cookies ) . '"');
    570570        endif;
    571571    }
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

    r2683589 r2683669  
    55 *  Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
    66 *  Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, CCPA, PIPEDA, AAP, LGPD and others.
    7  *  Version: 4.8.0
     7 *  Version: 4.8.1
    88 *  Author: Moove Agency
    99 *  Domain Path: /languages
     
    1919} // Exit if accessed directly
    2020
    21 define( 'MOOVE_GDPR_VERSION', '4.8.0' );
     21define( 'MOOVE_GDPR_VERSION', '4.8.1' );
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
    2323    define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
  • gdpr-cookie-compliance/trunk/readme.txt

    r2683589 r2683669  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
    5 Stable tag: 4.8.0
     5Stable tag: 4.8.1
    66Requires at least: 4.5
    77Tested up to: 5.9
     
    274274
    275275== Changelog ==
     276= 4.8.1: 23 February 2022 =
     277* GTM consent variable PHP notice fix
     278
    276279= 4.8.0: 23 February 2022 =
    277280* GTM consent settings variables added
Note: See TracChangeset for help on using the changeset viewer.