Plugin Directory

Changeset 3039166


Ignore:
Timestamp:
02/21/2024 12:26:19 PM (2 years ago)
Author:
catchsquare
Message:

added 1.15.2

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

Legend:

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

    r2850465 r3039166  
    33Tags: WP Smart Preloader, Site preloader, Wordpress Preloader,posts, preload, preloader, responsive, plugin, preloader
    44Requires at least: 2.8
    5 Tested up to: 6.0
    6 Stable tag: 1.15.1
     5Tested up to: 6.4
     6Stable tag: 1.15.2
    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.1 =
     62just changed version ;)
     63
    6164= 1.15.1 =
    6265escaping values
  • wp-smart-preloader/trunk/wp-preloader.php

    r2850465 r3039166  
    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.15.1
     6Version: 1.15.2
    77Author: catchsquare
    88Author URI: http://catchsquare.com
     
    1919
    2020/*Define Constants for this plugin*/
    21 define( 'SMART_PRELOADER_VERSION', '1.15.1' );
     21define( 'SMART_PRELOADER_VERSION', '1.15.2' );
    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.