Plugin Directory

Changeset 3467886


Ignore:
Timestamp:
02/23/2026 05:06:27 PM (6 weeks ago)
Author:
adsimple
Message:

Version 2.1.3 - bump version and stable tag for WordPress.org compliance release

Location:
adsimple-cookie-manager-for-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adsimple-cookie-manager-for-wp/trunk/adsimple-cookie-manager.php

    r3457260 r3467886  
    77    *  Plugin Name:     AdSimple Cookie Consent Banner
    88    *  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.2
     9    *  Version:         2.1.3
    1010    *  Author:          AdSimple
    1111    *  Author URI:      https://www.adsimple.at
  • adsimple-cookie-manager-for-wp/trunk/readme.txt

    r3457260 r3467886  
    55Requires at least: 4.2.0
    66Tested up to: 6.9
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    161161== Changelog ==
    162162
     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
    163180= 2.1.2 =
    164181
Note: See TracChangeset for help on using the changeset viewer.