MetaSlider - Version 3.13.1

Version Description

  • 2019/May/11 =

  • TWEAK: Corrects a check on a variable in Theme.php, preventing a possible PHP notice

Download this release

Release Info

Developer DavidAnderson
Plugin Icon 128x128 MetaSlider
Version 3.13.1
Comparing to
See all releases

Code changes from version 3.13.0 to 3.13.1

Files changed (34) hide show
  1. admin/assets/css/{admin-3-13-0.css → admin-3-13-1.css} +0 -0
  2. admin/assets/css/gutenberg/{editor-block-3-13-0.css → editor-block-3-13-1.css} +0 -0
  3. admin/assets/css/gutenberg/{ms-block-editor-3-13-0.css → ms-block-editor-3-13-1.css} +0 -0
  4. admin/assets/css/{icon-3-13-0.css → icon-3-13-1.css} +0 -0
  5. admin/assets/css/{notices-3-13-0.css → notices-3-13-1.css} +0 -0
  6. admin/assets/css/{upgrade-3-13-0.css → upgrade-3-13-1.css} +0 -0
  7. admin/assets/js/{admin-3-13-0.js → admin-3-13-1.js} +0 -0
  8. admin/assets/js/{app-3-13-0.js → app-3-13-1.js} +0 -0
  9. admin/assets/js/{editor-block-3-13-0.js → editor-block-3-13-1.js} +0 -0
  10. admin/assets/js/{tour-3-13-0.js → tour-3-13-1.js} +0 -0
  11. admin/assets/vendor/colorbox/{colorbox-3-13-0.css → colorbox-3-13-1.css} +0 -0
  12. admin/assets/vendor/tipsy/{tipsy-3-13-0.css → tipsy-3-13-1.css} +0 -0
  13. admin/slideshows/Themes.php +1 -1
  14. assets/metaslider/{public-3-13-0.css → public-3-13-1.css} +0 -0
  15. assets/sliders/nivoslider/{nivo-slider-3-13-0.css → nivo-slider-3-13-1.css} +0 -0
  16. assets/sliders/nivoslider/themes/bar/{bar-3-13-0.css → bar-3-13-1.css} +0 -0
  17. assets/sliders/nivoslider/themes/dark/{dark-3-13-0.css → dark-3-13-1.css} +0 -0
  18. assets/sliders/nivoslider/themes/default/{default-3-13-0.css → default-3-13-1.css} +0 -0
  19. assets/sliders/nivoslider/themes/light/{light-3-13-0.css → light-3-13-1.css} +0 -0
  20. assets/sliders/responsiveslides/{responsiveslides-3-13-0.css → responsiveslides-3-13-1.css} +0 -0
  21. ml-slider.php +2 -2
  22. readme.txt +6 -2
  23. themes/architekt/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  24. themes/blend/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  25. themes/bubble/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  26. themes/cubic/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  27. themes/highway/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  28. themes/jenga/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  29. themes/nivo-bar/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  30. themes/nivo-dark/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  31. themes/nivo-light/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  32. themes/precognition/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  33. themes/radix/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
  34. themes/starter/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
admin/assets/css/{admin-3-13-0.css → admin-3-13-1.css} RENAMED
File without changes
admin/assets/css/gutenberg/{editor-block-3-13-0.css → editor-block-3-13-1.css} RENAMED
File without changes
admin/assets/css/gutenberg/{ms-block-editor-3-13-0.css → ms-block-editor-3-13-1.css} RENAMED
File without changes
admin/assets/css/{icon-3-13-0.css → icon-3-13-1.css} RENAMED
File without changes
admin/assets/css/{notices-3-13-0.css → notices-3-13-1.css} RENAMED
File without changes
admin/assets/css/{upgrade-3-13-0.css → upgrade-3-13-1.css} RENAMED
File without changes
admin/assets/js/{admin-3-13-0.js → admin-3-13-1.js} RENAMED
File without changes
admin/assets/js/{app-3-13-0.js → app-3-13-1.js} RENAMED
File without changes
admin/assets/js/{editor-block-3-13-0.js → editor-block-3-13-1.js} RENAMED
File without changes
admin/assets/js/{tour-3-13-0.js → tour-3-13-1.js} RENAMED
File without changes
admin/assets/vendor/colorbox/{colorbox-3-13-0.css → colorbox-3-13-1.css} RENAMED
File without changes
admin/assets/vendor/tipsy/{tipsy-3-13-0.css → tipsy-3-13-1.css} RENAMED
File without changes
admin/slideshows/Themes.php CHANGED
@@ -323,7 +323,7 @@ class MetaSlider_Themes {
323
  }
324
 
325
  // Load in the base theme class
326
- if ($theme_dir && isset($theme['version'])) {
327
  require_once(METASLIDER_THEMES_PATH . 'ms-theme-base.php');
328
  return include_once trailingslashit($theme_dir) . trailingslashit($theme['version']) . 'theme.php';
329
  }
323
  }
324
 
325
  // Load in the base theme class
326
+ if (isset($theme_dir) && isset($theme['version'])) {
327
  require_once(METASLIDER_THEMES_PATH . 'ms-theme-base.php');
328
  return include_once trailingslashit($theme_dir) . trailingslashit($theme['version']) . 'theme.php';
329
  }
assets/metaslider/{public-3-13-0.css → public-3-13-1.css} RENAMED
File without changes
assets/sliders/nivoslider/{nivo-slider-3-13-0.css → nivo-slider-3-13-1.css} RENAMED
File without changes
assets/sliders/nivoslider/themes/bar/{bar-3-13-0.css → bar-3-13-1.css} RENAMED
File without changes
assets/sliders/nivoslider/themes/dark/{dark-3-13-0.css → dark-3-13-1.css} RENAMED
File without changes
assets/sliders/nivoslider/themes/default/{default-3-13-0.css → default-3-13-1.css} RENAMED
File without changes
assets/sliders/nivoslider/themes/light/{light-3-13-0.css → light-3-13-1.css} RENAMED
File without changes
assets/sliders/responsiveslides/{responsiveslides-3-13-0.css → responsiveslides-3-13-1.css} RENAMED
File without changes
ml-slider.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: MetaSlider
7
  * Plugin URI: https://www.metaslider.com
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.13.0
10
  * Author: Team Updraft
11
  * Author URI: https://www.metaslider.com
12
  * License: GPL-2.0+
@@ -32,7 +32,7 @@ class MetaSliderPlugin {
32
  *
33
  * @var string
34
  */
35
- public $version = '3.13.0';
36
 
37
  /**
38
  * Pro installed version number
6
  * Plugin Name: MetaSlider
7
  * Plugin URI: https://www.metaslider.com
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.13.1
10
  * Author: Team Updraft
11
  * Author URI: https://www.metaslider.com
12
  * License: GPL-2.0+
32
  *
33
  * @var string
34
  */
35
+ public $version = '3.13.1';
36
 
37
  /**
38
  * Pro installed version number
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: matchalabs, DavidAnderson, dnutbourne, kbat82
3
  Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
4
  Donate link: https://david.dw-perspective.org.uk/donate
5
  Requires at least: 3.5
6
- Stable tag: 3.13.0
7
  Requires PHP: 5.2
8
  Tested up to: 5.2
9
  License: GPLv2 or later
@@ -164,6 +164,10 @@ See https://www.metaslider.com/documentation/image-cropping/
164
 
165
  == Changelog ==
166
 
 
 
 
 
167
  = 3.13.0 - 2019/May/7 =
168
 
169
  * FEATURE: Allows captions to inherit the image description
@@ -767,4 +771,4 @@ More info/Comments: http://www.metaslider.com/coming-soon-meta-slider-2-6-free/
767
  * Initial version
768
 
769
  == Upgrade Notice ==
770
- * 3.13.0 : New feature: Allows captions to inherit the image description. Various other small tweaks. A recommended update for all.
3
  Tags: slideshow, slider, image slider, carousel, gallery, flexslider, wordpress slider, nivoslider, rotating banner, responsive slideshow, seo slideshow, unsplash
4
  Donate link: https://david.dw-perspective.org.uk/donate
5
  Requires at least: 3.5
6
+ Stable tag: 3.13.1
7
  Requires PHP: 5.2
8
  Tested up to: 5.2
9
  License: GPLv2 or later
164
 
165
  == Changelog ==
166
 
167
+ = 3.13.1 - 2019/May/11 =
168
+
169
+ * TWEAK: Corrects a check on a variable in Theme.php, preventing a possible PHP notice
170
+
171
  = 3.13.0 - 2019/May/7 =
172
 
173
  * FEATURE: Allows captions to inherit the image description
771
  * Initial version
772
 
773
  == Upgrade Notice ==
774
+ * 3.13.1 : Upgrade now if you are seeing a PHP notice on your site
themes/architekt/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/blend/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/bubble/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/cubic/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/highway/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/jenga/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/nivo-bar/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/nivo-dark/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/nivo-light/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/precognition/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/radix/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes
themes/starter/v1.0.0/{script-3-13-0.js → script-3-13-1.js} RENAMED
File without changes