Plugin Directory

Changeset 2781416


Ignore:
Timestamp:
09/07/2022 02:43:23 PM (3 years ago)
Author:
metaslider
Message:

Update to version 3.27.10 from GitHub

Location:
ml-slider
Files:
4 edited
1 copied

Legend:

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

    r2780800 r2781416  
    66 * Plugin URI:  https://www.metaslider.com
    77 * 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
     8 * Version:     3.27.10
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4848         * @var string
    4949         */
    50         public $version = '3.27.9';
     50        public $version = '3.27.10';
    5151
    5252        /**
     
    10791079                        foreach ($row['options'] as $option_name => $option_value) {
    10801080                            $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>';
    10821082                        }
    10831083                        $output .= "</select></td></tr>";
  • ml-slider/tags/3.27.10/readme.txt

    r2780802 r2781416  
    33Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
    44Requires at least: 3.5
    5 Stable tag: 3.27.9
     5Stable tag: 3.27.10
    66Requires PHP: 5.4
    77Tested up to: 6.0
     
    324324The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    325325and 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;
    326330
    327331= [3.27.9] - 06 Sep, 2022 =
  • ml-slider/trunk/ml-slider.php

    r2780800 r2781416  
    66 * Plugin URI:  https://www.metaslider.com
    77 * 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
     8 * Version:     3.27.10
    99 * Author:      MetaSlider
    1010 * Author URI:  https://www.metaslider.com
     
    4848         * @var string
    4949         */
    50         public $version = '3.27.9';
     50        public $version = '3.27.10';
    5151
    5252        /**
     
    10791079                        foreach ($row['options'] as $option_name => $option_value) {
    10801080                            $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>';
    10821082                        }
    10831083                        $output .= "</select></td></tr>";
  • ml-slider/trunk/readme.txt

    r2780802 r2781416  
    33Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
    44Requires at least: 3.5
    5 Stable tag: 3.27.9
     5Stable tag: 3.27.10
    66Requires PHP: 5.4
    77Tested up to: 6.0
     
    324324The format is based on [Keep a Changelog recommendations](http://keepachangelog.com/)
    325325and 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;
    326330
    327331= [3.27.9] - 06 Sep, 2022 =
Note: See TracChangeset for help on using the changeset viewer.