Changeset 3083945
- Timestamp:
- 05/09/2024 12:15:19 PM (2 years ago)
- Location:
- dn-cookie-notice/trunk
- Files:
-
- 2 edited
-
dn-cookie-notice.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dn-cookie-notice/trunk/dn-cookie-notice.php
r3053611 r3083945 2 2 Plugin Name: Simple Fixed Notice 3 3 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 5 5 Author: Digireturn 6 6 Author URI: https://digireturn.it/ … … 207 207 add_action('dn_footer','dn_cookie_notice_banner',200); 208 208 add_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); 210 210 $options=dn_cookie_notice_get_options(); 211 211 $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 3 3 Tags: notice, cookie, popup, banner, info banner 4 4 Requires at least: 5.0 5 Tested up to: 6.5 5 Tested up to: 6.5.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.5 7 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 =1.5.1= 33 2024-05-09 fix multi executive banner rendering 32 34 =1.5.0= 33 35 * fix multilanguage integration with GlobalizeIt
Note: See TracChangeset
for help on using the changeset viewer.