Plugin Directory

Changeset 2415540


Ignore:
Timestamp:
11/10/2020 03:05:01 AM (5 years ago)
Author:
ngoclb
Message:

2.2.3

Location:
wp-pleasewait/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-pleasewait/trunk/pleasewait-settings.php

    r2395994 r2415540  
    557557        if (isset($input['spinner_style'])) {
    558558            $value = sanitize_text_field($input['spinner_style']);
    559             if (isset(self::SPINNER_STYLES[$value])) {
     559            if (array_key_exists($value, self::SPINNER_STYLES)) {
    560560                $new_input['spinner_style'] = $value;
    561561            }
     
    622622                }
    623623            );
    624             if ($new_input['display_scopes'][self::SCOPE_INCLUDES_ID]) {
     624            if (array_key_exists(self::SCOPE_INCLUDES_ID, $new_input['display_scopes'])) {
    625625                if (empty($new_input['display_scopes'][self::SCOPE_INCLUDES_ID_VALUE])) {
    626626                    unset($new_input['display_scopes'][self::SCOPE_INCLUDES_ID]);
  • wp-pleasewait/trunk/readme.txt

    r2395983 r2415540  
    33Donate link: https://ko-fi.com/ngoclb
    44Tags: pleasewait, loading, loader, spa, animation, loading screen, loading page, page effects, page loader, splash, splash screen, pwa
    5 Stable tag: 2.2.2
     5Stable tag: 2.2.3
    66Requires PHP: 5.4.33
    77Requires at least: 4.0
    8 Tested up to: 5.5.1
     8Tested up to: 5.5.3
    99
    1010Just an awesome splash screen for your website (or PWA), support 12+ spinner styles and many customizable things - message text, spinner size, background, text color...
     
    5555== Changelog ==
    5656
     57**2.2.3**
     58- Fix some issues when running with old PHP version. You could skip this version if v2.2.2 working correctly on your server.
     59
    5760**2.2.2**
    5861- Enable/Disable loading screen by add "Display Scopes" option
Note: See TracChangeset for help on using the changeset viewer.