Smart Slider 3 - Version 3.3.3

Version Description

  • 07. June 2018. =
  • Fix for plugins_loaded action bug
Download this release

Release Info

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

Code changes from version 3.3.2 to 3.3.3

library/smartslider/smartslider3.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class N2SS3 {
4
 
5
- public static $version = '3.3.2';
6
 
7
  public static $plan = 'pro';
8
 
2
 
3
  class N2SS3 {
4
 
5
+ public static $version = '3.3.3';
6
 
7
  public static $plan = 'pro';
8
 
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.6
6
  Tested up to: 4.9
7
- Stable tag: 3.3.2
8
  Requires PHP: 5.4
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -193,6 +193,9 @@ Of course! Smart Slider use protocol relative urls which works fine on http:// a
193
 
194
  == Changelog ==
195
 
 
 
 
196
  = 3.3.2 - 07. June 2018. =
197
  * Fix for upgrade error message
198
 
4
  Donate link: https://sites.fastspring.com/nextend/product/smartslider3donate
5
  Requires at least: 4.6
6
  Tested up to: 4.9
7
+ Stable tag: 3.3.3
8
  Requires PHP: 5.4
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
193
 
194
  == Changelog ==
195
 
196
+ = 3.3.3 - 07. June 2018. =
197
+ * Fix for plugins_loaded action bug
198
+
199
  = 3.3.2 - 07. June 2018. =
200
  * Fix for upgrade error message
201
 
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.3.2
7
  Author: Nextend
8
  Author URI: http://nextendweb.com
9
  License: GPLv3 or later
@@ -15,7 +15,6 @@ if (!class_exists('SmartSlider3', true)) {
15
  add_action('plugins_loaded', 'smart_slider_3_plugins_loaded', 30);
16
 
17
  function smart_slider_3_plugins_loaded() {
18
- remove_action('plugins_loaded', 'smart_slider_3_plugins_loaded', 30);
19
 
20
  define('N2PRO', 0);
21
  define('N2SSPRO', 0);
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.3.3
7
  Author: Nextend
8
  Author URI: http://nextendweb.com
9
  License: GPLv3 or later
15
  add_action('plugins_loaded', 'smart_slider_3_plugins_loaded', 30);
16
 
17
  function smart_slider_3_plugins_loaded() {
 
18
 
19
  define('N2PRO', 0);
20
  define('N2SSPRO', 0);