Changeset 2734898
- Timestamp:
- 05/31/2022 03:37:24 PM (4 years ago)
- Location:
- wp-smart-preloader
- Files:
-
- 1 added
- 2 edited
-
tags/1.15 (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-preloader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-smart-preloader/trunk/readme.txt
r2492873 r2734898 3 3 Tags: WP Smart Preloader, Site preloader, Wordpress Preloader,posts, preload, preloader, responsive, plugin, preloader 4 4 Requires at least: 2.8 5 Tested up to: 5.66 Stable tag: 1.1 45 Tested up to: 6.0 6 Stable tag: 1.15 7 7 Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40catchsquare%2ecom&lc=US&item_name=WP%20smart%20preloader&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest 8 8 License: GPLv2 or later … … 59 59 60 60 == Changelog == 61 = 1.15 = 62 tested upto wordPress 6.0 63 61 64 = 1.14 = 62 65 resolved deprecated load function -
wp-smart-preloader/trunk/wp-preloader.php
r2492873 r2734898 4 4 Plugin URI: https://wordpress.org/plugins/wp-smart-preloader 5 5 Description: WP Smart Preloader is a Simple CSS spinners and throbbers made with CSS and minimal HTML markup. 6 Version: 1.1 46 Version: 1.15 7 7 Author: catchsquare 8 8 Author URI: http://catchsquare.com … … 19 19 20 20 /*Define Constants for this plugin*/ 21 define( 'SMART_PRELOADER_VERSION', '1.1 4' );21 define( 'SMART_PRELOADER_VERSION', '1.15' ); 22 22 define( 'SMART_PRELOADER_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'SMART_PRELOADER_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.