Plugin Directory

Changeset 3198693 for loftloader


Ignore:
Timestamp:
11/28/2024 08:45:36 AM (16 months ago)
Author:
loftocean
Message:

updated to version 2.5.1

Location:
loftloader
Files:
71 added
3 edited

Legend:

Unmodified
Added
Removed
  • loftloader/trunk/inc/class-loftloader-front.php

    r3169706 r3198693  
    175175        */
    176176        public function loader_html( $loader ) {
    177             if ( $this->$html_loaded ) {
     177            if ( $this->html_loaded ) {
    178178                return '';
    179179            }
  • loftloader/trunk/loftloader.php

    r3169706 r3198693  
    44Plugin URI: http://www.loftocean.com/
    55Description: An easy to use plugin to add an animated preloader to your website with fully customisations.
    6 Version: 2.5.0
     6Version: 2.5.1
    77Requires PHP: 5.6
    88Requires at least: 5.0
     
    3535    define( 'LOFTLOADER_NAME', plugin_basename( __FILE__  ) );
    3636    define( 'LOFTLOADER_URI',  plugin_dir_url( __FILE__ ) );
    37     define( 'LOFTLOADER_ASSET_VERSION', '2024101601' );
     37    define( 'LOFTLOADER_ASSET_VERSION', '2024112801' );
    3838
    3939    class LoftLoader {
  • loftloader/trunk/readme.txt

    r3169757 r3198693  
    9999
    100100== Changelog ==
     101= 2.5.1 =
     102* Fixed: Undefined property issue on file class-loftloader-front.php
     103
    101104= 2.5.0 =
    102105* Improved: Settings panel style refined
Note: See TracChangeset for help on using the changeset viewer.