Plugin Directory

Changeset 3083945


Ignore:
Timestamp:
05/09/2024 12:15:19 PM (2 years ago)
Author:
digireturn
Message:

Simple Fixed Notice v1.5.1: fixed multi executive banner rendering

Location:
dn-cookie-notice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dn-cookie-notice/trunk/dn-cookie-notice.php

    r3053611 r3083945  
    22    Plugin Name: Simple Fixed Notice   
    33    Description: A simple fixed banner that shows a notice on the use of cookies and allows you to insert the link to the cookie policy and privacy policy.
    4     Version: 1.5
     4    Version: 1.5.1
    55    Author: Digireturn 
    66    Author URI: https://digireturn.it/ 
     
    207207add_action('dn_footer','dn_cookie_notice_banner',200);
    208208add_action('wp_footer','dn_cookie_notice_banner',200);
    209 function dn_cookie_notice_banner(){
     209    function dn_cookie_notice_banner(){ if(defined('DN_COOKIE_NOTICE_BANNER_EXECUTE'))return;   define('DN_COOKIE_NOTICE_BANNER_EXECUTE',1);
    210210    $options=dn_cookie_notice_get_options();
    211211    $dn_cookie_notice_agreed=(isset($_COOKIE['dn_cookie_notice_agreed'])&&$_COOKIE['dn_cookie_notice_agreed']=='1')?1:0;
  • dn-cookie-notice/trunk/readme.txt

    r3053611 r3083945  
    33Tags: notice, cookie, popup, banner, info banner
    44Requires at least: 5.0
    5 Tested up to: 6.5
     5Tested up to: 6.5.3
    66Requires PHP: 5.6
    7 Stable tag: 1.5
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32=1.5.1=
     332024-05-09 fix multi executive banner rendering
    3234=1.5.0=
    3335* fix multilanguage integration with GlobalizeIt
Note: See TracChangeset for help on using the changeset viewer.