Plugin Directory


Ignore:
Timestamp:
03/13/2023 08:48:50 AM (3 years ago)
Author:
MooveAgency
Message:

Version 4.10.4 released

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

Legend:

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

    r2878897 r2878946  
    9393        $tab_title           = isset( $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ) && $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ? $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] : __( 'Privacy Overview', 'gdpr-cookie-compliance' );
    9494        $data                = new stdClass();
    95         $data->logo_position = apply_filter( 'gdpr_logo_position', 'left' );
     95        $data->logo_position = apply_filters( 'gdpr_logo_position', 'left' );
    9696        $data->theme         = 'moove_gdpr_modal_theme_' . $layout;
    9797        $modal_theme         = 'moove_gdpr_modal_theme_' . $layout;
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

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

    r2878897 r2878946  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, cookie banner, cookie notice
    5 Stable tag: 4.10.3
     5Stable tag: 4.10.4
    66Requires at least: 4.5
    77Tested up to: 6.1
     
    276276
    277277== Changelog ==
    278 = 4.10.3: 13 March 2023 =
     278= 4.10.4: 13 March 2023 =
     279* Fixed PHP problem
     280
     281= 4.10.4: 13 March 2023 =
    279282* Translations updated
    280283* Admin screen improvements
Note: See TracChangeset for help on using the changeset viewer.