Changeset 2513118 for loftloader/trunk/loftloader.php
- Timestamp:
- 04/12/2021 08:29:15 AM (5 years ago)
- File:
-
- 1 edited
-
loftloader/trunk/loftloader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loftloader/trunk/loftloader.php
r2461794 r2513118 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.3. 56 Version: 2.3.6 7 7 Author: Loft.Ocean 8 8 Author URI: http://www.loftocean.com/ … … 33 33 define( 'LOFTLOADER_NAME', plugin_basename( __FILE__ ) ); 34 34 define( 'LOFTLOADER_URI', plugin_dir_url( __FILE__ ) ); 35 define( 'LOFTLOADER_ASSET_VERSION', '20210 12401' );35 define( 'LOFTLOADER_ASSET_VERSION', '2021041202' ); 36 36 37 37 class LoftLoader {
Note: See TracChangeset
for help on using the changeset viewer.