Changeset 2908892
- Timestamp:
- 05/06/2023 02:36:48 PM (3 years ago)
- File:
-
- 1 edited
-
disclaimer-popup/trunk/wp-disclaimer-popup.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disclaimer-popup/trunk/wp-disclaimer-popup.php
r2908846 r2908892 10 10 * 11 11 * @link http://www.themeinthebox.com 12 * @since 1.1. 112 * @since 1.1.2 13 13 * @package Wp_Disclaimer_Popup 14 14 * … … 16 16 * Plugin Name: Disclaimer Popup 17 17 * Plugin URI: http://www.themeinthebox.com/wp-disclaimer-popup 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.19 * Version: 1.1. 118 * Description: It helps to quickly create pop-ups with disclaimers that appear when the website is opened. You can control many graphic parts of the popup, and you can also decide how many days the cookie is valid, before being requested again for the popup. 19 * Version: 1.1.2 20 20 * Author: ThemeintheBox 21 21 * Author URI: http://www.themeinthebox.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WP_DISCLAIMER_POPUP_VERSION', '1.1. 1' );38 define( 'WP_DISCLAIMER_POPUP_VERSION', '1.1.2' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.