Plugin Directory


Ignore:
Timestamp:
06/13/2024 07:45:55 AM (22 months ago)
Author:
MooveAgency
Message:

Version 4.15.1 released

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

Legend:

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

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

    r3093671 r3102142  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, CPRA, RGPD
    5 Stable tag: 4.15.0
     5Stable tag: 4.15.1
    66Requires at least: 4.5
    77Tested up to: 6.5
     
    270270
    271271== Changelog ==
     272= 4.15.1: 13 June 2024 =
     273* Translation box updated
     274
    272275= 4.15.0: 28 May 2024 =
    273276* Reject button colour and visibility options
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/settings-page.php

    r2900490 r3102142  
    7474    if ( $wpml_lang ) :
    7575        $_current_user       = wp_get_current_user();
    76         $show_language_alert = isset( $modal_options[ 'gdpr_hide_language_notice_' . $_current_user->ID ] ) && 1 === intval( $modal_options[ 'gdpr_hide_language_notice_' . $_current_user->ID ] ) ? 'display: none;' : 'display: inline-block;';
     76        $show_language_alert = 'display: inline-block;';
    7777        ?>
    7878        <div class="gdpr-cookie-alert gdpr-cookie-alert-dark" style="<?php echo esc_attr( $show_language_alert ); ?>">
     
    8282                <?php printf( esc_html__( 'You are currently editing: %s version', 'gdpr-cookie-compliance' ), '<strong>' . esc_attr( gdpr_get_display_language_by_locale( str_replace( '_', '', $wpml_lang ) ) ) . '</strong>' ); ?>
    8383                <?php do_action( 'gdpr_language_alert_bottom', $wpml_lang ); ?>
    84             <span class="gdpr-dismiss" title="<?php esc_html_e( 'dismiss notice', 'gdpr-cookie-compliance' ); ?>" data-nonce="<?php echo wp_create_nonce('gdpr_hide_language_nonce') ?>" data-adminajax="<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>" data-uid="<?php echo intval( $_current_user->ID ); ?>">×</span>
    8584        </div>
    8685        <!--  .gdpr-cookie-alert -->
Note: See TracChangeset for help on using the changeset viewer.