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 | MetaSlider |
Version | 3.13.1 |
Comparing to | |
See all releases |
Code changes from version 3.13.0 to 3.13.1
- admin/assets/css/{admin-3-13-0.css → admin-3-13-1.css} +0 -0
- admin/assets/css/gutenberg/{editor-block-3-13-0.css → editor-block-3-13-1.css} +0 -0
- admin/assets/css/gutenberg/{ms-block-editor-3-13-0.css → ms-block-editor-3-13-1.css} +0 -0
- admin/assets/css/{icon-3-13-0.css → icon-3-13-1.css} +0 -0
- admin/assets/css/{notices-3-13-0.css → notices-3-13-1.css} +0 -0
- admin/assets/css/{upgrade-3-13-0.css → upgrade-3-13-1.css} +0 -0
- admin/assets/js/{admin-3-13-0.js → admin-3-13-1.js} +0 -0
- admin/assets/js/{app-3-13-0.js → app-3-13-1.js} +0 -0
- admin/assets/js/{editor-block-3-13-0.js → editor-block-3-13-1.js} +0 -0
- admin/assets/js/{tour-3-13-0.js → tour-3-13-1.js} +0 -0
- admin/assets/vendor/colorbox/{colorbox-3-13-0.css → colorbox-3-13-1.css} +0 -0
- admin/assets/vendor/tipsy/{tipsy-3-13-0.css → tipsy-3-13-1.css} +0 -0
- admin/slideshows/Themes.php +1 -1
- assets/metaslider/{public-3-13-0.css → public-3-13-1.css} +0 -0
- assets/sliders/nivoslider/{nivo-slider-3-13-0.css → nivo-slider-3-13-1.css} +0 -0
- assets/sliders/nivoslider/themes/bar/{bar-3-13-0.css → bar-3-13-1.css} +0 -0
- assets/sliders/nivoslider/themes/dark/{dark-3-13-0.css → dark-3-13-1.css} +0 -0
- assets/sliders/nivoslider/themes/default/{default-3-13-0.css → default-3-13-1.css} +0 -0
- assets/sliders/nivoslider/themes/light/{light-3-13-0.css → light-3-13-1.css} +0 -0
- assets/sliders/responsiveslides/{responsiveslides-3-13-0.css → responsiveslides-3-13-1.css} +0 -0
- ml-slider.php +2 -2
- readme.txt +6 -2
- themes/architekt/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/blend/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/bubble/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/cubic/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/highway/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/jenga/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/nivo-bar/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/nivo-dark/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/nivo-light/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/precognition/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- themes/radix/v1.0.0/{script-3-13-0.js → script-3-13-1.js} +0 -0
- 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.
|
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.
|
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.
|
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.
|
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
|