Changeset 2722700
- Timestamp:
- 05/12/2022 12:40:41 PM (4 years ago)
- Location:
- ml-slider
- Files:
-
- 4 edited
- 1 copied
-
tags/3.27.5 (copied) (copied from ml-slider/trunk)
-
tags/3.27.5/ml-slider.php (modified) (3 diffs)
-
tags/3.27.5/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.5/ml-slider.php
r2722280 r2722700 7 7 * Plugin URI: https://www.metaslider.com 8 8 * 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. 49 * Version: 3.27.5 10 10 * Author: MetaSlider 11 11 * Author URI: https://www.metaslider.com … … 41 41 * @var string 42 42 */ 43 public $version = '3.27. 4';43 public $version = '3.27.5'; 44 44 45 45 /** … … 1926 1926 1927 1927 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 99991938 );1939 1928 } 1940 1929 } -
ml-slider/tags/3.27.5/readme.txt
r2722280 r2722700 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. 45 Stable tag: 3.27.5 6 6 Requires PHP: 5.2 7 7 Tested up to: 5.9.3 … … 325 325 and this project adheres to [Semantic Versioning](http://semver.org/). 326 326 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 = 328 332 329 333 * ADDED: Complete logo in toolbar. -
ml-slider/trunk/ml-slider.php
r2722280 r2722700 7 7 * Plugin URI: https://www.metaslider.com 8 8 * 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. 49 * Version: 3.27.5 10 10 * Author: MetaSlider 11 11 * Author URI: https://www.metaslider.com … … 41 41 * @var string 42 42 */ 43 public $version = '3.27. 4';43 public $version = '3.27.5'; 44 44 45 45 /** … … 1926 1926 1927 1927 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 99991938 );1939 1928 } 1940 1929 } -
ml-slider/trunk/readme.txt
r2722280 r2722700 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. 45 Stable tag: 3.27.5 6 6 Requires PHP: 5.2 7 7 Tested up to: 5.9.3 … … 325 325 and this project adheres to [Semantic Versioning](http://semver.org/). 326 326 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 = 328 332 329 333 * ADDED: Complete logo in toolbar.
Note: See TracChangeset
for help on using the changeset viewer.