Changeset 2781416
- Timestamp:
- 09/07/2022 02:43:23 PM (3 years ago)
- Location:
- ml-slider
- Files:
-
- 4 edited
- 1 copied
-
tags/3.27.10 (copied) (copied from ml-slider/trunk)
-
tags/3.27.10/ml-slider.php (modified) (3 diffs)
-
tags/3.27.10/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.27.10/ml-slider.php
r2780800 r2781416 6 6 * Plugin URI: https://www.metaslider.com 7 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. 98 * Version: 3.27.10 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 48 48 * @var string 49 49 */ 50 public $version = '3.27. 9';50 public $version = '3.27.10'; 51 51 52 52 /** … … 1079 1079 foreach ($row['options'] as $option_name => $option_value) { 1080 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>';1081 $output .= '<option class="' . esc_attr($option_value['class']) . '" value="' . esc_attr($option_name) . '" ' . $selected . '>' . esc_html($option_value['label']) . '</option>'; 1082 1082 } 1083 1083 $output .= "</select></td></tr>"; -
ml-slider/tags/3.27.10/readme.txt
r2780802 r2781416 3 3 Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash 4 4 Requires at least: 3.5 5 Stable tag: 3.27. 95 Stable tag: 3.27.10 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.0 … … 324 324 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 325 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; 326 330 327 331 = [3.27.9] - 06 Sep, 2022 = -
ml-slider/trunk/ml-slider.php
r2780800 r2781416 6 6 * Plugin URI: https://www.metaslider.com 7 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. 98 * Version: 3.27.10 9 9 * Author: MetaSlider 10 10 * Author URI: https://www.metaslider.com … … 48 48 * @var string 49 49 */ 50 public $version = '3.27. 9';50 public $version = '3.27.10'; 51 51 52 52 /** … … 1079 1079 foreach ($row['options'] as $option_name => $option_value) { 1080 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>';1081 $output .= '<option class="' . esc_attr($option_value['class']) . '" value="' . esc_attr($option_name) . '" ' . $selected . '>' . esc_html($option_value['label']) . '</option>'; 1082 1082 } 1083 1083 $output .= "</select></td></tr>"; -
ml-slider/trunk/readme.txt
r2780802 r2781416 3 3 Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash 4 4 Requires at least: 3.5 5 Stable tag: 3.27. 95 Stable tag: 3.27.10 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.0 … … 324 324 The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/) 325 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; 326 330 327 331 = [3.27.9] - 06 Sep, 2022 =
Note: See TracChangeset
for help on using the changeset viewer.