Changeset 2111246
- Timestamp:
- 06/24/2019 10:13:05 AM (7 years ago)
- Location:
- wp-pleasewait/trunk
- Files:
-
- 3 edited
-
pleasewait-settings.php (modified) (1 diff)
-
pleasewait.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pleasewait/trunk/pleasewait-settings.php
r2111185 r2111246 2 2 class WpPleaseWait_SettingsPage 3 3 { 4 const CURRENT_VERSION = '2.0. 1';4 const CURRENT_VERSION = '2.0.2'; 5 5 const GITHUB_URL = 'https://github.com/lbngoc/wp-please-wait'; // null|string 6 6 const PLUGIN_URL = 'https://wordpress.org/support/plugin/wp-pleasewait'; // null|string -
wp-pleasewait/trunk/pleasewait.php
r2111185 r2111246 5 5 Plugin URI: https://ngoclb.com/project/wp-please-wait 6 6 Description: Add PleaseWait loading screen to currrent theme 7 Version: 2.0. 17 Version: 2.0.2 8 8 Author: Ngoc LB 9 9 Author URI: https://ngoclb.com/ … … 79 79 return str_replace(' href', ' data-no-async="1" data-no-optimize="1" href', $tag); 80 80 } 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); 82 82 } 83 83 … … 176 176 document.addEventListener("DOMContentLoaded", function() { setTimeout(hideLoadingScreen, {$delayMs}) }); 177 177 !!(${timeoutMs}) && setTimeout(hideLoadingScreen, {$timeoutMs}*1000); 178 } 178 } else { rootelem.className += ' pg-loaded no-pleasewaitjs'; } 179 179 JS; 180 180 $plugin_info = $this->get_plugin_info(); -
wp-pleasewait/trunk/readme.txt
r2111185 r2111246 1 1 === WP PleaseWait === 2 Contributors: ngoclb 2 3 Donate link: https://ko-fi.com/ngoclb 3 4 Tags: pleasewait, loading, loader, spa, animation, loading screen, loading page, page effects, page loader, spash, splash screen 4 Stable tag: 2.0. 15 Stable tag: 2.0.2 5 6 Requires PHP: 5.4.33 6 7 Requires at least: 3.3 7 Tested up to: 5.2. 18 Tested up to: 5.2.2 8 9 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!10 Display an awesome splash screen while your website loading assets. You can easily customize the background, text color, timing and everything! 10 11 11 12 == Description == … … 21 22 * Custom loading message by filter or randomize 22 23 * 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) 24 25 * Support [Genesis framework](https://my.studiopress.com/themes/genesis/) 25 26 * Support [Roots Sage Starter Theme](https://roots.io/sage/) … … 27 28 * Support [Avada Theme](https://avada.theme-fusion.com/) 28 29 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)30 Project URL: [Ngoc L.B.](http://ngoclb.com/project/wp-please-wait) 31 Source Code URL: [https://github.com/lbngoc/wp-please-wait](https://github.com/lbngoc/wp-please-wait) 31 32 32 33 == Installation == … … 54 55 == Changelog == 55 56 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** 57 61 - Support LiteSpeed Cache plugin 58 62
Note: See TracChangeset
for help on using the changeset viewer.