Plugin Directory


Ignore:
Timestamp:
10/16/2024 02:42:35 AM (18 months ago)
Author:
loftocean
Message:

updated to version 2.5.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • loftloader/trunk/loftloader.php

    r2825548 r3169706  
    44Plugin URI: http://www.loftocean.com/
    55Description: An easy to use plugin to add an animated preloader to your website with fully customisations.
    6 Version: 2.4.0
     6Version: 2.5.0
    77Requires PHP: 5.6
    88Requires at least: 5.0
     
    3535    define( 'LOFTLOADER_NAME', plugin_basename( __FILE__  ) );
    3636    define( 'LOFTLOADER_URI',  plugin_dir_url( __FILE__ ) );
    37     define( 'LOFTLOADER_ASSET_VERSION', '2022112601' );
     37    define( 'LOFTLOADER_ASSET_VERSION', '2024101601' );
    3838
    3939    class LoftLoader {
Note: See TracChangeset for help on using the changeset viewer.