Version Description
If you have Smooth Slider 2.6 or plus, kindly update to 2.6.3 for proper height calcualtion for responsiveness.
= Before Upgrading =
- Note the Title and Content fonts on your old Smooth Slider.
- Go to 'Settings' panel and 'Save Changes'.
- Recheck the Slider Title, Post Title and the Slider Content fonts on the Settings Panel.
Get older versions
Download this release
Release Info
Developer | internet techies |
Plugin | Smooth Slider |
Version | 2.8.4 |
Comparing to | |
See all releases |
Code changes from version 2.8.3 to 2.8.4
- readme.txt +6 -2
- smooth-slider.php +4 -4
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: internet techies, slidervilla
|
|
3 |
Donate link: http://www.clickonf5.org/go/smooth-slider/
|
4 |
Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider, mp3, video
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Responsive WordPress Slider for Featured Content, Videos and Media Images
|
@@ -152,6 +152,10 @@ Check the other FAQs on Smooth [Slider Documetation on SliderVilla](http://guide
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
|
|
155 |
Version 2.8.3 (01/05/2016)
|
156 |
|
157 |
1. Fix - "Show All" button of slider post meta box was not working.
|
3 |
Donate link: http://www.clickonf5.org/go/smooth-slider/
|
4 |
Tags: best slider plugin, carousel, carousel slider, coin slider, content slider, content slideshow, custom video slider, flex slider, free video slider, free video slideshow, Horizontal slider, Image Rotator, image slider, image slideshow, javascript slider, javascript slideshow, jquery slider, jquery slideshow, Photo Slider, posts slider, responsive slider, responsive slideshow, sidebar, slide, slide show, slider, slider plugin, slider widget, slides, slideshow,slideshow manager, slideshow plugin, vertical slider, video slider, video slideshow,vimeo slideshow, vimeo slider, widget slider, widget slideshow, wordpress slider, wordpress slideshow, wp slider, youtube slider, youtube slideshow, post slider, fullscreen Slider, css3 slider, responsive image slider, banner slider, social slider, cycle slider, text slider, revolution slider, thumbnail slider, touch slider, sliders, parallax slider, coinslider, featured-content-slider, image, images, picture, pictures, picture slider, responsive, shortcode, widget, vertical slides, autoplay, auto, jquery, rotate, flexslider, gallery, photo gallery, javascript, rotator, wordpress picture slider, wordpress responsive slider, animation, best slider, fullwidth slider, mobile slider, swipe, layer, layer slider, product slider, mp3, video
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 2.8.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Responsive WordPress Slider for Featured Content, Videos and Media Images
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
Version 2.8.4 (02/01/2016)
|
156 |
+
|
157 |
+
1. Fix - Some of the foreign language date formats were causing problems with expiry date in Smooth Slider post metabox.
|
158 |
+
|
159 |
Version 2.8.3 (01/05/2016)
|
160 |
|
161 |
1. Fix - "Show All" button of slider post meta box was not working.
|
smooth-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Smooth Slider
|
4 |
Plugin URI: http://slidervilla.com/smooth-slider/
|
5 |
Description: Smooth slider adds a responsive featured content on image slider using shortcode, widget and template tags. Create and embed featured content slider, recent post slider, category slider in less than 60 seconds.
|
6 |
-
Version: 2.8.
|
7 |
Author: SliderVilla
|
8 |
Text Domain: smooth-slider
|
9 |
Author URI: http://slidervilla.com/
|
@@ -31,12 +31,12 @@ Wordpress version supported: 2.9 and above
|
|
31 |
//defined global variables and constants here
|
32 |
global $smooth_slider,$default_slider,$smooth_db_version,$default_smooth_slider_settings;
|
33 |
$smooth_slider = get_option('smooth_slider_options');
|
34 |
-
$smooth_db_version='2.8.
|
35 |
define('SLIDER_TABLE','smooth_slider'); //Slider TABLE NAME
|
36 |
define('PREV_SLIDER_TABLE','slider'); //Slider TABLE NAME
|
37 |
define('SLIDER_META','smooth_slider_meta'); //Meta TABLE NAME
|
38 |
define('SLIDER_POST_META','smooth_slider_postmeta'); //Meta TABLE NAME
|
39 |
-
define("SMOOTH_SLIDER_VER","2.8.
|
40 |
if ( ! defined( 'SMOOTH_SLIDER_PLUGIN_BASENAME' ) )
|
41 |
define( 'SMOOTH_SLIDER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
42 |
if ( ! defined( 'SMOOTH_SLIDER_CSS_DIR' ) ){
|
@@ -531,7 +531,7 @@ function add_to_slider_checkbox() {
|
|
531 |
<script type="text/javascript">
|
532 |
jQuery(document).ready(function($) {
|
533 |
jQuery('#smooth_ExpiryDate').datepicker({
|
534 |
-
dateFormat :
|
535 |
});
|
536 |
jQuery("#smooth_basic").css({"background":"#222222","color":"#ffffff"});
|
537 |
jQuery("#smooth_basic").on("click", function(){
|
3 |
Plugin Name: Smooth Slider
|
4 |
Plugin URI: http://slidervilla.com/smooth-slider/
|
5 |
Description: Smooth slider adds a responsive featured content on image slider using shortcode, widget and template tags. Create and embed featured content slider, recent post slider, category slider in less than 60 seconds.
|
6 |
+
Version: 2.8.4
|
7 |
Author: SliderVilla
|
8 |
Text Domain: smooth-slider
|
9 |
Author URI: http://slidervilla.com/
|
31 |
//defined global variables and constants here
|
32 |
global $smooth_slider,$default_slider,$smooth_db_version,$default_smooth_slider_settings;
|
33 |
$smooth_slider = get_option('smooth_slider_options');
|
34 |
+
$smooth_db_version='2.8.4'; //current version of smooth slider database
|
35 |
define('SLIDER_TABLE','smooth_slider'); //Slider TABLE NAME
|
36 |
define('PREV_SLIDER_TABLE','slider'); //Slider TABLE NAME
|
37 |
define('SLIDER_META','smooth_slider_meta'); //Meta TABLE NAME
|
38 |
define('SLIDER_POST_META','smooth_slider_postmeta'); //Meta TABLE NAME
|
39 |
+
define("SMOOTH_SLIDER_VER","2.8.4",false);//Current Version of Smooth Slider
|
40 |
if ( ! defined( 'SMOOTH_SLIDER_PLUGIN_BASENAME' ) )
|
41 |
define( 'SMOOTH_SLIDER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
42 |
if ( ! defined( 'SMOOTH_SLIDER_CSS_DIR' ) ){
|
531 |
<script type="text/javascript">
|
532 |
jQuery(document).ready(function($) {
|
533 |
jQuery('#smooth_ExpiryDate').datepicker({
|
534 |
+
dateFormat : "<?php echo $dtpicker ?>"
|
535 |
});
|
536 |
jQuery("#smooth_basic").css({"background":"#222222","color":"#ffffff"});
|
537 |
jQuery("#smooth_basic").on("click", function(){
|