Plugin Directory

Changeset 3419610


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

updates for v2.5.2

Location:
loftloader/trunk
Files:
2 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 {
  • loftloader/trunk/readme.txt

    r3202729 r3419610  
    44Donate link:
    55Requires at least: 5.0
    6 Tested up to: 6.6
     6Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 2.5.1
     8Stable tag: 2.5.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999
    100100== Changelog ==
     101= 2.5.2 =
     102* Improved: Compatibility with WordPress 6.9
     103
    101104= 2.5.1 =
    102105* Fixed: Undefined property issue on file class-loftloader-front.php
Note: See TracChangeset for help on using the changeset viewer.