Changeset 3333697
- Timestamp:
- 07/24/2025 01:58:45 PM (8 months ago)
- Location:
- ml-slider
- Files:
-
- 6 edited
- 1 copied
-
tags/3.100.1 (copied) (copied from ml-slider/trunk)
-
tags/3.100.1/inc/slider/metaslider.flex.class.php (modified) (1 diff)
-
tags/3.100.1/ml-slider.php (modified) (2 diffs)
-
tags/3.100.1/readme.txt (modified) (2 diffs)
-
trunk/inc/slider/metaslider.flex.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.100.1/inc/slider/metaslider.flex.class.php
r3331608 r3333697 38 38 add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_pausePlay_button' ), 99, 3); 39 39 add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_dots_onhover' ), 10, 3); 40 add_filter('metaslider_flex_slider_parameters', array($this, 'fix_touch_swipe'), 10, 3);40 //add_filter('metaslider_flex_slider_parameters', array($this, 'fix_touch_swipe'), 10, 3); 41 41 42 42 if(metaslider_pro_is_active() == false) { -
ml-slider/tags/3.100.1/ml-slider.php
r3331608 r3333697 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.100. 08 * Version: 3.100.1 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.100. 0';45 public $version = '3.100.1'; 46 46 47 47 /** -
ml-slider/tags/3.100.1/readme.txt
r3331608 r3333697 3 3 Tags: slider, video slider, image slider, carousel slider, gallery 4 4 Requires at least: 5.0 5 Stable tag: 3.100. 05 Stable tag: 3.100.1 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.8 … … 320 320 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 321 321 and this project adheres to [Semantic Versioning](http://semver.org/). 322 323 = [3.100.1] - Jul 24, 2025 = 324 325 * FIXED: Remove body overflow when swipe is enabled, #1791; 322 326 323 327 = [3.100.0] - Jul 21, 2025 = -
ml-slider/trunk/inc/slider/metaslider.flex.class.php
r3331608 r3333697 38 38 add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_pausePlay_button' ), 99, 3); 39 39 add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_dots_onhover' ), 10, 3); 40 add_filter('metaslider_flex_slider_parameters', array($this, 'fix_touch_swipe'), 10, 3);40 //add_filter('metaslider_flex_slider_parameters', array($this, 'fix_touch_swipe'), 10, 3); 41 41 42 42 if(metaslider_pro_is_active() == false) { -
ml-slider/trunk/ml-slider.php
r3331608 r3333697 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.100. 08 * Version: 3.100.1 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.100. 0';45 public $version = '3.100.1'; 46 46 47 47 /** -
ml-slider/trunk/readme.txt
r3331608 r3333697 3 3 Tags: slider, video slider, image slider, carousel slider, gallery 4 4 Requires at least: 5.0 5 Stable tag: 3.100. 05 Stable tag: 3.100.1 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.8 … … 320 320 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 321 321 and this project adheres to [Semantic Versioning](http://semver.org/). 322 323 = [3.100.1] - Jul 24, 2025 = 324 325 * FIXED: Remove body overflow when swipe is enabled, #1791; 322 326 323 327 = [3.100.0] - Jul 21, 2025 =
Note: See TracChangeset
for help on using the changeset viewer.