Plugin Directory

Changeset 3452101


Ignore:
Timestamp:
02/02/2026 01:03:28 PM (8 weeks ago)
Author:
MooveAgency
Message:

Version 5.0.11 released

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

Legend:

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

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

    r3450299 r3452101  
    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.10
     5Stable tag: 5.0.11
    66Requires at least: 4.5
    77Tested up to: 6.9
     
    257257
    258258== Changelog ==
     259= 5.0.11: 2 February 2025 =
     260* Fixed default setting short-code
     261
    259262= 5.0.10: 30 January 2025 =
    260263* Minor fixes
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/banner-settings.php

    r3361545 r3452101  
    187187                        $content   = $_content;
    188188                        $content   = str_replace( '[', '{', $content );
    189                         $content   = str_replace( '}', ']', $content );
     189                        $content   = str_replace( ']', '}', $content );
    190190                    endif;
    191191                    $content                        = wp_kses_post( $content );
Note: See TracChangeset for help on using the changeset viewer.