Version Description
!!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.
Download this release
Release Info
Developer | internet techies |
Plugin | Smooth Slider |
Version | 2.3.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.3 to 2.3.4
- images/Thumbs.db +0 -0
- readme.txt +11 -2
- smooth-slider.php +12 -5
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.
|
8 |
|
9 |
== Description ==
|
10 |
|
@@ -12,6 +12,8 @@ Smooth Slider is a Wordpress Plugin for creating a dynamic slideshow/s for featu
|
|
12 |
|
13 |
=Features=
|
14 |
|
|
|
|
|
15 |
Highlighted Feature (from version 2.3) : Smooth Slider Widget and Smooth Slider Shortcode
|
16 |
|
17 |
Highlighted Feature (from version 2.2) : Ability to create 'Multiple' sliders and an option to decide which post/page should show which slider
|
@@ -51,6 +53,8 @@ Along with posts, pages and media images, Smooth Slider now supports Custom Post
|
|
51 |
|
52 |
== Installation ==
|
53 |
|
|
|
|
|
54 |
This plugin is easy to install like other plug-ins of Wordpress as you need to just follow the below mentioned steps:
|
55 |
|
56 |
1. Copy Folder Smooth Slider from the downloaded and extracted file.
|
@@ -62,7 +66,8 @@ This plugin is easy to install like other plug-ins of Wordpress as you need to j
|
|
62 |
4. Now Plugin is Activated, Go to the Usage section to see how to use Smooth Slider.
|
63 |
|
64 |
== Upgrade Notice ==
|
65 |
-
|
|
|
66 |
|
67 |
== Usage ==
|
68 |
|
@@ -101,6 +106,10 @@ Visit the plugin page (http://www.clickonf5.org/smooth-slider) to see more scree
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
104 |
Version 2.3.3 (04/16/2011)
|
105 |
|
106 |
1. Randomize the slides in Slider
|
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 |
|
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 |
|
19 |
Highlighted Feature (from version 2.2) : Ability to create 'Multiple' sliders and an option to decide which post/page should show which slider
|
53 |
|
54 |
== Installation ==
|
55 |
|
56 |
+
!!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.
|
57 |
+
|
58 |
This plugin is easy to install like other plug-ins of Wordpress as you need to just follow the below mentioned steps:
|
59 |
|
60 |
1. Copy Folder Smooth Slider from the downloaded and extracted file.
|
66 |
4. Now Plugin is Activated, Go to the Usage section to see how to use Smooth Slider.
|
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 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
Version 2.3.3 (04/24/2011)
|
110 |
+
|
111 |
+
1. Fix: Slider was not working on upgrade from older versions to version 2.3.3
|
112 |
+
|
113 |
Version 2.3.3 (04/16/2011)
|
114 |
|
115 |
1. Randomize the slides in Slider
|
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.
|
7 |
Author: Internet Techies
|
8 |
Author URI: http://www.clickonf5.org/
|
9 |
Wordpress version supported: 2.9 and above
|
@@ -146,15 +146,15 @@ function install_smooth_slider() {
|
|
146 |
'shortcode'=>'1',
|
147 |
'rand'=>'0',
|
148 |
'ver'=>'j',
|
149 |
-
'support'=>'
|
150 |
'noscript'=>'This page is having a slideshow that uses Javascript. Your browser either doesn\'t support Javascript or you have it turned off. To see this page as it is meant to appear please use a Javascript enabled browser.'
|
151 |
);
|
152 |
|
153 |
$smooth_slider = get_option('smooth_slider_options');
|
154 |
-
if($smooth_slider){
|
155 |
$default_slider['ver']='step';
|
156 |
-
}
|
157 |
-
|
158 |
$img_pick = $smooth_slider['img_pick'];
|
159 |
|
160 |
if(is_array($img_pick)) {
|
@@ -184,11 +184,18 @@ function install_smooth_slider() {
|
|
184 |
if(!$smooth_slider) {
|
185 |
$smooth_slider = array();
|
186 |
}
|
|
|
|
|
|
|
|
|
|
|
187 |
foreach($default_slider as $key=>$value) {
|
188 |
if(!isset($smooth_slider[$key])) {
|
189 |
$smooth_slider[$key] = $value;
|
190 |
}
|
191 |
}
|
|
|
|
|
192 |
|
193 |
if($smooth_slider['user_level']<=10 and $smooth_slider['user_level'] >=1) {
|
194 |
if($smooth_slider['user_level']<=10 and $smooth_slider['user_level'] >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
|
146 |
'shortcode'=>'1',
|
147 |
'rand'=>'0',
|
148 |
'ver'=>'j',
|
149 |
+
'support'=>'1',
|
150 |
'noscript'=>'This page is having a slideshow that uses Javascript. Your browser either doesn\'t support Javascript or you have it turned off. To see this page as it is meant to appear please use a Javascript enabled browser.'
|
151 |
);
|
152 |
|
153 |
$smooth_slider = get_option('smooth_slider_options');
|
154 |
+
/*if($smooth_slider){
|
155 |
$default_slider['ver']='step';
|
156 |
+
}*/
|
157 |
+
|
158 |
$img_pick = $smooth_slider['img_pick'];
|
159 |
|
160 |
if(is_array($img_pick)) {
|
184 |
if(!$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])) {
|
194 |
$smooth_slider[$key] = $value;
|
195 |
}
|
196 |
}
|
197 |
+
|
198 |
+
$smooth_slider['ver']='j';
|
199 |
|
200 |
if($smooth_slider['user_level']<=10 and $smooth_slider['user_level'] >=1) {
|
201 |
if($smooth_slider['user_level']<=10 and $smooth_slider['user_level'] >7) {
|