Changeset 3212439
- Timestamp:
- 12/24/2024 06:15:02 AM (15 months ago)
- Location:
- simple-gdpr-cookie-compliance
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.9 (copied) (copied from simple-gdpr-cookie-compliance/trunk)
-
tags/1.1.9/README.txt (modified) (2 diffs)
-
tags/1.1.9/simple-gdpr-cookie-compliance.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/simple-gdpr-cookie-compliance.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-gdpr-cookie-compliance/tags/1.1.9/README.txt
r3177670 r3212439 5 5 Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance 6 6 Requires at least: 6.0.0 7 Tested up to: 6. 67 Tested up to: 6.7.1. 8 8 Requires PHP: 7.4 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 == Changelog == 96 97 = 1.1.9 - 13 December, 2024 = 98 99 - Tested: WordPress version 6.7.1. 96 100 97 101 = 1.1.8 - 29 October, 2024 = -
simple-gdpr-cookie-compliance/tags/1.1.9/simple-gdpr-cookie-compliance.php
r3177670 r3212439 10 10 * Plugin URI: https://themebeez.com/plugins/simple-gdpr-cookie-compliance 11 11 * Description: Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website. 12 * Version: 1.1. 812 * Version: 1.1.9 13 13 * Author: themebeez 14 14 * Author URI: https://themebeez.com/ … … 29 29 * Rename this for your plugin and update it as you release new versions. 30 30 */ 31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1. 8' );31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.9' ); 32 32 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) ); 33 33 -
simple-gdpr-cookie-compliance/trunk/README.txt
r3177670 r3212439 5 5 Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance 6 6 Requires at least: 6.0.0 7 Tested up to: 6. 67 Tested up to: 6.7.1. 8 8 Requires PHP: 7.4 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 == Changelog == 96 97 = 1.1.9 - 13 December, 2024 = 98 99 - Tested: WordPress version 6.7.1. 96 100 97 101 = 1.1.8 - 29 October, 2024 = -
simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php
r3177670 r3212439 10 10 * Plugin URI: https://themebeez.com/plugins/simple-gdpr-cookie-compliance 11 11 * Description: Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website. 12 * Version: 1.1. 812 * Version: 1.1.9 13 13 * Author: themebeez 14 14 * Author URI: https://themebeez.com/ … … 29 29 * Rename this for your plugin and update it as you release new versions. 30 30 */ 31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1. 8' );31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.9' ); 32 32 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.