Smart Slider 3 - Version 3.4.1.7

Version Description

  • 19. May 2020. =
  • Fix: Horizontal bar is not showing
Download this release

Release Info

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

Code changes from version 3.4.1.6 to 3.4.1.7

Nextend/SmartSlider3/SmartSlider3Info.php CHANGED
@@ -14,15 +14,15 @@ use Nextend\SmartSlider3\Application\Model\ModelLicense;
14
 
15
  class SmartSlider3Info {
16
 
17
- public static $version = '3.4.1.6';
18
 
19
  public static $channel = 'stable';
20
 
21
- public static $revision = '8578540140d0c70230ff8989c3fcc49e72204049';
22
 
23
- public static $revisionShort = '85785401';
24
 
25
- public static $branch = 'release-3.4.1.6';
26
 
27
  public static $completeVersion;
28
 
14
 
15
  class SmartSlider3Info {
16
 
17
+ public static $version = '3.4.1.7';
18
 
19
  public static $channel = 'stable';
20
 
21
+ public static $revision = 'a1ec7496fcaa0689832881e7a7ba9c8b4fc9047f';
22
 
23
+ public static $revisionShort = 'a1ec7496';
24
 
25
+ public static $branch = 'release-3.4.1.7';
26
 
27
  public static $completeVersion;
28
 
Nextend/SmartSlider3/Widget/Group/Bar.php CHANGED
@@ -22,6 +22,13 @@ class Bar extends AbstractWidgetGroup {
22
 
23
  new BarHorizontal($this, 'horizontal');
24
 
 
 
 
 
 
 
 
25
  $this->makePluggable('SliderWidgetBar');
26
  }
27
 
22
 
23
  new BarHorizontal($this, 'horizontal');
24
 
25
+ new BarHorizontal($this, 'horizontalFull', array(
26
+ 'widget-bar-position-offset' => 0,
27
+ 'widget-bar-style' => '{"data":[{"backgroundcolor":"000000ab","padding":"20|*|20|*|20|*|20|*|px","boxshadow":"0|*|0|*|0|*|0|*|000000ff","border":"0|*|solid|*|000000ff","borderradius":"0","extra":""}]}',
28
+ 'widget-bar-full-width' => 1,
29
+ 'widget-bar-align' => 'left'
30
+ ));
31
+
32
  $this->makePluggable('SliderWidgetBar');
33
  }
34
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: slider, wordpress slider, image slider, layer slider, responsive slider, s
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.9
6
  Tested up to: 5.4
7
- Stable tag: 3.4.1.6
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -205,9 +205,12 @@ Of course! Smart Slider use protocol relative urls which works fine on http:// a
205
 
206
  == Changelog ==
207
 
 
 
 
208
  = 3.4.1.6 - 19. May 2020. =
209
  * Warning: 3.4 version is not backwards compatible! After installing this version, you won't be able to go back to 3.3.x.
210
- * Smart Slider 3.4 no longer supports [Internet Explorer browser at all](https://www.zdnet.com/article/microsoft-security-chief-ie-is-not-a-browser-so-stop-using-it-as-your-default/!
211
  * Feature: Content mode was renamed to Default and Canvas mode is now called Absolute.
212
  * Feature: Completely redesigned UI
213
  * Feature: [Breakpoint system](https://smartslider.helpscoutdocs.com/article/1774-slider-settings-size#breakpoints)
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.9
6
  Tested up to: 5.4
7
+ Stable tag: 3.4.1.7
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
205
 
206
  == Changelog ==
207
 
208
+ = 3.4.1.7 - 19. May 2020. =
209
+ * Fix: Horizontal bar is not showing
210
+
211
  = 3.4.1.6 - 19. May 2020. =
212
  * Warning: 3.4 version is not backwards compatible! After installing this version, you won't be able to go back to 3.3.x.
213
+ * Smart Slider 3.4 no longer supports [Internet Explorer browser at all](https://www.zdnet.com/article/microsoft-security-chief-ie-is-not-a-browser-so-stop-using-it-as-your-default/)!
214
  * Feature: Content mode was renamed to Default and Canvas mode is now called Absolute.
215
  * Feature: Completely redesigned UI
216
  * Feature: [Breakpoint system](https://smartslider.helpscoutdocs.com/article/1774-slider-settings-size#breakpoints)
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.4.1.6
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.4.1.7
7
  Author: Nextend
8
  Author URI: http://nextendweb.com
9
  License: GPLv3 or later