Plugin Directory


Ignore:
Timestamp:
01/31/2025 02:40:55 PM (14 months ago)
Author:
MooveAgency
Message:

Version 4.15.8 released

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

Legend:

Unmodified
Added
Removed
  • gdpr-cookie-compliance/trunk/gdpr-modules/modal/content-sections/advanced.php

    r3228041 r3232732  
    66
    77<?php if ( $content->show ) : ?>
    8   <div id="advanced-cookies" class="moove-gdpr-tab-main" <?php echo esc_attr( $content->visibility ); ?>>
     8  <div id="advanced-cookies" class="moove-gdpr-tab-main" <?php echo $content->visibility; ?>>
    99    <span class="tab-title"><?php echo esc_attr( $content->tab_title ); ?></span>
    1010    <div class="moove-gdpr-tab-main-content">
  • gdpr-cookie-compliance/trunk/gdpr-modules/modal/content-sections/third_party.php

    r3228041 r3232732  
    66
    77<?php if ( $content->show ) : ?>
    8   <div id="third_party_cookies" class="moove-gdpr-tab-main" <?php echo esc_attr( $content->visibility ); ?>>
     8  <div id="third_party_cookies" class="moove-gdpr-tab-main" <?php echo $content->visibility; ?>>
    99    <span class="tab-title"><?php echo esc_attr( $content->tab_title ); ?></span>
    1010    <div class="moove-gdpr-tab-main-content">
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

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

    r3228041 r3232732  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, CPRA, RGPD
    5 Stable tag: 4.15.7
     5Stable tag: 4.15.8
    66Requires at least: 4.5
    77Tested up to: 6.7
     
    270270
    271271== Changelog ==
     272= 4.15.8: 31 January 2025 =
     273* Minor CSS fix in settings screen
     274
    272275= 4.15.7: 24 January 2025 =
    273276* Security improvements
Note: See TracChangeset for help on using the changeset viewer.