Smart Slider 3 - Version 3.4.1.13

Version Description

  • 11. November 2020 =
  • Fix: Themify themes output buffer issue
Download this release

Release Info

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

Code changes from version 3.4.1.12 to 3.4.1.13

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.12';
18
 
19
  public static $channel = 'stable';
20
 
21
- public static $revision = '260b0bd3c2c333e89730dbc5d849824090678168';
22
 
23
- public static $revisionShort = '260b0bd3';
24
 
25
- public static $branch = 'release-3.4.1.12';
26
 
27
  public static $completeVersion;
28
 
14
 
15
  class SmartSlider3Info {
16
 
17
+ public static $version = '3.4.1.13';
18
 
19
  public static $channel = 'stable';
20
 
21
+ public static $revision = '157a13af325047cc49223f19532494ec2f846cde';
22
 
23
+ public static $revisionShort = '157a13af';
24
 
25
+ public static $branch = 'release-3.4.1.13';
26
 
27
  public static $completeVersion;
28
 
Nextend/WordPress/OutputBuffer.php CHANGED
@@ -92,7 +92,7 @@ class OutputBuffer {
92
  return;
93
  }
94
 
95
- if (defined('THEMIFY_VERSION')) {
96
 
97
  add_filter('template_include', array(
98
  $this,
92
  return;
93
  }
94
 
95
+ if (defined('THEMIFY_VERSION') && !is_admin()) {
96
 
97
  add_filter('template_include', array(
98
  $this,
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.6
7
- Stable tag: 3.4.1.12
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.12 - 11. November 2020 =
213
  * Fix: Layer duplication
214
  * Fix: Themify themes output buffer issue
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.13
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.13 - 11. November 2020 =
213
+ * Fix: Themify themes output buffer issue
214
+
215
  = 3.4.1.12 - 11. November 2020 =
216
  * Fix: Layer duplication
217
  * Fix: Themify themes output buffer issue
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.12
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.13
7
  Requires PHP: 7.0
8
  Requires at least: 4.9
9
  Author: Nextend