Plugin Directory

Changeset 3318463


Ignore:
Timestamp:
06/26/2025 07:15:08 PM (9 months ago)
Author:
nikelschubert
Message:

Added Plugin URI

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

    r3305665 r3318463  
    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.6.2
     6Version: 4.6.3
    77Author URI: https://beautiful-cookie-banner.com
     8Plugin URI: https://beautiful-cookie-banner.com
    89Text Domain: bar-cookie-consent
    910License:     GPLv3
     
    2930define("NSC_BAR_PLUGIN_DIR", dirname(__FILE__));
    3031define("NSC_BAR_PLUGIN_URL", plugin_dir_url(__FILE__));
    31 define("NSC_BAR_PLUGIN_VERSION", "4.6.2");
     32define("NSC_BAR_PLUGIN_VERSION", "4.6.3");
    3233define("NSC_BAR_SLUG_DBVERSION", "nsc_bar_db_version");
    3334
  • beautiful-and-responsive-cookie-consent/trunk/readme.txt

    r3305665 r3318463  
    66Requires PHP: 7.0.0
    77License: GPLv3
    8 Stable tag: 4.6.2
     8Stable tag: 4.6.3
    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.6.3 =
     122- Added Plugin URI
     123
    121124= 4.6.2 =
    122125- FIX: Fix potential XSS Vulnerability
Note: See TracChangeset for help on using the changeset viewer.