Plugin Directory

Changeset 3029470


Ignore:
Timestamp:
01/31/2024 11:42:15 AM (2 years ago)
Author:
digireturn
Message:

DN Simple Cookie Notice v1.4.1: Tested up to WordPress 6.4.3

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

Legend:

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

    r2928713 r3029470  
    11<?php /*   
    2     Plugin Name: DN Cookie Notice   
     2    Plugin Name: DN Simple Cookie 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.4
     4    Version: 1.4.1
    55    Author: Digireturn 
    66    Author URI: https://digireturn.it/ 
     
    1313if(!headers_sent()&&session_id()==''){session_start();}
    1414define('DN_COOKIE_NOTICE_PATH',dirname(__file__).'/');
    15 define('DN_COOKIE_NOTICE_NAME','Cookie Notice');
    16 define('DN_COOKIE_NOTICE_VERSION','1.4.0');
     15define('DN_COOKIE_NOTICE_NAME','Simple Cookie Notice');
     16define('DN_COOKIE_NOTICE_VERSION','1.4.1');
    1717define('DN_COOKIE_NOTICE_HOME','options-general.php?page=dn_cookie_notice_manage');
    1818define('DN_COOKIE_NOTICE_REPOSITARY','https://wordpress.org/plugins/dn-cookie-notice/');
  • dn-cookie-notice/trunk/readme.txt

    r2928688 r3029470  
    1 === DN Cookie Notice ===
     1=== DN Simple Cookie Notice ===
    22Contributors: digireturn
    33Tags: notice, cookie, popup, banner, info banner
    44Requires at least: 5.0
    5 Tested up to: 6.2.2
     5Tested up to: 6.4.3
    66Requires PHP: 5.5
    7 Stable tag: trunk
     7Stable tag: 1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32=1.4.1=
     33Tested up to WordPress 6.4.3
    3234=1.4.0=
    3335* merged customizable pages into one
Note: See TracChangeset for help on using the changeset viewer.