Master Slider – Responsive Touch Slider - Version 3.1.1

Version Description

Download this release

Release Info

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

Code changes from version 3.1.0 to 3.1.1

README.txt CHANGED
@@ -6,7 +6,7 @@ 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.6
8
  Tested up to: 4.8.0
9
- Stable tag: 3.1.0
10
 
11
  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.
12
 
@@ -236,9 +236,9 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/master-sl
236
 
237
  == Changelog ==
238
 
239
- = 3.1.0 =
240
 
241
- = Version 3.1.0/ (16.08.2017) =
242
  - [Improvement]: Performance improvement and bug fix.
243
 
244
  = Version 3.0.2 / (12.07.2017) =
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.6
8
  Tested up to: 4.8.0
9
+ Stable tag: 3.1.1
10
 
11
  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.
12
 
236
 
237
  == Changelog ==
238
 
239
+ = 3.1.1 =
240
 
241
+ = Version 3.1.1/ (17.08.2017) =
242
  - [Improvement]: Performance improvement and bug fix.
243
 
244
  = Version 3.0.2 / (12.07.2017) =
admin/views/slider-dashboard/list-sliders.php CHANGED
@@ -33,7 +33,7 @@ if( current_user_can( 'create_masterslider' ) ) { ?>
33
 
34
  foreach ( $starter_sections as $starter_section ) {
35
  ?>
36
- <div class="msp-dialog-inner-title ui-helper-clearfix msp-type-<? echo esc_attr( $starter_section['id'] ); ?>">
37
  <?php
38
  if( ! empty( $starter_section['title'] ) ) {
39
  echo '<span>' . $starter_section['title'] . '</span>';
33
 
34
  foreach ( $starter_sections as $starter_section ) {
35
  ?>
36
+ <div class="msp-dialog-inner-title ui-helper-clearfix msp-type-<?php echo esc_attr( $starter_section['id'] ); ?>">
37
  <?php
38
  if( ! empty( $starter_section['title'] ) ) {
39
  echo '<span>' . $starter_section['title'] . '</span>';
includes/init/define.php CHANGED
@@ -5,7 +5,7 @@ if ( ! defined('ABSPATH') ) {
5
  die();
6
  }
7
 
8
- define( 'MSWP_AVERTA_VERSION' , '3.1.0' );
9
 
10
  define( 'MSWP_SLUG' , 'master-slider' );
11
  define( 'MSWP_TEXT_DOMAIN' , 'masterslider' );
5
  die();
6
  }
7
 
8
+ define( 'MSWP_AVERTA_VERSION' , '3.1.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: 3.1.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: 3.1.1
15
  * Author: averta
16
  * Author URI: http://averta.net
17
  * Text Domain: master-slider