Plugin Directory


Ignore:
Timestamp:
03/11/2024 01:46:06 PM (2 years ago)
Author:
MooveAgency
Message:

Version 4.13.3 released

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

Legend:

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

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

    r3045086 r3049172  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, cookie banner, cookie notice
    5 Stable tag: 4.13.2
     5Stable tag: 4.13.3
    66Requires at least: 4.5
    77Tested up to: 6.4
     
    278278
    279279== Changelog ==
     280= 4.13.3: 11 March 2024 =
     281* Integration title update if translation detected
     282
    280283= 4.13.2: 4 March 2024 =
    281284* Added GTM Consent v2 custom event: cookie_consent_update
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/integrations.php

    r2907826 r3049172  
    7878  <form action="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=integrations" method="post">
    7979    <?php wp_nonce_field( 'moove_gdpr_nonce_field', 'moove_gdpr_nonce' ); ?>
    80     <h2><?php esc_html_e('Integrations','gdpr-cookie-compliance'); ?></h2>
     80    <h2><?php echo $wpml_lang ? esc_html__('Integrations for all languages','gdpr-cookie-compliance') : esc_html__('Integrations','gdpr-cookie-compliance'); ?></h2>
    8181    <h4 class="description">
    8282      <?php esc_html_e('Connect your GA/GTM or Meta Pixel tracking easily to the cookie categories used by this plugin.','gdpr-cookie-compliance'); ?>
     
    8585      <br/>
    8686      <?php esc_html_e('Please ensure that you remove any hard-coded GA/GTM or Facebook/Meta Pixel scripts from your website theme or other plugins (including any other parts of this plugin) to prevent duplicate activation of the same scripts.','gdpr-cookie-compliance'); ?>
     87      <?php if ( $wpml_lang ) : ?>
     88        <br/>
     89        <?php esc_html_e('If you enable these integrations, they will be applied to all your language variations.'); ?>
     90      <?php endif; ?>
    8791    </h4>
    8892    <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.