Plugin Directory

Changeset 2734898


Ignore:
Timestamp:
05/31/2022 03:37:24 PM (4 years ago)
Author:
catchsquare
Message:

Updated 1.15

Location:
wp-smart-preloader
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-smart-preloader/trunk/readme.txt

    r2492873 r2734898  
    33Tags: WP Smart Preloader, Site preloader, Wordpress Preloader,posts, preload, preloader, responsive, plugin, preloader
    44Requires at least: 2.8
    5 Tested up to: 5.6
    6 Stable tag: 1.14
     5Tested up to: 6.0
     6Stable tag: 1.15
    77Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40catchsquare%2ecom&lc=US&item_name=WP%20smart%20preloader&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
    88License: GPLv2 or later
     
    5959
    6060== Changelog ==
     61= 1.15 =
     62tested upto wordPress 6.0
     63
    6164= 1.14 =
    6265resolved deprecated load function
  • wp-smart-preloader/trunk/wp-preloader.php

    r2492873 r2734898  
    44Plugin URI: https://wordpress.org/plugins/wp-smart-preloader
    55Description: WP Smart Preloader is a Simple CSS spinners and throbbers made with CSS and minimal HTML markup.
    6 Version: 1.14
     6Version: 1.15
    77Author: catchsquare
    88Author URI: http://catchsquare.com
     
    1919
    2020/*Define Constants for this plugin*/
    21 define( 'SMART_PRELOADER_VERSION', '1.14' );
     21define( 'SMART_PRELOADER_VERSION', '1.15' );
    2222define( 'SMART_PRELOADER_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'SMART_PRELOADER_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.