Changeset 3419610 for loftloader/trunk/loftloader.php
- Timestamp:
- 12/14/2025 11:34:26 PM (3 months ago)
- File:
-
- 1 edited
-
loftloader/trunk/loftloader.php (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 {
Note: See TracChangeset
for help on using the changeset viewer.