PluginProbe
LoftLoader / 2.3.3
LoftLoader v2.3.3
trunk 1.0.0 1.0.1 1.0.2 2.0.0 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.3 2.3.1 2.3.2 2.3.3 All 34 releases
← All changes | loftloader.php +3 -3 2.1.112.3.3 View file →
@@ -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' );