Master Slider – Responsive Touch Slider - Version 3.3.2

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Master Slider – Responsive Touch Slider
Version 3.3.2
Comparing to
See all releases

Code changes from version 3.3.1 to 3.3.2

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: 4.9.0
10
- Stable tag: 3.3.1
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.3.1 =
241
 
242
- = Version 3.3.1/ (26.11.2017) =
243
  - [Fix]: An overlay issue on Master Slider dashboard fixed.
244
 
245
  = Version 3.3.0/ (25.11.2017) =
@@ -454,5 +454,5 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
454
 
455
  == Upgrade Notice ==
456
 
457
- = Version 3.3.1/ (26.11.2017) =
458
  - [Fix]: An overlay issue on Master Slider dashboard fixed.
7
  Requires PHP: 5.3
8
  Requires at least: 4.6
9
  Tested up to: 4.9.0
10
+ Stable tag: 3.3.2
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.3.2 =
241
 
242
+ = Version 3.3.2/ (26.11.2017) =
243
  - [Fix]: An overlay issue on Master Slider dashboard fixed.
244
 
245
  = Version 3.3.0/ (25.11.2017) =
454
 
455
  == Upgrade Notice ==
456
 
457
+ = Version 3.3.2/ (26.11.2017) =
458
  - [Fix]: An overlay issue on Master Slider dashboard fixed.
admin/views/slider-dashboard/list-sliders.php CHANGED
@@ -187,7 +187,8 @@ if( current_user_can( 'create_masterslider' ) ) { ?>
187
  if( isset( $_GET['dismiss_mspp_notice'] ) && $_GET['dismiss_mspp_notice'] == 1 ){
188
  set_transient( 'masterslider_display_popup_notice', 1000, 3 * DAY_IN_SECONDS );
189
  }
190
- if( false === get_transient( 'masterslider_display_popup_notice' ) || ! empty( $_GET['msad'] ) ) {
 
191
  set_transient( 'masterslider_display_popup_notice', 1000, 5 * YEAR_IN_SECONDS );
192
 
193
  $info = msp_get_ad_info();
187
  if( isset( $_GET['dismiss_mspp_notice'] ) && $_GET['dismiss_mspp_notice'] == 1 ){
188
  set_transient( 'masterslider_display_popup_notice', 1000, 3 * DAY_IN_SECONDS );
189
  }
190
+ if( 0 || isset( $_GET['msad'] ) ) {
191
+ //if( false === get_transient( 'masterslider_display_popup_notice' ) || ! empty( $_GET['msad'] ) ) {
192
  set_transient( 'masterslider_display_popup_notice', 1000, 5 * YEAR_IN_SECONDS );
193
 
194
  $info = msp_get_ad_info();
includes/init/define.php CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
5
  die();
6
  }
7
 
8
- define( 'MSWP_AVERTA_VERSION' , '3.3.1' );
9
 
10
  define( 'MSWP_SLUG' , 'master-slider' );
11
  define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
5
  die();
6
  }
7
 
8
+ define( 'MSWP_AVERTA_VERSION' , '3.3.2' );
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.3.1
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.3.2
15
  * Author: averta
16
  * Author URI: http://averta.net
17
  * Text Domain: master-slider