Plugin Directory


Ignore:
Timestamp:
12/14/2025 11:34:26 PM (3 months ago)
Author:
loftocean
Message:

updates for v2.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • loftloader/trunk/loftloader.php

    r3198693 r3419610  
    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.5.1
     6Version: 2.5.2
    77Requires PHP: 5.6
    8 Requires at least: 5.0
     8Requires at least: 6.0
     9Tested up to: 6.9
    910Author: Loft.Ocean
    1011Author URI: http://www.loftocean.com/
     
    3536    define( 'LOFTLOADER_NAME', plugin_basename( __FILE__  ) );
    3637    define( 'LOFTLOADER_URI',  plugin_dir_url( __FILE__ ) );
    37     define( 'LOFTLOADER_ASSET_VERSION', '2024112801' );
     38    define( 'LOFTLOADER_ASSET_VERSION', '2025121501' );
    3839
    3940    class LoftLoader {
Note: See TracChangeset for help on using the changeset viewer.