Changeset 2662024 for simple-gdpr-cookie-compliance
- Timestamp:
- 01/23/2022 05:55:09 AM (4 years ago)
- Location:
- simple-gdpr-cookie-compliance/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
simple-gdpr-cookie-compliance.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-gdpr-cookie-compliance/trunk/README.txt
r2568044 r2662024 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: 5.0.0 7 Tested up to: 5. 87 Tested up to: 5.9 8 8 Requires PHP: 7.0.0 9 Stable tag: 1.0. 79 Stable tag: 1.0.8 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 == Changelog == 77 77 78 = 1.0.8 - 23 January, 2022 = 79 80 - Tested: WordPress version 5.9 81 - Tested: PHP version 7.4 82 83 78 84 = 1.0.7 - July 20, 2021 = 79 * Fix: Minor PHP issues 85 86 - Fix: Minor PHP issues 80 87 81 88 82 89 = 1.0.6 - July 20, 2021 = 83 * Tested: up to WordPress 5.8 90 91 - Tested: up to WordPress 5.8 84 92 85 93 86 94 = 1.0.5 - Feb 19, 2021 = 87 * Fix: Setting page link 95 96 - Fix: Setting page link 88 97 89 98 90 99 = 1.0.4 - Dec 17, 2020 = 91 * Added: Options customization options. 92 * Fix: Other minor issues 100 101 - Added: Options customization options. 102 - Fix: Other minor issues 93 103 94 104 95 105 = 1.0.3 - August 13, 2020 = 96 * Testing: Tested on WordPress version 5.597 106 107 - Testing: Tested on WordPress version 5.5 98 108 99 109 = 1.0.2 - 1 December, 2019 = 100 * Added: Link type options 110 111 - Added: Link type options 101 112 102 113 103 114 = 1.0.1 - 4 November, 2019 = 104 * Added: Color options 115 116 - Added: Color options 105 117 106 118 107 119 = 1.0.0 - 2 August, 2019 = 108 * Initial release 120 121 - Initial release -
simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php
r2568044 r2662024 5 5 * Plugin URI: https://themebeez.com/plugins/simple-gdpr-cookie-compliance 6 6 * Description: Simple GDPR Cookie Compliance is a simple notifier to inform users that your site uses of cookies and show your complies with EU GDPR cookie law and CCPA regulations. 7 * Version: 1.0. 77 * Version: 1.0.8 8 8 * Author: themebeez 9 9 * Author URI: https://themebeez.com/ … … 24 24 * Rename this for your plugin and update it as you release new versions. 25 25 */ 26 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0. 7' );26 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.8' ); 27 27 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) ); 28 28
Note: See TracChangeset
for help on using the changeset viewer.