Changeset 3068574
- Timestamp:
- 04/10/2024 03:21:45 PM (2 years ago)
- Location:
- ml-slider
- Files:
-
- 4 edited
- 1 copied
-
tags/3.70.2 (copied) (copied from ml-slider/trunk)
-
tags/3.70.2/ml-slider.php (modified) (3 diffs)
-
tags/3.70.2/readme.txt (modified) (2 diffs)
-
trunk/ml-slider.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ml-slider/tags/3.70.2/ml-slider.php
r3067751 r3068574 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.70. 18 * Version: 3.70.2 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.70. 1';45 public $version = '3.70.2'; 46 46 47 47 /** … … 546 546 ); 547 547 548 // Sanitize all the attributes548 // Sanitize id attribute 549 549 foreach ( $atts as $key => $value ) { 550 550 if ( $key == 'id' ) { 551 551 // Make sure id is a number 552 552 $atts[$key] = (int) $value; 553 } else {554 // Remove invalid content555 $atts[$key] = sanitize_text_field( $value );556 553 } 557 554 } -
ml-slider/tags/3.70.2/readme.txt
r3067751 r3068574 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.70. 15 Stable tag: 3.70.2 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.5 … … 317 317 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 318 318 and 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; 319 323 320 324 = [3.70.1] - 09 Apr, 2024 = -
ml-slider/trunk/ml-slider.php
r3067751 r3068574 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.70. 18 * Version: 3.70.2 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 43 43 * @var string 44 44 */ 45 public $version = '3.70. 1';45 public $version = '3.70.2'; 46 46 47 47 /** … … 546 546 ); 547 547 548 // Sanitize all the attributes548 // Sanitize id attribute 549 549 foreach ( $atts as $key => $value ) { 550 550 if ( $key == 'id' ) { 551 551 // Make sure id is a number 552 552 $atts[$key] = (int) $value; 553 } else {554 // Remove invalid content555 $atts[$key] = sanitize_text_field( $value );556 553 } 557 554 } -
ml-slider/trunk/readme.txt
r3067751 r3068574 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.70. 15 Stable tag: 3.70.2 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.5 … … 317 317 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 318 318 and 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; 319 323 320 324 = [3.70.1] - 09 Apr, 2024 =
Note: See TracChangeset
for help on using the changeset viewer.