Changeset 3009543
- Timestamp:
- 12/13/2023 04:33:22 PM (2 years ago)
- Location:
- ml-slider
- Files:
-
- 6 edited
- 1 copied
-
tags/3.60.1 (copied) (copied from ml-slider/trunk)
-
tags/3.60.1/inc/slide/metaslide.class.php (modified) (1 diff)
-
tags/3.60.1/ml-slider.php (modified) (2 diffs)
-
tags/3.60.1/readme.txt (modified) (2 diffs)
-
trunk/inc/slide/metaslide.class.php (modified) (1 diff)
-
trunk/ml-slider.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ml-slider/tags/3.60.1/inc/slide/metaslide.class.php
r3009479 r3009543 644 644 645 645 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_; 647 648 } 648 649 } -
ml-slider/tags/3.60.1/ml-slider.php
r3009479 r3009543 6 6 * Plugin URI: https://www.metaslider.com 7 7 * Description: MetaSlider gives you the power to create a beautiful slideshow, carousel, or gallery on your WordPress site. 8 * Version: 3.60. 08 * Version: 3.60.1 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.60. 0';45 public $version = '3.60.1'; 46 46 47 47 /** -
ml-slider/tags/3.60.1/readme.txt
r3009479 r3009543 3 3 Tags: 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 4 4 Requires at least: 5.0 5 Stable tag: 3.60. 05 Stable tag: 3.60.1 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.4.2 … … 399 399 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 400 400 and 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; 401 405 402 406 = [3.60.0] - 13 Dec, 2023 = -
ml-slider/trunk/inc/slide/metaslide.class.php
r3009479 r3009543 644 644 645 645 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_; 647 648 } 648 649 } -
ml-slider/trunk/ml-slider.php
r3009479 r3009543 6 6 * Plugin URI: https://www.metaslider.com 7 7 * Description: MetaSlider gives you the power to create a beautiful slideshow, carousel, or gallery on your WordPress site. 8 * Version: 3.60. 08 * Version: 3.60.1 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.60. 0';45 public $version = '3.60.1'; 46 46 47 47 /** -
ml-slider/trunk/readme.txt
r3009479 r3009543 3 3 Tags: 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 4 4 Requires at least: 5.0 5 Stable tag: 3.60. 05 Stable tag: 3.60.1 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.4.2 … … 399 399 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 400 400 and 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; 401 405 402 406 = [3.60.0] - 13 Dec, 2023 =
Note: See TracChangeset
for help on using the changeset viewer.