Changeset 3039166
- Timestamp:
- 02/21/2024 12:26:19 PM (2 years ago)
- Location:
- wp-smart-preloader
- Files:
-
- 16 added
- 2 edited
-
tags/1.15.2 (added)
-
tags/1.15.2/assets (added)
-
tags/1.15.2/assets/css (added)
-
tags/1.15.2/assets/css/preload-style.css (added)
-
tags/1.15.2/assets/css/wsp-admin-preloader.css (added)
-
tags/1.15.2/assets/css/wsp-front-preloader.css (added)
-
tags/1.15.2/assets/css/wsp-smart-preload-style.css (added)
-
tags/1.15.2/assets/js (added)
-
tags/1.15.2/assets/js/ace.js (added)
-
tags/1.15.2/assets/js/wsp-admin-script.js (added)
-
tags/1.15.2/assets/js/wsp-main-script.js (added)
-
tags/1.15.2/inc (added)
-
tags/1.15.2/inc/wsp-option_page.php (added)
-
tags/1.15.2/inc/wsp_uninstall.php (added)
-
tags/1.15.2/readme.txt (added)
-
tags/1.15.2/wp-preloader.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-preloader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-smart-preloader/trunk/readme.txt
r2850465 r3039166 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: 6. 06 Stable tag: 1.15. 15 Tested up to: 6.4 6 Stable tag: 1.15.2 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.1 = 62 just changed version ;) 63 61 64 = 1.15.1 = 62 65 escaping values -
wp-smart-preloader/trunk/wp-preloader.php
r2850465 r3039166 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.15. 16 Version: 1.15.2 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.15. 1' );21 define( 'SMART_PRELOADER_VERSION', '1.15.2' ); 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.