Smart Slider 3 - Version 3.4.1.11

Version Description

  • 28. October 2020 =
  • Fix: Autoptimize lazy loading cause flickering background image
Download this release

Release Info

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

Code changes from version 3.4.1.10 to 3.4.1.11

Nextend/SmartSlider3/Slider/Feature/SlideBackground.php CHANGED
@@ -248,6 +248,11 @@ class SlideBackground {
248
 
249
  if (!$slide->getSlider()->features->lazyLoad->isEnabled && !empty($attributes['data-desktop']) && empty($attributes['data-tablet']) && empty($attributes['data-mobile'])) {
250
  $style[] = 'background-image:url(\'' . $attributes['data-desktop'] . '\')';
 
 
 
 
 
251
  }
252
 
253
  if (!empty($style)) {
248
 
249
  if (!$slide->getSlider()->features->lazyLoad->isEnabled && !empty($attributes['data-desktop']) && empty($attributes['data-tablet']) && empty($attributes['data-mobile'])) {
250
  $style[] = 'background-image:url(\'' . $attributes['data-desktop'] . '\')';
251
+
252
+ /**
253
+ * Fix for Autoptimize lazy load images
254
+ */
255
+ $attributes['data-no-lazy'] = '';
256
  }
257
 
258
  if (!empty($style)) {
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.10';
18
 
19
  public static $channel = 'stable';
20
 
21
- public static $revision = '52cce556b3888f166a0c0e91f848d6c99569c40c';
22
 
23
- public static $revisionShort = '52cce556';
24
 
25
- public static $branch = 'release-3.4.1.10';
26
 
27
  public static $completeVersion;
28
 
14
 
15
  class SmartSlider3Info {
16
 
17
+ public static $version = '3.4.1.11';
18
 
19
  public static $channel = 'stable';
20
 
21
+ public static $revision = '843132f5c3b77a1cf586f314fa46755eee5b5f50';
22
 
23
+ public static $revisionShort = '843132f5';
24
 
25
+ public static $branch = 'release-3.4.1.11';
26
 
27
  public static $completeVersion;
28
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: nextendweb
3
  Tags: slider, wordpress slider, image slider, layer slider, responsive slider, slideshow, fullwidth slider, post slider, horizontal slider, vertical slider, photo slider, video slider
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.9
6
- Tested up to: 5.5
7
- Stable tag: 3.4.1.10
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -209,6 +209,9 @@ Of course! Smart Slider use protocol relative urls which works fine on http:// a
209
 
210
  == Changelog ==
211
 
 
 
 
212
  = 3.4.1.10 - 27. October 2020 =
213
  * Feature: Certain HTML tags are enabled in the Heading layer. [See the full list](https://smartslider.helpscoutdocs.com/article/1814-heading-layer#supported-tags) of supported tags.
214
  * Feature: Post slug variable for WordPress Post generator
3
  Tags: slider, wordpress slider, image slider, layer slider, responsive slider, slideshow, fullwidth slider, post slider, horizontal slider, vertical slider, photo slider, video slider
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.9
6
+ Tested up to: 5.6
7
+ Stable tag: 3.4.1.11
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
209
 
210
  == Changelog ==
211
 
212
+ = 3.4.1.11 - 28. October 2020 =
213
+ * Fix: Autoptimize lazy loading cause flickering background image
214
+
215
  = 3.4.1.10 - 27. October 2020 =
216
  * Feature: Certain HTML tags are enabled in the Heading layer. [See the full list](https://smartslider.helpscoutdocs.com/article/1814-heading-layer#supported-tags) of supported tags.
217
  * Feature: Post slug variable for WordPress Post generator
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.10
7
  Requires PHP: 7.0
8
  Requires at least: 4.9
9
  Author: Nextend
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.11
7
  Requires PHP: 7.0
8
  Requires at least: 4.9
9
  Author: Nextend