Plugin Directory

Changeset 2908892


Ignore:
Timestamp:
05/06/2023 02:36:48 PM (3 years ago)
Author:
marcodedo
Message:

1.1.2 - 2023-05-06

  • Added option for popup alignment
  • Added instructions on operation directly in the plugin
  • Fixed minor bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • disclaimer-popup/trunk/wp-disclaimer-popup.php

    r2908846 r2908892  
    1010 *
    1111 * @link              http://www.themeinthebox.com
    12  * @since             1.1.1
     12 * @since             1.1.2
    1313 * @package           Wp_Disclaimer_Popup
    1414 *
     
    1616 * Plugin Name:       Disclaimer Popup
    1717 * 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.1
     18 * 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
    2020 * Author:            ThemeintheBox
    2121 * Author URI:        http://www.themeinthebox.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WP_DISCLAIMER_POPUP_VERSION', '1.1.1' );
     38define( 'WP_DISCLAIMER_POPUP_VERSION', '1.1.2' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.