Master Slider – Responsive Touch Slider - Version 2.7.1

Version Description

Download this release

Release Info

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

Code changes from version 2.7.0 to 2.7.1

README.txt CHANGED
@@ -5,8 +5,8 @@ License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: banner rotator, carousel, content slider, gallery, image slider, responsive slider, showcase, slideshow, swipe, touch slider, video gallery, SEO, vertical slide, HTML5 slider, hardware accelerate, best slider, animation, mobile slider, iOS, android, video slider, youtube slider, horizontal slider, vertical slider, fullwidth slider, fullscreen slider, post slider, photo slider, online album, mobile slider, WordPress slider,wpml, ,ultisite, wistia, woocommerce, product slider, woocommerce slider, portfolio, gallery
7
  Requires at least: 4.0
8
- Tested up to: 4.3.0
9
- Stable tag: 2.7.0
10
 
11
  The most advanced responsive and HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on desktop and devices.
12
 
@@ -225,6 +225,10 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
225
  11. Flexible slider controls
226
 
227
 
 
 
 
 
228
  = Version 2.7.0 / (26.9.2015) =
229
  - [Improvement]: Now the slide info sections with no conent are no longer visible
230
  - [Improvement]: Now Master Slider is fully compatible with new upcoming translation service on wp.org
@@ -397,5 +401,5 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
397
 
398
  == Upgrade Notice ==
399
 
400
- = 2.7.0 =
401
- - [Fix]: Legacy widget constructor replaced with new one
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: banner rotator, carousel, content slider, gallery, image slider, responsive slider, showcase, slideshow, swipe, touch slider, video gallery, SEO, vertical slide, HTML5 slider, hardware accelerate, best slider, animation, mobile slider, iOS, android, video slider, youtube slider, horizontal slider, vertical slider, fullwidth slider, fullscreen slider, post slider, photo slider, online album, mobile slider, WordPress slider,wpml, ,ultisite, wistia, woocommerce, product slider, woocommerce slider, portfolio, gallery
7
  Requires at least: 4.0
8
+ Tested up to: 4.3.1
9
+ Stable tag: 2.7.2
10
 
11
  The most advanced responsive and HTML5 WordPress slider plugin with touch swipe navigation that works smoothly on desktop and devices.
12
 
225
  11. Flexible slider controls
226
 
227
 
228
+
229
+ = Version 2.7.1 / (4.10.2015) =
230
+ - [Fix]: Minor issue with an undefined variable fixed
231
+
232
  = Version 2.7.0 / (26.9.2015) =
233
  - [Improvement]: Now the slide info sections with no conent are no longer visible
234
  - [Improvement]: Now Master Slider is fully compatible with new upcoming translation service on wp.org
401
 
402
  == Upgrade Notice ==
403
 
404
+ = 2.7.1 =
405
+ - [Fix]: Minor issue with an undefined variable fixed
admin/includes/classes/class-msp-shortcode-factory.php CHANGED
@@ -158,9 +158,7 @@ class MSP_Shortcode_Factory {
158
  if( empty( $the_content ) )
159
  return '';
160
 
161
- if( " " == $the_content ){
162
- $css_class = 'ms-info-empty';
163
- }
164
 
165
  return sprintf( '[%1$s css_class="%3$s"]%2$s[/%1$s]', 'ms_slide_info', $the_content, $css_class )."\n";
166
  }
158
  if( empty( $the_content ) )
159
  return '';
160
 
161
+ $css_class = ( " " == $the_content ) ? 'ms-info-empty' : '';
 
 
162
 
163
  return sprintf( '[%1$s css_class="%3$s"]%2$s[/%1$s]', 'ms_slide_info', $the_content, $css_class )."\n";
164
  }
includes/init/define.php CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
5
  die();
6
  }
7
 
8
- define( 'MSWP_AVERTA_VERSION' , '2.7.0' );
9
 
10
  define( 'MSWP_SLUG' , 'master-slider' );
11
  define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
5
  die();
6
  }
7
 
8
+ define( 'MSWP_AVERTA_VERSION' , '2.7.1' );
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: 2.7.0
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: 2.7.1
15
  * Author: averta
16
  * Author URI: http://averta.net
17
  * Text Domain: master-slider