Plugin Directory

Changeset 3360109


Ignore:
Timestamp:
09/11/2025 06:40:42 PM (7 months ago)
Author:
nikelschubert
Message:

FIX: Resolved PHP warnings that appeared in the admin area for certain installations.

Location:
beautiful-and-responsive-cookie-consent
Files:
63 added
2 edited

Legend:

Unmodified
Added
Removed
  • beautiful-and-responsive-cookie-consent/trunk/nsc_bar-cookie-consent.php

    r3357977 r3360109  
    44Description: An easy way to get a beautiful GDPR Cookie Consent Banner. Customize it to match your compliance requirements and website layout. Highly customisable and responsive.
    55Author: Beautiful Cookie Banner
    6 Version: 4.9.0
     6Version: 4.9.1
    77Author URI: https://beautiful-cookie-banner.com
    88Plugin URI: https://beautiful-cookie-banner.com
     
    3030define("NSC_BAR_PLUGIN_DIR", dirname(__FILE__));
    3131define("NSC_BAR_PLUGIN_URL", plugin_dir_url(__FILE__));
    32 define("NSC_BAR_PLUGIN_VERSION", "4.9.0");
     32define("NSC_BAR_PLUGIN_VERSION", "4.9.1");
    3333define("NSC_BAR_SLUG_DBVERSION", "nsc_bar_db_version");
    3434
  • beautiful-and-responsive-cookie-consent/trunk/readme.txt

    r3357977 r3360109  
    66Requires PHP: 7.0.0
    77License: GPLv3
    8 Stable tag: 4.9.0
     8Stable tag: 4.9.1
    99
    1010Free and beautiful Cookie Consent Banner to make your website compliant. Highly customizable and not loading any files from 3rd party servers.
     
    119119== Changelog ==
    120120
     121= 4.9.1 =
     122
     123- FIX: Resolved PHP warnings that appeared in the admin area for certain installations.
     124
    121125= 4.9.0 =
    122126- SECURITY FIX: Fixed potential stored Cross-Site Scripting vulnerability.
Note: See TracChangeset for help on using the changeset viewer.