Changeset 3467886
- Timestamp:
- 02/23/2026 05:06:27 PM (6 weeks ago)
- Location:
- adsimple-cookie-manager-for-wp/trunk
- Files:
-
- 2 edited
-
adsimple-cookie-manager.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adsimple-cookie-manager-for-wp/trunk/adsimple-cookie-manager.php
r3457260 r3467886 7 7 * Plugin Name: AdSimple Cookie Consent Banner 8 8 * Description: Add a GDPR-compliant cookie consent banner to your website in just a few steps. Certified CMP under IAB Europe TCF with CMP ID 463. 9 * Version: 2.1. 29 * Version: 2.1.3 10 10 * Author: AdSimple 11 11 * Author URI: https://www.adsimple.at -
adsimple-cookie-manager-for-wp/trunk/readme.txt
r3457260 r3467886 5 5 Requires at least: 4.2.0 6 6 Tested up to: 6.9 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 161 161 == Changelog == 162 162 163 = 2.1.3 = 164 165 * Release Date - 23rd February 2026 166 * Fixed: Renamed plugin display name to comply with WordPress.org guidelines (removed "WordPress" trademark and "Plugin" word) 167 * Fixed: Added missing GPLv2 license header to plugin file 168 * Fixed: Updated "Tested up to" to WordPress 6.9 169 * Fixed: Replaced all short PHP opening tags (<?=) with full <?php echo tags 170 * Fixed: Removed promotional language from readme description 171 * Fixed: Added ABSPATH direct file access protection to all PHP files 172 * Fixed: Improved output escaping throughout templates (esc_html, esc_attr, esc_url, wp_kses_post) 173 * Fixed: Added nonce verification and input sanitization for form handling 174 * Fixed: Replaced direct filesystem calls with WordPress Filesystem API 175 * Fixed: Added translator comments and fixed unordered placeholders in i18n strings 176 * Fixed: Replaced parse_url() with wp_parse_url() and unlink() with wp_delete_file() 177 * Fixed: Replaced wp_redirect() with wp_safe_redirect() 178 * Fixed: Prefixed custom hook names and template variables 179 163 180 = 2.1.2 = 164 181
Note: See TracChangeset
for help on using the changeset viewer.