Changeset 1586977
- Timestamp:
- 02/02/2017 05:38:07 AM (9 years ago)
- Location:
- page-loading-effects/trunk
- Files:
-
- 2 edited
-
page-loading-effects.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-loading-effects/trunk/page-loading-effects.php
r1431590 r1586977 4 4 * Plugin URI: http://innovedesigns.com/ 5 5 * Description: Display Loading Animated Graphics Until the Page is Fully Loaded. A new WP plugin that you will surely love it! 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: esstat17 8 8 * Author URI: https://profiles.wordpress.org/esstat17/ … … 92 92 */ 93 93 public function __construct() { 94 $this->plugin_name = 'page-loading-effects'; // @todo replace it with your plugin name94 $this->plugin_name = 'page-loading-effects'; 95 95 $this->setup_constants(); 96 96 $this->includes(); -
page-loading-effects/trunk/readme.txt
r1445338 r1586977 4 4 Tags: preloader, effects, lazy, pageloader, screen 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 57 Stable tag: 4.36 Tested up to: 4.7 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == Changelog == 60 = 1.0.2 - 2017-02-02 = 61 * [Updated] Just versioning update 60 62 = 1.0.1 - 2016-06-07 = 61 63 * [FIXED] Default Color Settings … … 65 67 66 68 == Upgrade Notice == 69 = 1.0.2 - 2017-02-02 = 70 * [Updated] Just versioning update 67 71 = 1.0.1 - 2016-06-07 = 68 72 * [FIXED] Default Color Settings
Note: See TracChangeset
for help on using the changeset viewer.