Version Description
Upgrade the plugin to get more features and better performance.
Download this release
Release Info
Developer | sayful |
Plugin | Carousel Slider |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- carousel-slider.php +1 -1
- readme.txt +8 -2
- shortcodes/shortcodes.php +2 -2
carousel-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Carousel Slider
|
4 |
Plugin URI: http://wordpress.org/plugins/carousel-slider
|
5 |
Description: Touch enabled wordpress plugin that lets you create beautiful responsive carousel slider.
|
6 |
-
Version: 1.4.
|
7 |
Author: Sayful Islam
|
8 |
Author URI: http://sayful.net
|
9 |
Text Domain: carouselslider
|
3 |
Plugin Name: Carousel Slider
|
4 |
Plugin URI: http://wordpress.org/plugins/carousel-slider
|
5 |
Description: Touch enabled wordpress plugin that lets you create beautiful responsive carousel slider.
|
6 |
+
Version: 1.4.2
|
7 |
Author: Sayful Islam
|
8 |
Author URI: http://sayful.net
|
9 |
Text Domain: carouselslider
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: sayful
|
3 |
Tags: carousel, carousel slider, image carousel, slider, responsive slider,
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -138,6 +138,12 @@ Do you have questions or issues with Carousel Slider? [Ask for support here](htt
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
= version 1.4.0 =
|
142 |
|
143 |
* Added option to add custom image size
|
2 |
Contributors: sayful
|
3 |
Tags: carousel, carousel slider, image carousel, slider, responsive slider,
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.2
|
6 |
+
Stable tag: 1.4.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= version 1.4.2 =
|
142 |
+
* Bug fixed release
|
143 |
+
|
144 |
+
= version 1.4.1 =
|
145 |
+
* Bug fixed release
|
146 |
+
|
147 |
= version 1.4.0 =
|
148 |
|
149 |
* Added option to add custom image size
|
shortcodes/shortcodes.php
CHANGED
@@ -118,7 +118,7 @@ function carousel_slider_shortcode($atts, $content=null){
|
|
118 |
})
|
119 |
</script>
|
120 |
<?php
|
121 |
-
|
122 |
}
|
123 |
|
124 |
function carousel_slider_wrapper_shortcode($atts, $content=null){
|
@@ -191,7 +191,7 @@ function carousel_slider_wrapper_shortcode($atts, $content=null){
|
|
191 |
})
|
192 |
</script>
|
193 |
<?php
|
194 |
-
|
195 |
}
|
196 |
|
197 |
function sis_carousel_shortcode( $atts, $content = null ) {
|
118 |
})
|
119 |
</script>
|
120 |
<?php
|
121 |
+
return ob_get_clean();
|
122 |
}
|
123 |
|
124 |
function carousel_slider_wrapper_shortcode($atts, $content=null){
|
191 |
})
|
192 |
</script>
|
193 |
<?php
|
194 |
+
return ob_get_clean();
|
195 |
}
|
196 |
|
197 |
function sis_carousel_shortcode( $atts, $content = null ) {
|