Version Description
Download this release
Release Info
Developer | averta |
Plugin | Master Slider – Responsive Touch Slider |
Version | 3.4.6 |
Comparing to | |
See all releases |
Code changes from version 3.4.5 to 3.4.6
- README.txt +4 -4
- admin/includes/classes/class-msp-notices.php +1 -1
- 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.3
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.0.0
|
10 |
-
Stable tag: 3.4.
|
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.4.
|
241 |
|
242 |
-
= Version 3.4.
|
243 |
- [Fix]: An issue with accessing the sample sliders panel fixed.
|
244 |
|
245 |
= Version 3.4.4/ (18.04.2018) =
|
@@ -461,5 +461,5 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
|
|
461 |
|
462 |
== Upgrade Notice ==
|
463 |
|
464 |
-
= Version 3.4.
|
465 |
- [Fix]: An issue with accessing the sample sliders panel fixed.
|
7 |
Requires PHP: 5.3
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.0.0
|
10 |
+
Stable tag: 3.4.6
|
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.4.6 =
|
241 |
|
242 |
+
= Version 3.4.6/ (29.04.2018) =
|
243 |
- [Fix]: An issue with accessing the sample sliders panel fixed.
|
244 |
|
245 |
= Version 3.4.4/ (18.04.2018) =
|
461 |
|
462 |
== Upgrade Notice ==
|
463 |
|
464 |
+
= Version 3.4.6/ (29.04.2018) =
|
465 |
- [Fix]: An issue with accessing the sample sliders panel fixed.
|
admin/includes/classes/class-msp-notices.php
CHANGED
@@ -162,7 +162,7 @@ class MSP_Notices {
|
|
162 |
if( false !== ( $result = msp_get_transient( $transient_id ) ) ){
|
163 |
if( isset( $result['enabled'] ) ){
|
164 |
$result['enabled'] = false;
|
165 |
-
msp_set_transient( $transient_id, $result, 3 *
|
166 |
}
|
167 |
}
|
168 |
|
162 |
if( false !== ( $result = msp_get_transient( $transient_id ) ) ){
|
163 |
if( isset( $result['enabled'] ) ){
|
164 |
$result['enabled'] = false;
|
165 |
+
msp_set_transient( $transient_id, $result, 3 * MONTH_IN_SECONDS );
|
166 |
}
|
167 |
}
|
168 |
|
includes/init/define.php
CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
|
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
-
define( 'MSWP_AVERTA_VERSION' , '3.4.
|
9 |
|
10 |
define( 'MSWP_SLUG' , 'master-slider' );
|
11 |
define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
|
5 |
die();
|
6 |
}
|
7 |
|
8 |
+
define( 'MSWP_AVERTA_VERSION' , '3.4.6' );
|
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.4.
|
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.4.6
|
15 |
* Author: averta
|
16 |
* Author URI: http://averta.net
|
17 |
* Text Domain: master-slider
|