Plugin Directory

Changeset 3068574


Ignore:
Timestamp:
04/10/2024 03:21:45 PM (2 years ago)
Author:
metaslider
Message:

Update to version 3.70.2 from GitHub

Location:
ml-slider
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ml-slider/tags/3.70.2/ml-slider.php

    r3067751 r3068574  
    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.70.1
     8 * Version:     3.70.2
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.70.1';
     45        public $version = '3.70.2';
    4646
    4747        /**
     
    546546            );
    547547
    548             // Sanitize all the attributes
     548            // Sanitize id attribute
    549549            foreach ( $atts as $key => $value ) {
    550550                if ( $key == 'id' ) {
    551551                    // Make sure id is a number
    552552                    $atts[$key] = (int) $value;
    553                 } else {
    554                     // Remove invalid content
    555                     $atts[$key] = sanitize_text_field( $value );
    556553                }
    557554            }
  • ml-slider/tags/3.70.2/readme.txt

    r3067751 r3068574  
    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.70.1
     5Stable tag: 3.70.2
    66Requires PHP: 7.0
    77Tested up to: 6.5
     
    317317The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    318318and this project adheres to [Semantic Versioning](http://semver.org/).
     319
     320= [3.70.2] - 10 Apr, 2024 =
     321
     322* FIXED: Bug introduced in 3.70.1, #1006;
    319323
    320324= [3.70.1] - 09 Apr, 2024 =
  • ml-slider/trunk/ml-slider.php

    r3067751 r3068574  
    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.70.1
     8 * Version:     3.70.2
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4343         * @var string
    4444         */
    45         public $version = '3.70.1';
     45        public $version = '3.70.2';
    4646
    4747        /**
     
    546546            );
    547547
    548             // Sanitize all the attributes
     548            // Sanitize id attribute
    549549            foreach ( $atts as $key => $value ) {
    550550                if ( $key == 'id' ) {
    551551                    // Make sure id is a number
    552552                    $atts[$key] = (int) $value;
    553                 } else {
    554                     // Remove invalid content
    555                     $atts[$key] = sanitize_text_field( $value );
    556553                }
    557554            }
  • ml-slider/trunk/readme.txt

    r3067751 r3068574  
    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.70.1
     5Stable tag: 3.70.2
    66Requires PHP: 7.0
    77Tested up to: 6.5
     
    317317The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    318318and this project adheres to [Semantic Versioning](http://semver.org/).
     319
     320= [3.70.2] - 10 Apr, 2024 =
     321
     322* FIXED: Bug introduced in 3.70.1, #1006;
    319323
    320324= [3.70.1] - 09 Apr, 2024 =
Note: See TracChangeset for help on using the changeset viewer.