Plugin Directory

Changeset 2111243


Ignore:
Timestamp:
06/24/2019 10:11:57 AM (7 years ago)
Author:
ngoclb
Message:

tagging version 2.0.2

Location:
wp-pleasewait/tags/2.0.2
Files:
6 copied

Legend:

Unmodified
Added
Removed
  • wp-pleasewait/tags/2.0.2/pleasewait-settings.php

    r2111185 r2111243  
    22class WpPleaseWait_SettingsPage
    33{
    4     const CURRENT_VERSION = '2.0.1';
     4    const CURRENT_VERSION = '2.0.2';
    55    const GITHUB_URL = 'https://github.com/lbngoc/wp-please-wait'; // null|string
    66    const PLUGIN_URL = 'https://wordpress.org/support/plugin/wp-pleasewait'; // null|string
  • wp-pleasewait/tags/2.0.2/pleasewait.php

    r2111185 r2111243  
    55Plugin URI:   https://ngoclb.com/project/wp-please-wait
    66Description:  Add PleaseWait loading screen to currrent theme
    7 Version:      2.0.1
     7Version:      2.0.2
    88Author:       Ngoc LB
    99Author URI:   https://ngoclb.com/
     
    7979      return str_replace(' href', ' data-no-async="1" data-no-optimize="1" href', $tag);
    8080    } else if ($handle === 'please-wait-js') {
    81       return str_replace(' src', ' async="false" data-no-defer="1" data-no-optimize="1" src', $tag);
     81      return str_replace(' src', ' data-no-defer="1" data-no-optimize="1" src', $tag);
    8282    }
    8383
     
    176176    document.addEventListener("DOMContentLoaded", function() { setTimeout(hideLoadingScreen, {$delayMs}) });
    177177    !!(${timeoutMs}) && setTimeout(hideLoadingScreen, {$timeoutMs}*1000);
    178   }
     178  } else { rootelem.className += ' pg-loaded no-pleasewaitjs'; }
    179179JS;
    180180    $plugin_info = $this->get_plugin_info();
  • wp-pleasewait/tags/2.0.2/readme.txt

    r2111185 r2111243  
    11=== WP PleaseWait ===
     2Contributors: ngoclb
    23Donate link: https://ko-fi.com/ngoclb
    34Tags: pleasewait, loading, loader, spa, animation, loading screen, loading page, page effects, page loader, spash, splash screen
    4 Stable tag: 2.0.1
     5Stable tag: 2.0.2
    56Requires PHP: 5.4.33
    67Requires at least: 3.3
    7 Tested up to: 5.2.1
     8Tested up to: 5.2.2
    89
    9 Auto adding an awesome splash screen for all pages in your website while it loading assets with [pleasewait](https://pathgather.github.io/please-wait) library. You can also customize the background, text color, timing and everything in admin dashboard!
     10Display an awesome splash screen while your website loading assets. You can easily customize the background, text color, timing and everything!
    1011
    1112== Description ==
     
    2122* Custom loading message by filter or randomize
    2223* Custom appearance styles from WP Admin
    23 * Support [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
     24* Support [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/) (Turn off "CSS Combine" and "JS Combine" to make sure the plugin working perfectly)
    2425* Support [Genesis framework](https://my.studiopress.com/themes/genesis/)
    2526* Support [Roots Sage Starter Theme](https://roots.io/sage/)
     
    2728* Support [Avada Theme](https://avada.theme-fusion.com/)
    2829
    29 Author: [Ngoc L.](http://ngoclb.com/project/wp-please-wait)
    30 Open Source: [https://github.com/lbngoc/wp-please-wait](https://github.com/lbngoc/wp-please-wait)
     30Project URL: [Ngoc L.B.](http://ngoclb.com/project/wp-please-wait)
     31Source Code URL: [https://github.com/lbngoc/wp-please-wait](https://github.com/lbngoc/wp-please-wait)
    3132
    3233== Installation ==
     
    5455== Changelog ==
    5556
    56 **2.0.1**
     57**2.0.2**
     58- Fix bug display a white screen when LiteSpeed Cache plugin is activated
     59
     60**2.0.2**
    5761- Support LiteSpeed Cache plugin
    5862
Note: See TracChangeset for help on using the changeset viewer.