Changeset 3419610
- Timestamp:
- 12/14/2025 11:34:26 PM (3 months ago)
- Location:
- loftloader/trunk
- Files:
-
- 2 edited
-
loftloader.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loftloader/trunk/loftloader.php
r3198693 r3419610 4 4 Plugin URI: http://www.loftocean.com/ 5 5 Description: An easy to use plugin to add an animated preloader to your website with fully customisations. 6 Version: 2.5. 16 Version: 2.5.2 7 7 Requires PHP: 5.6 8 Requires at least: 5.0 8 Requires at least: 6.0 9 Tested up to: 6.9 9 10 Author: Loft.Ocean 10 11 Author URI: http://www.loftocean.com/ … … 35 36 define( 'LOFTLOADER_NAME', plugin_basename( __FILE__ ) ); 36 37 define( 'LOFTLOADER_URI', plugin_dir_url( __FILE__ ) ); 37 define( 'LOFTLOADER_ASSET_VERSION', '202 4112801' );38 define( 'LOFTLOADER_ASSET_VERSION', '2025121501' ); 38 39 39 40 class LoftLoader { -
loftloader/trunk/readme.txt
r3202729 r3419610 4 4 Donate link: 5 5 Requires at least: 5.0 6 Tested up to: 6. 66 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 2.5. 18 Stable tag: 2.5.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 99 99 100 100 == Changelog == 101 = 2.5.2 = 102 * Improved: Compatibility with WordPress 6.9 103 101 104 = 2.5.1 = 102 105 * Fixed: Undefined property issue on file class-loftloader-front.php
Note: See TracChangeset
for help on using the changeset viewer.