MetaSlider - Version 3.27.10

Version Description

Download this release

Release Info

Developer metaslider
Plugin Icon 128x128 MetaSlider
Version 3.27.10
Comparing to
See all releases

Code changes from version 3.27.9 to 3.27.10

Files changed (2) hide show
  1. ml-slider.php +3 -3
  2. readme.txt +5 -1
ml-slider.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: MetaSlider
6
  * Plugin URI: https://www.metaslider.com
7
  * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
8
- * Version: 3.27.9
9
  * Author: MetaSlider
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
@@ -47,7 +47,7 @@ if (!class_exists('MetaSliderPlugin')) {
47
  *
48
  * @var string
49
  */
50
- public $version = '3.27.9';
51
 
52
  /**
53
  * Pro installed version number
@@ -1078,7 +1078,7 @@ if (!class_exists('MetaSliderPlugin')) {
1078
  $output .= '<tr class="' . esc_attr($row["type"]) . '"><td class="tipsy-tooltip" title="' . esc_attr($helptext) . '">' . esc_html($row["label"]) . '</td><td><select class="option ' . esc_attr($row["class"]) . ' ' . esc_attr($id) . '" name="settings[' . esc_attr($id) . ']">';
1079
  foreach ($row['options'] as $option_name => $option_value) {
1080
  $selected = selected($option_name, $row['value'], false);
1081
- $output .= '<option class="' . esc_attr($option_value["class"]) . '" value="' . esc_attr($option_name) . '" ' . $selected . '">' . esc_html($option_value["label"]) . '</option>';
1082
  }
1083
  $output .= "</select></td></tr>";
1084
  break;
5
  * Plugin Name: MetaSlider
6
  * Plugin URI: https://www.metaslider.com
7
  * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
8
+ * Version: 3.27.10
9
  * Author: MetaSlider
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
47
  *
48
  * @var string
49
  */
50
+ public $version = '3.27.10';
51
 
52
  /**
53
  * Pro installed version number
1078
  $output .= '<tr class="' . esc_attr($row["type"]) . '"><td class="tipsy-tooltip" title="' . esc_attr($helptext) . '">' . esc_html($row["label"]) . '</td><td><select class="option ' . esc_attr($row["class"]) . ' ' . esc_attr($id) . '" name="settings[' . esc_attr($id) . ']">';
1079
  foreach ($row['options'] as $option_name => $option_value) {
1080
  $selected = selected($option_name, $row['value'], false);
1081
+ $output .= '<option class="' . esc_attr($option_value['class']) . '" value="' . esc_attr($option_name) . '" ' . $selected . '>' . esc_html($option_value['label']) . '</option>';
1082
  }
1083
  $output .= "</select></td></tr>";
1084
  break;
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82, andergmartins, htmgarcia
3
  Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
4
  Requires at least: 3.5
5
- Stable tag: 3.27.9
6
  Requires PHP: 5.4
7
  Tested up to: 6.0
8
  License: GPLv2 or later
@@ -324,6 +324,10 @@ See https://www.metaslider.com/documentation/image-cropping/
324
  The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
 
 
 
 
327
  = [3.27.9] - 06 Sep, 2022 =
328
 
329
  * CHANGED: Updated Axios JS library to v0.21.2;
2
  Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82, andergmartins, htmgarcia
3
  Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
4
  Requires at least: 3.5
5
+ Stable tag: 3.27.10
6
  Requires PHP: 5.4
7
  Tested up to: 6.0
8
  License: GPLv2 or later
324
  The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
325
  and this project adheres to [Semantic Versioning](http://semver.org/).
326
 
327
+ = [3.27.10] - 07 Sep, 2022 =
328
+
329
+ * FIXED: Fix select fields in the slideshow metabox, #231;
330
+
331
  = [3.27.9] - 06 Sep, 2022 =
332
 
333
  * CHANGED: Updated Axios JS library to v0.21.2;