Plugin Directory

Changeset 3337712


Ignore:
Timestamp:
08/01/2025 10:14:53 AM (8 months ago)
Author:
MooveAgency
Message:

Version 5.0.1 released

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

Legend:

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

    r3336406 r3337712  
    224224            echo $gdpr_options['moove_gdpr_strictly_body_scripts'];
    225225        endif;
     226    }
     227
     228    /**
     229     * Get strict secondary notice [DEPRECATED]
     230     */
     231    public function moove_gdpr_get_secondary_notice() {
     232        $_content          = '';
     233        return $_content;
    226234    }
    227235
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

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

    r3336408 r3337712  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, cookie banner, cookie consent, cookie notice
    5 Stable tag: 5.0.0
     5Stable tag: 5.0.1
    66Requires at least: 4.5
    77Tested up to: 6.8
     
    265265
    266266== Changelog ==
     267= 5.0.1: 1 August 2025 =
     268* Deprecated function fixed to prevent PHP error
     269
    267270= 5.0.0: 30 July 2025 =
    268271* Admin screen improvements
Note: See TracChangeset for help on using the changeset viewer.