Plugin Directory


Ignore:
Timestamp:
01/26/2024 03:04:33 PM (2 years ago)
Author:
MooveAgency
Message:

Version 4.13.1 released

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

Legend:

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

    r3024937 r3027390  
    148148                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    149149                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    150                 })(window,document,'script','dataLayer','GTM-XXXXXX');</script>
     150                })(window,document,'script','dataLayer','<?php echo $gdin_modules['gtmc2']['tacking_id']; ?>');</script>
    151151                <!-- End Google Tag Manager -->
    152152            <?php
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

    r3024937 r3027390  
    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.13.0
     7 *  Version: 4.13.1
    88 *  Author: Moove Agency
    99 *  Domain Path: /languages
     
    1919} // Exit if accessed directly
    2020
    21 define( 'MOOVE_GDPR_VERSION', '4.13.0' );
     21define( 'MOOVE_GDPR_VERSION', '4.13.1' );
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
    2323    define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
  • gdpr-cookie-compliance/trunk/readme.txt

    r3024937 r3027390  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, cookie banner, cookie notice
    5 Stable tag: 4.13.0
     5Stable tag: 4.13.1
    66Requires at least: 4.5
    77Tested up to: 6.4
     
    278278
    279279== Changelog ==
     280= 4.13.1: 26 January 2024 =
     281* Tracking ID fixed in Google Consent V2 integration module
     282
    280283= 4.13.0: 22 January 2024 =
    281284* Google Consent V2 added to integrations
Note: See TracChangeset for help on using the changeset viewer.