Changeset 3029470
- Timestamp:
- 01/31/2024 11:42:15 AM (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
r2928713 r3029470 1 1 <?php /* 2 Plugin Name: DN Cookie Notice2 Plugin Name: DN Simple Cookie 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.4 4 Version: 1.4.1 5 5 Author: Digireturn 6 6 Author URI: https://digireturn.it/ … … 13 13 if(!headers_sent()&&session_id()==''){session_start();} 14 14 define('DN_COOKIE_NOTICE_PATH',dirname(__file__).'/'); 15 define('DN_COOKIE_NOTICE_NAME',' Cookie Notice');16 define('DN_COOKIE_NOTICE_VERSION','1.4. 0');15 define('DN_COOKIE_NOTICE_NAME','Simple Cookie Notice'); 16 define('DN_COOKIE_NOTICE_VERSION','1.4.1'); 17 17 define('DN_COOKIE_NOTICE_HOME','options-general.php?page=dn_cookie_notice_manage'); 18 18 define('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 === 2 2 Contributors: digireturn 3 3 Tags: notice, cookie, popup, banner, info banner 4 4 Requires at least: 5.0 5 Tested up to: 6. 2.25 Tested up to: 6.4.3 6 6 Requires PHP: 5.5 7 Stable tag: trunk7 Stable tag: 1.4.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.4.1= 33 Tested up to WordPress 6.4.3 32 34 =1.4.0= 33 35 * merged customizable pages into one
Note: See TracChangeset
for help on using the changeset viewer.