Version Description
Download this release
Release Info
Developer | averta |
Plugin | Master Slider – Responsive Touch Slider |
Version | 3.5.8 |
Comparing to | |
See all releases |
Code changes from version 3.5.7 to 3.5.8
- README.txt +4 -4
- admin/includes/classes/class-msp-importer.php +2 -2
- includes/init/define.php +1 -1
- master-slider.php +1 -1
README.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: slider, image slider, wordpress slider, video slider, best slider plugin,
|
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.3.3
|
10 |
-
Stable tag: 3.5.
|
11 |
|
12 |
Build SEO friendly sliders fast and easy with Master Slider. The most advanced responsive HTML5 WordPress slider plugin, with touch swipe navigation that works smoothly on desktop and devices.
|
13 |
|
@@ -237,9 +237,9 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
|
|
237 |
|
238 |
== Changelog ==
|
239 |
|
240 |
-
= 3.5.
|
241 |
|
242 |
-
= Version 3.5.
|
243 |
- [Improvement]: Minor bugs fix.
|
244 |
- [Fix]: Compatibility with PHP 7.4 applied.
|
245 |
|
@@ -473,6 +473,6 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
|
|
473 |
|
474 |
== Upgrade Notice ==
|
475 |
|
476 |
-
= Version 3.5.
|
477 |
- [Improvement]: Minor bugs fix.
|
478 |
- [Fix]: Compatibility with PHP 7.4 applied.
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.3.3
|
10 |
+
Stable tag: 3.5.8
|
11 |
|
12 |
Build SEO friendly sliders fast and easy with Master Slider. The most advanced responsive HTML5 WordPress slider plugin, with touch swipe navigation that works smoothly on desktop and devices.
|
13 |
|
237 |
|
238 |
== Changelog ==
|
239 |
|
240 |
+
= 3.5.8 =
|
241 |
|
242 |
+
= Version 3.5.8/ (20.01.2020) =
|
243 |
- [Improvement]: Minor bugs fix.
|
244 |
- [Fix]: Compatibility with PHP 7.4 applied.
|
245 |
|
473 |
|
474 |
== Upgrade Notice ==
|
475 |
|
476 |
+
= Version 3.5.8/ (20.01.2020) =
|
477 |
- [Improvement]: Minor bugs fix.
|
478 |
- [Fix]: Compatibility with PHP 7.4 applied.
|
admin/includes/classes/class-msp-importer.php
CHANGED
@@ -69,7 +69,7 @@ class MSP_Importer {
|
|
69 |
*/
|
70 |
function header() {
|
71 |
echo '<div class="wrap">';
|
72 |
-
|
73 |
echo '<h2>' . __( 'Importing Master Slider', 'wordpress-importer' ) . '</h2><br />';
|
74 |
}
|
75 |
|
@@ -659,7 +659,7 @@ class MSP_Importer {
|
|
659 |
return new WP_Error( 'upload_dir_error', $upload['error'] );
|
660 |
|
661 |
// fetch the remote url and write it to the placeholder file
|
662 |
-
$headers =
|
663 |
|
664 |
// request failed
|
665 |
if ( ! $headers ) {
|
69 |
*/
|
70 |
function header() {
|
71 |
echo '<div class="wrap">';
|
72 |
+
|
73 |
echo '<h2>' . __( 'Importing Master Slider', 'wordpress-importer' ) . '</h2><br />';
|
74 |
}
|
75 |
|
659 |
return new WP_Error( 'upload_dir_error', $upload['error'] );
|
660 |
|
661 |
// fetch the remote url and write it to the placeholder file
|
662 |
+
$headers = WP_Http::get( $url, $upload['file'] );
|
663 |
|
664 |
// request failed
|
665 |
if ( ! $headers ) {
|
includes/init/define.php
CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
|
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
-
define( 'MSWP_AVERTA_VERSION' , '3.5.
|
9 |
|
10 |
define( 'MSWP_SLUG' , 'master-slider' );
|
11 |
define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
+
define( 'MSWP_AVERTA_VERSION' , '3.5.8' );
|
9 |
|
10 |
define( 'MSWP_SLUG' , 'master-slider' );
|
11 |
define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
|
master-slider.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* Plugin Name: Master Slider
|
12 |
* Plugin URI: https://wordpress.org/plugins/master-slider/
|
13 |
* Description: Master Slider is the most advanced responsive HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on devices too.
|
14 |
-
* Version: 3.5.
|
15 |
* Author: averta
|
16 |
* Author URI: http://averta.net
|
17 |
* Text Domain: master-slider
|
11 |
* Plugin Name: Master Slider
|
12 |
* Plugin URI: https://wordpress.org/plugins/master-slider/
|
13 |
* Description: Master Slider is the most advanced responsive HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on devices too.
|
14 |
+
* Version: 3.5.8
|
15 |
* Author: averta
|
16 |
* Author URI: http://averta.net
|
17 |
* Text Domain: master-slider
|