Changeset 3169706 for loftloader/trunk/loftloader.php
- Timestamp:
- 10/16/2024 02:42:35 AM (18 months ago)
- File:
-
- 1 edited
-
loftloader/trunk/loftloader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loftloader/trunk/loftloader.php
r2825548 r3169706 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. 4.06 Version: 2.5.0 7 7 Requires PHP: 5.6 8 8 Requires at least: 5.0 … … 35 35 define( 'LOFTLOADER_NAME', plugin_basename( __FILE__ ) ); 36 36 define( 'LOFTLOADER_URI', plugin_dir_url( __FILE__ ) ); 37 define( 'LOFTLOADER_ASSET_VERSION', '202 2112601' );37 define( 'LOFTLOADER_ASSET_VERSION', '2024101601' ); 38 38 39 39 class LoftLoader {
Note: See TracChangeset
for help on using the changeset viewer.