Plugin Directory

Changeset 2733950


Ignore:
Timestamp:
05/30/2022 10:43:14 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WP version 6.0.

Location:
wp-popup-banners
Files:
55 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-popup-banners/trunk/readme.txt

    r2641035 r2733950  
    44Tags: popup image, popup text, popup on page load, popup on every page, popup on every post, popup with animation, custom popup, popup notice, popup banner
    55Requires at least: 4.2.0
    6 Tested up to: 5.8
    7 Stable tag: 1.2.4
     6Tested up to: 6.0
     7Stable tag: 1.2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191
    9292== Changelog ==
     93
     94= 1.2.5 =
     95* Checked compatibility with WP version 6.0.
    9396
    9497= 1.2.4 =
  • wp-popup-banners/trunk/wp-popup-banners.php

    r2641035 r2733950  
    66  Plugin URI:  https://accesspressthemes.com/wordpress-plugins/wp-popup-banners/
    77  Description: Popup Banners plugin helps to add popups to your site with custom messages and effects
    8   Version:     1.2.4
     8  Version:     1.2.5
    99  Author:      AccessPress Themes
    1010  Author URI:  http://accesspressthemes.com
     
    2222defined('WPB_JS_DIR') or define('WPB_JS_DIR', plugin_dir_url(__FILE__) . 'js');
    2323defined('WPB_CSS_DIR') or define('WPB_CSS_DIR', plugin_dir_url(__FILE__) . 'css_files');
    24 defined('WPB_VERSION') or define('WPB_VERSION', '1.2.4');
     24defined('WPB_VERSION') or define('WPB_VERSION', '1.2.5');
    2525defined('WPB_DEFAULT_VARIABLE') or define('WPB_DEFAULT_VARIABLE', 'wpb_default_settings');
    2626defined('WPB_ABSPATH') or define('WPB_ABSPATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.