Smart Slider 3 - Version 3.2.6

Version Description

  • 08. August 2017. =
  • Fix: Debug code removed
Download this release

Release Info

Developer nextendweb
Plugin Icon 128x128 Smart Slider 3
Version 3.2.6
Comparing to
See all releases

Code changes from version 3.2.5 to 3.2.6

library/smartslider/smartslider3.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class N2SS3 {
4
 
5
- public static $version = '3.2.5';
6
 
7
  public static $plan = 'pro';
8
 
2
 
3
  class N2SS3 {
4
 
5
+ public static $version = '3.2.6';
6
 
7
  public static $plan = 'pro';
8
 
nextend/library/libraries/assets/js/assets.php CHANGED
@@ -40,7 +40,6 @@ class N2AssetsJs extends N2AssetsAbstract {
40
  $jsCombined = new N2CacheCombine('js', N2Settings::get('minify-js', '0') ? 'N2MinifierJS::minify' : false);
41
  foreach ($this->getFiles() AS $file) {
42
  $jsCombined->add($file);
43
- var_dump($file);
44
  }
45
  $combinedFile = $jsCombined->make();
46
 
40
  $jsCombined = new N2CacheCombine('js', N2Settings::get('minify-js', '0') ? 'N2MinifierJS::minify' : false);
41
  foreach ($this->getFiles() AS $file) {
42
  $jsCombined->add($file);
 
43
  }
44
  $combinedFile = $jsCombined->make();
45
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: slider, gallery slider, image slider, layer slider, responsive slider, sli
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.0
6
  Tested up to: 4.8.1
7
- Stable tag: 3.2.5
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -205,6 +205,9 @@ Of course! Smart Slider use protocol relative urls which works fine on http:// a
205
 
206
  == Changelog ==
207
 
 
 
 
208
  = 3.2.5 - 07. August 2017. =
209
  * Feature: Column count is not limited anymore
210
  * Feature: Post generator post meta variables
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.0
6
  Tested up to: 4.8.1
7
+ Stable tag: 3.2.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
205
 
206
  == Changelog ==
207
 
208
+ = 3.2.6 - 08. August 2017. =
209
+ * Fix: Debug code removed
210
+
211
  = 3.2.5 - 07. August 2017. =
212
  * Feature: Column count is not limited anymore
213
  * Feature: Post generator post meta variables
smart-slider-3.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Smart Slider 3
4
  Plugin URI: https://smartslider3.com/
5
  Description: The perfect all-in-one responsive slider solution for WordPress.
6
- Version: 3.2.5
7
  Author: Nextend
8
  Author URI: http://nextendweb.com
9
  License: GPLv3 or later
3
  Plugin Name: Smart Slider 3
4
  Plugin URI: https://smartslider3.com/
5
  Description: The perfect all-in-one responsive slider solution for WordPress.
6
+ Version: 3.2.6
7
  Author: Nextend
8
  Author URI: http://nextendweb.com
9
  License: GPLv3 or later