Plugin Directory

Changeset 3009543


Ignore:
Timestamp:
12/13/2023 04:33:22 PM (2 years ago)
Author:
metaslider
Message:

Update to version 3.60.1 from GitHub

Location:
ml-slider
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ml-slider/tags/3.60.1/inc/slide/metaslide.class.php

    r3009479 r3009543  
    644644
    645645            if ( is_array( $closest_image ) ) {
    646                 return $closest_image[0];
     646                $image_ = is_ssl() ? set_url_scheme( $closest_image[0], 'https' ) : set_url_scheme( $closest_image[0], 'http' );
     647                return $image_;
    647648            }
    648649        }
  • ml-slider/tags/3.60.1/ml-slider.php

    r3009479 r3009543  
    66 * Plugin URI:  https://www.metaslider.com
    77 * Description: MetaSlider gives you the power to create a beautiful slideshow, carousel, or gallery on your WordPress site.
    8  * Version:     3.60.0
     8 * Version:     3.60.1
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.60.0';
     45        public $version = '3.60.1';
    4646
    4747        /**
  • ml-slider/tags/3.60.1/readme.txt

    r3009479 r3009543  
    33Tags: slideshow, slider, image slider, carousel, gallery, flex slider, wordpress slider, nivoslider, rotating banner, image sliders, slide show, responsive slideshow, seo slideshow, unsplash, post sliders, video sliders, YouTube sliders, Vimeo sliders, HTML sliders, external URL sliders, layer sliders, best WordPress slider, best slider, best slideshow, best carousel, easy slider, easy slideshow, flex slider, woocommerce slider, woocommerce slideshow, video slider, video captions, video subtitles
    44Requires at least: 5.0
    5 Stable tag: 3.60.0
     5Stable tag: 3.60.1
    66Requires PHP: 7.0
    77Tested up to: 6.4.2
     
    399399The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    400400and this project adheres to [Semantic Versioning](http://semver.org/).
     401
     402= [3.60.1] - 13 Dec, 2023 =
     403
     404* FIXED: Mixed content error for slide thumbnails in admin, #814;
    401405
    402406= [3.60.0] - 13 Dec, 2023 =
  • ml-slider/trunk/inc/slide/metaslide.class.php

    r3009479 r3009543  
    644644
    645645            if ( is_array( $closest_image ) ) {
    646                 return $closest_image[0];
     646                $image_ = is_ssl() ? set_url_scheme( $closest_image[0], 'https' ) : set_url_scheme( $closest_image[0], 'http' );
     647                return $image_;
    647648            }
    648649        }
  • ml-slider/trunk/ml-slider.php

    r3009479 r3009543  
    66 * Plugin URI:  https://www.metaslider.com
    77 * Description: MetaSlider gives you the power to create a beautiful slideshow, carousel, or gallery on your WordPress site.
    8  * Version:     3.60.0
     8 * Version:     3.60.1
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.60.0';
     45        public $version = '3.60.1';
    4646
    4747        /**
  • ml-slider/trunk/readme.txt

    r3009479 r3009543  
    33Tags: slideshow, slider, image slider, carousel, gallery, flex slider, wordpress slider, nivoslider, rotating banner, image sliders, slide show, responsive slideshow, seo slideshow, unsplash, post sliders, video sliders, YouTube sliders, Vimeo sliders, HTML sliders, external URL sliders, layer sliders, best WordPress slider, best slider, best slideshow, best carousel, easy slider, easy slideshow, flex slider, woocommerce slider, woocommerce slideshow, video slider, video captions, video subtitles
    44Requires at least: 5.0
    5 Stable tag: 3.60.0
     5Stable tag: 3.60.1
    66Requires PHP: 7.0
    77Tested up to: 6.4.2
     
    399399The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    400400and this project adheres to [Semantic Versioning](http://semver.org/).
     401
     402= [3.60.1] - 13 Dec, 2023 =
     403
     404* FIXED: Mixed content error for slide thumbnails in admin, #814;
    401405
    402406= [3.60.0] - 13 Dec, 2023 =
Note: See TracChangeset for help on using the changeset viewer.