Plugin Directory

Changeset 3333697


Ignore:
Timestamp:
07/24/2025 01:58:45 PM (8 months ago)
Author:
andergmartins
Message:

Update to version 3.100.1 from GitHub

Location:
ml-slider
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ml-slider/tags/3.100.1/inc/slider/metaslider.flex.class.php

    r3331608 r3333697  
    3838        add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_pausePlay_button' ), 99, 3);
    3939        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);
    4141
    4242        if(metaslider_pro_is_active() == false) {
  • ml-slider/tags/3.100.1/ml-slider.php

    r3331608 r3333697  
    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.100.0
     8 * Version:     3.100.1
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.100.0';
     45        public $version = '3.100.1';
    4646
    4747        /**
  • ml-slider/tags/3.100.1/readme.txt

    r3331608 r3333697  
    33Tags: slider, video slider, image slider, carousel slider, gallery
    44Requires at least: 5.0
    5 Stable tag: 3.100.0
     5Stable tag: 3.100.1
    66Requires PHP: 7.0
    77Tested up to: 6.8
     
    320320The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    321321and 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;
    322326
    323327= [3.100.0] - Jul 21, 2025 =
  • ml-slider/trunk/inc/slider/metaslider.flex.class.php

    r3331608 r3333697  
    3838        add_filter('metaslider_flex_slider_parameters', array( $this, 'manage_pausePlay_button' ), 99, 3);
    3939        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);
    4141
    4242        if(metaslider_pro_is_active() == false) {
  • ml-slider/trunk/ml-slider.php

    r3331608 r3333697  
    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.100.0
     8 * Version:     3.100.1
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.100.0';
     45        public $version = '3.100.1';
    4646
    4747        /**
  • ml-slider/trunk/readme.txt

    r3331608 r3333697  
    33Tags: slider, video slider, image slider, carousel slider, gallery
    44Requires at least: 5.0
    5 Stable tag: 3.100.0
     5Stable tag: 3.100.1
    66Requires PHP: 7.0
    77Tested up to: 6.8
     
    320320The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    321321and 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;
    322326
    323327= [3.100.0] - Jul 21, 2025 =
Note: See TracChangeset for help on using the changeset viewer.