Changeset 2891256
- Timestamp:
- 03/31/2023 12:28:21 PM (3 years ago)
- Location:
- simple-cookie-notice
- Files:
-
- 2 edited
- 3 copied
-
tags/1.7 (copied) (copied from simple-cookie-notice/trunk)
-
tags/1.7/readme.txt (copied) (copied from simple-cookie-notice/trunk/readme.txt)
-
tags/1.7/simple-cookie-notice.php (copied) (copied from simple-cookie-notice/trunk/simple-cookie-notice.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-cookie-notice.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-cookie-notice/trunk/readme.txt
r2891247 r2891256 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1. 77 Stable tag: 1.8 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 43 43 == Upgrade Notice == 44 44 45 = 1.8 = 46 * Added info about expiring time 47 45 48 = 1.7 = 46 49 * Upgrade version to 1.7 - tested on WP 6.2 -
simple-cookie-notice/trunk/simple-cookie-notice.php
r2891247 r2891256 3 3 * Plugin Name: Simple Cookie Notice 4 4 * Description: In simple way add personalized cookie info and link to wordpress privacy policy page. 5 * Version: 1. 75 * Version: 1.8 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 195 195 add_settings_field( 'field-3-cookie-button-text', 'Cookie Button Text', 'jlplg_lovecoding_field_3_callback', 'jl-slug', 'jlplg_lovecoding_section_1_configuration' ); 196 196 add_settings_field( 'field-4-cookie-plugin-placement', 'Cookie info placement', 'jlplg_lovecoding_field_4_callback', 'jl-slug', 'jlplg_lovecoding_section_1_configuration' ); 197 add_settings_field( 'field-9-cookie-expire-time', 'Cookie expire time ', 'jlplg_lovecoding_field_9_callback', 'jl-slug', 'jlplg_lovecoding_section_1_configuration' );197 add_settings_field( 'field-9-cookie-expire-time', 'Cookie expire time (in days)', 'jlplg_lovecoding_field_9_callback', 'jl-slug', 'jlplg_lovecoding_section_1_configuration' ); 198 198 add_settings_field( 'field-5-cookie-background-color', 'Background color', 'jlplg_lovecoding_field_5_callback', 'jl-slug-2', 'jlplg_lovecoding_section_2_layout' ); 199 199 add_settings_field( 'field-6-cookie-text-color', 'Text color', 'jlplg_lovecoding_field_6_callback', 'jl-slug-2', 'jlplg_lovecoding_section_2_layout' );
Note: See TracChangeset
for help on using the changeset viewer.