MetaSlider - Version 3.3.6

Version Description

Download this release

Release Info

Developer matchalabs
Plugin Icon 128x128 MetaSlider
Version 3.3.6
Comparing to
See all releases

Code changes from version 3.3.5 to 3.3.6

assets/metaslider/admin.css CHANGED
@@ -71,14 +71,19 @@
71
  margin: 0 3px
72
  }
73
 
74
- .metaslider #poststuff .right h3.configuration {
75
  padding: 7px 7px 7px 12px;
76
  line-height: 27px;
 
 
 
77
  }
78
 
79
  .metaslider #poststuff .left h3 {
80
  padding: 7px 5px;
81
  line-height: 27px;
 
 
82
  }
83
 
84
  .metaslider #poststuff .left th {
71
  margin: 0 3px
72
  }
73
 
74
+ .metaslider #poststuff .right .configuration {
75
  padding: 7px 7px 7px 12px;
76
  line-height: 27px;
77
+ float: left;
78
+ width: 100%;
79
+ box-sizing: border-box;
80
  }
81
 
82
  .metaslider #poststuff .left h3 {
83
  padding: 7px 5px;
84
  line-height: 27px;
85
+ margin: 0;
86
+ font-size: 14px;
87
  }
88
 
89
  .metaslider #poststuff .left th {
assets/metaslider/admin.js CHANGED
@@ -22,7 +22,7 @@ jQuery(document).ready(function($) {
22
  // When an image is selected, run a callback.
23
  add_slide_frame.on('insert', function() {
24
 
25
- jQuery(".metaslider .spinner").show();
26
  jQuery(".metaslider input[type=submit]").attr('disabled', 'disabled');
27
 
28
  var selection = add_slide_frame.state().get('selection');
@@ -73,7 +73,7 @@ jQuery(document).ready(function($) {
73
  // When an image is selected, run a callback.
74
  change_slide_frame.on('select', function() {
75
 
76
- jQuery(".metaslider .spinner").show();
77
  jQuery(".metaslider input[type=submit]").attr('disabled', 'disabled');
78
 
79
  var selection = change_slide_frame.state().get('selection');
@@ -106,7 +106,7 @@ jQuery(document).ready(function($) {
106
  }
107
 
108
  });
109
-
110
  }
111
 
112
  });
@@ -237,7 +237,7 @@ jQuery(document).ready(function($) {
237
  });
238
 
239
  jQuery(document).ajaxStop(function() {
240
- jQuery(".metaslider .spinner").hide();
241
  jQuery(".metaslider input[type=submit]").removeAttr("disabled");
242
  });
243
 
@@ -334,7 +334,7 @@ jQuery(document).ready(function($) {
334
  jQuery(".metaslider form").find("input[type=submit]").on("click", function(e) {
335
  e.preventDefault();
336
 
337
- jQuery(".metaslider .spinner").show();
338
  jQuery(".metaslider input[type=submit]").attr("disabled", "disabled");
339
 
340
  // update slide order
22
  // When an image is selected, run a callback.
23
  add_slide_frame.on('insert', function() {
24
 
25
+ jQuery(".metaslider .spinner").show().css('visibility', 'visible');
26
  jQuery(".metaslider input[type=submit]").attr('disabled', 'disabled');
27
 
28
  var selection = add_slide_frame.state().get('selection');
73
  // When an image is selected, run a callback.
74
  change_slide_frame.on('select', function() {
75
 
76
+ jQuery(".metaslider .spinner").show().css('visibility', 'visible');
77
  jQuery(".metaslider input[type=submit]").attr('disabled', 'disabled');
78
 
79
  var selection = change_slide_frame.state().get('selection');
106
  }
107
 
108
  });
109
+
110
  }
111
 
112
  });
237
  });
238
 
239
  jQuery(document).ajaxStop(function() {
240
+ jQuery(".metaslider .spinner").hide().css('visibility', '');
241
  jQuery(".metaslider input[type=submit]").removeAttr("disabled");
242
  });
243
 
334
  jQuery(".metaslider form").find("input[type=submit]").on("click", function(e) {
335
  e.preventDefault();
336
 
337
+ jQuery(".metaslider .spinner").show().css('visibility', 'visible');
338
  jQuery(".metaslider input[type=submit]").attr("disabled", "disabled");
339
 
340
  // update slide order
ml-slider.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Meta Slider
6
  * Plugin URI: https://www.metaslider.com
7
  * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
8
- * Version: 3.3.5
9
  * Author: Matcha Labs
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
@@ -31,7 +31,7 @@ class MetaSliderPlugin {
31
  /**
32
  * @var string
33
  */
34
- public $version = '3.3.5';
35
 
36
 
37
  /**
@@ -1259,12 +1259,11 @@ class MetaSliderPlugin {
1259
  <div id="postbox-container-1" class="postbox-container">
1260
  <div class='right'>
1261
  <div class="ms-postbox" id="metaslider_configuration">
1262
- <h3 class='configuration'>
1263
- <?php _e( "Settings", "ml-slider" ) ?>
1264
  <input class='alignright button button-primary' type='submit' name='save' id='ms-save' value='<?php _e( "Save", "ml-slider" ) ?>' />
1265
  <input class='alignright button button-primary' type='submit' name='preview' id='ms-preview' value='<?php _e( "Save & Preview", "ml-slider" ) ?>' data-slider_id='<?php echo $this->slider->id ?>' data-slider_width='<?php echo $this->slider->get_setting( 'width' ) ?>' data-slider_height='<?php echo $this->slider->get_setting( 'height' ) ?>' />
1266
  <span class="spinner"></span>
1267
- </h3>
1268
  <div class="inside">
1269
  <table class="settings">
1270
  <tbody>
5
  * Plugin Name: Meta Slider
6
  * Plugin URI: https://www.metaslider.com
7
  * Description: Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
8
+ * Version: 3.3.6
9
  * Author: Matcha Labs
10
  * Author URI: https://www.metaslider.com
11
  * License: GPL-2.0+
31
  /**
32
  * @var string
33
  */
34
+ public $version = '3.3.6';
35
 
36
 
37
  /**
1259
  <div id="postbox-container-1" class="postbox-container">
1260
  <div class='right'>
1261
  <div class="ms-postbox" id="metaslider_configuration">
1262
+ <div class='configuration'>
 
1263
  <input class='alignright button button-primary' type='submit' name='save' id='ms-save' value='<?php _e( "Save", "ml-slider" ) ?>' />
1264
  <input class='alignright button button-primary' type='submit' name='preview' id='ms-preview' value='<?php _e( "Save & Preview", "ml-slider" ) ?>' data-slider_id='<?php echo $this->slider->id ?>' data-slider_width='<?php echo $this->slider->get_setting( 'width' ) ?>' data-slider_height='<?php echo $this->slider->get_setting( 'height' ) ?>' />
1265
  <span class="spinner"></span>
1266
+ </div>
1267
  <div class="inside">
1268
  <table class="settings">
1269
  <tbody>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: matchalabs
3
  Tags: wordpress slideshow,seo,slideshow,slider,widget,wordpress slider,image slider,flexslider,flex slider,nivoslider,nivo slider,responsive,responsive slides,coinslider,coin slider,slideshow,carousel,responsive slider,vertical slides
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CQ84KC4X8YKW8
5
  Requires at least: 3.5
6
- Tested up to: 4.3.1
7
- Stable tag: 3.3.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -43,7 +43,7 @@ The most popular WordPress slider plugin. Creating slideshows with [Meta Slider]
43
  * Free basic support (covering installation issues and theme/plugin conflicts)
44
  * Lightbox support with the [Meta Slider Lightbox](http://wordpress.org/plugins/ml-slider-lightbox/) addon
45
 
46
- Upgrade to [Meta Slider Pro](http://www.metaslider.com/upgrade) to add support for:
47
 
48
  * YouTube & Vimeo slides
49
  * HTML slides
@@ -79,7 +79,7 @@ Read more and thanks to:
79
  * [Coin Slider](http://workshop.rs/projects/coin-slider/)
80
  * [Nivo Slider](http://dev7studios.com/nivo-slider/)
81
 
82
- Find out more at http://www.metaslider.com
83
 
84
  Follow us on Twitter: [@wpmetaslider](https://twitter.com/wpmetaslider)
85
 
@@ -147,7 +147,7 @@ See www.metaslider.com/documentation/image-cropping/
147
 
148
  == Changelog ==
149
 
150
- = 3.3.5 [11/09/15] =
151
 
152
  * Prepare plugin for WordPress.org translation project (rename textdomain from 'metaslider' to 'ml-slider')
153
  * Small styling fix
3
  Tags: wordpress slideshow,seo,slideshow,slider,widget,wordpress slider,image slider,flexslider,flex slider,nivoslider,nivo slider,responsive,responsive slides,coinslider,coin slider,slideshow,carousel,responsive slider,vertical slides
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CQ84KC4X8YKW8
5
  Requires at least: 3.5
6
+ Tested up to: 4.5.1
7
+ Stable tag: 3.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
43
  * Free basic support (covering installation issues and theme/plugin conflicts)
44
  * Lightbox support with the [Meta Slider Lightbox](http://wordpress.org/plugins/ml-slider-lightbox/) addon
45
 
46
+ Upgrade to [Meta Slider Pro](https://www.metaslider.com/upgrade) to add support for:
47
 
48
  * YouTube & Vimeo slides
49
  * HTML slides
79
  * [Coin Slider](http://workshop.rs/projects/coin-slider/)
80
  * [Nivo Slider](http://dev7studios.com/nivo-slider/)
81
 
82
+ Find out more at https://www.metaslider.com
83
 
84
  Follow us on Twitter: [@wpmetaslider](https://twitter.com/wpmetaslider)
85
 
147
 
148
  == Changelog ==
149
 
150
+ = 3.3.5 [22/09/15] =
151
 
152
  * Prepare plugin for WordPress.org translation project (rename textdomain from 'metaslider' to 'ml-slider')
153
  * Small styling fix