Version Description
Download this release
Release Info
Developer | averta |
Plugin | Master Slider – Responsive Touch Slider |
Version | 3.8.7 |
Comparing to | |
See all releases |
Code changes from version 3.8.6 to 3.8.7
- README.txt +7 -4
- admin/includes/classes/class-msp-admin-assets.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: 5.0
|
9 |
Tested up to: 6.1.1
|
10 |
-
Stable tag: 3.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,7 +237,10 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
|
|
237 |
|
238 |
== Changelog ==
|
239 |
|
240 |
-
= 3.8.
|
|
|
|
|
|
|
241 |
|
242 |
= Version 3.8.5/ (20.11.2022) =
|
243 |
- [Fixed]: An incompatibility with the new version of WordPress fixed.
|
@@ -507,5 +510,5 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
|
|
507 |
|
508 |
== Upgrade Notice ==
|
509 |
|
510 |
-
= Version 3.8.
|
511 |
-
- [Fixed]: An
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 5.0
|
9 |
Tested up to: 6.1.1
|
10 |
+
Stable tag: 3.8.7
|
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.8.7 =
|
241 |
+
|
242 |
+
= Version 3.8.7/ (07.12.2022) =
|
243 |
+
- [Fixed]: An issue with loading slider in the editor fixed.
|
244 |
|
245 |
= Version 3.8.5/ (20.11.2022) =
|
246 |
- [Fixed]: An incompatibility with the new version of WordPress fixed.
|
510 |
|
511 |
== Upgrade Notice ==
|
512 |
|
513 |
+
= Version 3.8.7/ (07.12.2022) =
|
514 |
+
- [Fixed]: An issue with loading slider in the editor fixed.
|
admin/includes/classes/class-msp-admin-assets.php
CHANGED
@@ -157,8 +157,8 @@ class MSP_Admin_Assets {
|
|
157 |
$msp_preset_effect = empty( $msp_preset_effect ) ? '' : $msp_preset_effect;
|
158 |
$msp_buttons_style = empty( $msp_buttons_style ) ? '' : $msp_buttons_style;
|
159 |
|
160 |
-
|
161 |
-
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_DATA =
|
162 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_PRESET_STYLE = "' . $msp_preset_style . '";');
|
163 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_PRESET_EFFECT = "' . $msp_preset_effect . '";');
|
164 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_TYPE = "' . $slider_type . '";' );
|
157 |
$msp_preset_effect = empty( $msp_preset_effect ) ? '' : $msp_preset_effect;
|
158 |
$msp_buttons_style = empty( $msp_buttons_style ) ? '' : $msp_buttons_style;
|
159 |
|
160 |
+
|
161 |
+
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_DATA = ' . $msp_data );
|
162 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_PRESET_STYLE = "' . $msp_preset_style . '";');
|
163 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_PRESET_EFFECT = "' . $msp_preset_effect . '";');
|
164 |
wp_add_inline_script( $this->panel_js_handler, 'var __MSP_TYPE = "' . $slider_type . '";' );
|
includes/init/define.php
CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
|
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
-
define( 'MSWP_AVERTA_VERSION' , '3.8.
|
9 |
|
10 |
define( 'MSWP_SLUG' , 'master-slider' );
|
11 |
define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
+
define( 'MSWP_AVERTA_VERSION' , '3.8.7' );
|
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.8.
|
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.8.7
|
15 |
* Author: averta
|
16 |
* Author URI: http://averta.net
|
17 |
* Text Domain: master-slider
|