Plugin Directory

Changeset 2722700


Ignore:
Timestamp:
05/12/2022 12:40:41 PM (4 years ago)
Author:
metaslider
Message:

Update to version 3.27.5 from GitHub

Location:
ml-slider
Files:
4 edited
1 copied

Legend:

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

    r2722280 r2722700  
    77 * Plugin URI:  https://www.metaslider.com
    88 * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
    9  * Version:     3.27.4
     9 * Version:     3.27.5
    1010 * Author:      MetaSlider
    1111 * Author URI:  https://www.metaslider.com
     
    4141         * @var string
    4242         */
    43         public $version = '3.27.4';
     43        public $version = '3.27.5';
    4444
    4545        /**
     
    19261926
    19271927        require plugin_dir_path(__FILE__) . 'extendify-sdk/loader.php';
    1928 
    1929         // Temporarily remove the Extendify admin menu with the Welcome screen if the standalone plugin is not activated.
    1930         add_action(
    1931             'admin_menu',
    1932             function() {
    1933                 if (! App::$standalone) {
    1934                     remove_menu_page('extendify');
    1935                 }
    1936             },
    1937             9999
    1938         );
    19391928    }
    19401929}
  • ml-slider/tags/3.27.5/readme.txt

    r2722280 r2722700  
    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.4
     5Stable tag: 3.27.5
    66Requires PHP: 5.2
    77Tested up to: 5.9.3
     
    325325and this project adheres to [Semantic Versioning](http://semver.org/).
    326326
    327 = [3.27.4] - 10 Mai, 2022 =
     327= [3.27.5] - 12 Mai, 2022 =
     328
     329* FIXED: Fix conflict with MetaSlider Lightbox after the latest update, Class 'Extendify\Library\App' not found, #132.
     330
     331= [3.27.4] - 11 Mai, 2022 =
    328332
    329333* ADDED: Complete logo in toolbar.
  • ml-slider/trunk/ml-slider.php

    r2722280 r2722700  
    77 * Plugin URI:  https://www.metaslider.com
    88 * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
    9  * Version:     3.27.4
     9 * Version:     3.27.5
    1010 * Author:      MetaSlider
    1111 * Author URI:  https://www.metaslider.com
     
    4141         * @var string
    4242         */
    43         public $version = '3.27.4';
     43        public $version = '3.27.5';
    4444
    4545        /**
     
    19261926
    19271927        require plugin_dir_path(__FILE__) . 'extendify-sdk/loader.php';
    1928 
    1929         // Temporarily remove the Extendify admin menu with the Welcome screen if the standalone plugin is not activated.
    1930         add_action(
    1931             'admin_menu',
    1932             function() {
    1933                 if (! App::$standalone) {
    1934                     remove_menu_page('extendify');
    1935                 }
    1936             },
    1937             9999
    1938         );
    19391928    }
    19401929}
  • ml-slider/trunk/readme.txt

    r2722280 r2722700  
    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.4
     5Stable tag: 3.27.5
    66Requires PHP: 5.2
    77Tested up to: 5.9.3
     
    325325and this project adheres to [Semantic Versioning](http://semver.org/).
    326326
    327 = [3.27.4] - 10 Mai, 2022 =
     327= [3.27.5] - 12 Mai, 2022 =
     328
     329* FIXED: Fix conflict with MetaSlider Lightbox after the latest update, Class 'Extendify\Library\App' not found, #132.
     330
     331= [3.27.4] - 11 Mai, 2022 =
    328332
    329333* ADDED: Complete logo in toolbar.
Note: See TracChangeset for help on using the changeset viewer.