| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: LoftLoader |
| 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.1.11 | |
| 7 | -Author: Loft Ocean | |
| 6 | +Version: 2.3.3 | |
| 7 | +Author: Loft.Ocean | |
| 8 | 8 | Author URI: http://www.loftocean.com/ |
| 9 | 9 | Text Domain: loftloader |
| 10 | 10 | License: GPLv2 |
| 11 | 11 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | */ |
| 32 | 32 | define( 'LOFTLOADER_ROOT', dirname( __FILE__ ) . '/' ); |
| 33 | 33 | define( 'LOFTLOADER_NAME', plugin_basename( __FILE__ ) ); |
| 34 | 34 | define( 'LOFTLOADER_URI', plugin_dir_url( __FILE__ ) ); |
| 35 | - define( 'LOFTLOADER_ASSET_VERSION', '2019092302' ); | |
| 35 | + define( 'LOFTLOADER_ASSET_VERSION', '2020081301' ); | |
| 36 | 36 | |
| 37 | 37 | class LoftLoader { |
| 38 | 38 | public function __construct() { |
| 39 | 39 | load_plugin_textdomain( 'loftloader' ); |