Smooth Slider - Version 2.3.4.1

Version Description

Do Not Upgrade if using Smooth Slider 2.3.2 or older version - We changed the slider JS because of licensing issue and that may cause issue for existing users with version 2.3.2 or older than that.If you find problem after upgrade, revert back to older version.

!!IMP!! Do not upgrade to 2.3.3 or 2.3.4 if you have highly customized Smooth Slider, you may lose some CSS formatting as in the new versions the slider javascript is changed (due to licencing issues) and is different from previous versions.

Download this release

Release Info

Developer internet techies
Plugin Icon 128x128 Smooth Slider
Version 2.3.4.1
Comparing to
See all releases

Code changes from version 2.3.4 to 2.3.4.1

Files changed (3) hide show
  1. images/Thumbs.db +0 -0
  2. readme.txt +12 -4
  3. smooth-slider.php +3 -3
images/Thumbs.db CHANGED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: slideshow,featured,posts,jquery,slider,content,widget,shortcode,carousel,c
4
  Donate link: http://www.clickonf5.org/go/smooth-slider/
5
  Requires at least: 2.9
6
  Tested up to: 3.1.1
7
- Stable tag: 2.3.4
8
 
9
  == Description ==
10
 
@@ -12,7 +12,9 @@ Smooth Slider is a Wordpress Plugin for creating a dynamic slideshow/s for featu
12
 
13
  =Features=
14
 
15
- !!IMP!! Do not upgrade to 2.3.3 or 2.3.4 if you have highly customized the looks of previous version of Smooth Slider, you may lose some CSS formatting as in the new versions the slider javascript is changed and is different from previous versions.
 
 
16
 
17
  Highlighted Feature (from version 2.3) : Smooth Slider Widget and Smooth Slider Shortcode
18
 
@@ -67,7 +69,9 @@ This plugin is easy to install like other plug-ins of Wordpress as you need to j
67
 
68
  == Upgrade Notice ==
69
 
70
- !!IMP!! Do not upgrade to 2.3.3 or 2.3.4 if you have highly customized Smooth Slider, you may lose some CSS formatting as in the new versions the slider javascript is changed and is different from previous versions.
 
 
71
 
72
  == Usage ==
73
 
@@ -95,7 +99,11 @@ There are lot many features added from Release version 2.0 and above. To see the
95
 
96
  == Frequently Asked Questions ==
97
 
98
- Check the FAQs on Smooth Slider page of Internet Techies.
 
 
 
 
99
  FAQ section on: http://www.clickonf5.org/smooth-slider
100
 
101
  == Screenshots ==
4
  Donate link: http://www.clickonf5.org/go/smooth-slider/
5
  Requires at least: 2.9
6
  Tested up to: 3.1.1
7
+ Stable tag: 2.3.4.1
8
 
9
  == Description ==
10
 
12
 
13
  =Features=
14
 
15
+ **Do Not Upgrade if using Smooth Slider 2.3.2 or older version** - We changed the slider JS because of licensing issue and that may cause issue for existing users with version 2.3.2 or older than that.If you find problem after upgrade, revert back to older version. [Get older versions](http://wordpress.org/extend/plugins/smooth-slider/download/)
16
+
17
+ !!IMP!! Do not upgrade to 2.3.3 or 2.3.4 if you have highly customized previous version of Smooth Slider, you may lose some CSS formatting as in the new versions the slider javascript is changed (due to licencing issues) and is different from previous versions.
18
 
19
  Highlighted Feature (from version 2.3) : Smooth Slider Widget and Smooth Slider Shortcode
20
 
69
 
70
  == Upgrade Notice ==
71
 
72
+ **Do Not Upgrade if using Smooth Slider 2.3.2 or older version** - We changed the slider JS because of licensing issue and that may cause issue for existing users with version 2.3.2 or older than that.If you find problem after upgrade, revert back to older version.
73
+
74
+ !!IMP!! Do not upgrade to 2.3.3 or 2.3.4 if you have highly customized Smooth Slider, you may lose some CSS formatting as in the new versions the slider javascript is changed (due to licencing issues) and is different from previous versions.
75
 
76
  == Usage ==
77
 
99
 
100
  == Frequently Asked Questions ==
101
 
102
+ !!IMP!! In case you have upgraded from previous versions (<= 2.3.2) using WordPress automatic upgradation, and the plugin is not working, please deactivate and reactivate the plugin.
103
+
104
+ Also, in case you are still getting list of the entries, please go to the Smooth Slider Settings page and just 'Save' the settings. Check if the settings Miscellaneous => Smooth Slider Styles to use on other than Post/Pages is equal to default. Then save the settings.
105
+
106
+ Check the other FAQs on Smooth Slider page of Internet Techies.
107
  FAQ section on: http://www.clickonf5.org/smooth-slider
108
 
109
  == Screenshots ==
smooth-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Smooth Slider
4
  Plugin URI: http://www.clickonf5.org/smooth-slider
5
  Description: Smooth Slider adds a smooth content and image slideshow with customizable background and slide intervals to any location of your blog
6
- Version: 2.3.4
7
  Author: Internet Techies
8
  Author URI: http://www.clickonf5.org/
9
  Wordpress version supported: 2.9 and above
@@ -185,9 +185,9 @@ function install_smooth_slider() {
185
  $smooth_slider = array();
186
  }
187
 
188
- if($smooth_slider['ver']!='j' or !isset($smooth_slider['ver'])){
189
  $smooth_slider['stylesheet']='default';
190
- }
191
 
192
  foreach($default_slider as $key=>$value) {
193
  if(!isset($smooth_slider[$key])) {
3
  Plugin Name: Smooth Slider
4
  Plugin URI: http://www.clickonf5.org/smooth-slider
5
  Description: Smooth Slider adds a smooth content and image slideshow with customizable background and slide intervals to any location of your blog
6
+ Version: 2.3.4.1
7
  Author: Internet Techies
8
  Author URI: http://www.clickonf5.org/
9
  Wordpress version supported: 2.9 and above
185
  $smooth_slider = array();
186
  }
187
 
188
+ //if($smooth_slider and !isset($smooth_slider['ver'])){
189
  $smooth_slider['stylesheet']='default';
190
+ //}
191
 
192
  foreach($default_slider as $key=>$value) {
193
  if(!isset($smooth_slider[$key])) {