Changeset 3452101 for gdpr-cookie-compliance/trunk
- Timestamp:
- 02/02/2026 01:03:28 PM (8 weeks ago)
- Location:
- gdpr-cookie-compliance/trunk
- Files:
-
- 3 edited
-
moove-gdpr.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/moove/admin/settings/banner-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-cookie-compliance/trunk/moove-gdpr.php
r3450299 r3452101 5 5 * Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/ 6 6 * 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.1 07 * Version: 5.0.11 8 8 * Author: Moove Agency 9 9 * Domain Path: /languages … … 19 19 } // Exit if accessed directly 20 20 21 define( 'MOOVE_GDPR_VERSION', '5.0.1 0' );21 define( 'MOOVE_GDPR_VERSION', '5.0.11' ); 22 22 if ( ! defined( 'MOOVE_SHOP_URL' ) ) : 23 23 define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' ); -
gdpr-cookie-compliance/trunk/readme.txt
r3450299 r3452101 3 3 Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/ 4 4 Tags: GDPR, CCPA, DSGVO, cookie banner, cookie consent, cookie notice 5 Stable tag: 5.0.1 05 Stable tag: 5.0.11 6 6 Requires at least: 4.5 7 7 Tested up to: 6.9 … … 257 257 258 258 == Changelog == 259 = 5.0.11: 2 February 2025 = 260 * Fixed default setting short-code 261 259 262 = 5.0.10: 30 January 2025 = 260 263 * Minor fixes -
gdpr-cookie-compliance/trunk/views/moove/admin/settings/banner-settings.php
r3361545 r3452101 187 187 $content = $_content; 188 188 $content = str_replace( '[', '{', $content ); 189 $content = str_replace( ' }', ']', $content );189 $content = str_replace( ']', '}', $content ); 190 190 endif; 191 191 $content = wp_kses_post( $content );
Note: See TracChangeset
for help on using the changeset viewer.