Version Description
- Small fix for loading issue and Readme update.
=
Download this release
Release Info
Developer | digontoahsan |
Plugin | Advanced post slider |
Version | 2.3.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.3 to 2.3.4
- advanced-post-slider.php +4 -4
- readme.txt +6 -4
advanced-post-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced post slider
|
4 |
Plugin URI: www.wpcue.com
|
5 |
Description: A multipurpose responsive slideshow plugin powered with three built-in design template, lots of easy customizable options and many more to explore.
|
6 |
-
Version: 2.3.
|
7 |
Author: digontoahsan
|
8 |
Author URI: www.wpcue.com
|
9 |
License: GPL2
|
@@ -75,7 +75,7 @@
|
|
75 |
if(get_option('advps-db-version') && !get_option('advps-update-notification')){
|
76 |
update_option('advps-update-notification','show');
|
77 |
}
|
78 |
-
update_option('advps-curr-version','2.3.
|
79 |
}
|
80 |
add_action( 'plugins_loaded', 'advps_update_db' );
|
81 |
/* ---------------------------------------------------------------------------------------*/
|
@@ -329,7 +329,7 @@
|
|
329 |
|
330 |
ob_start();
|
331 |
?>
|
332 |
-
<!-- This slideshow output is generated with Advanced post slider a multipurpose responsive WordPress slideshow plugin
|
333 |
<style>
|
334 |
#advps_container<?php echo $sldshowID;?> .bx-wrapper .bx-viewport {
|
335 |
<?php if($container['advps_remove_shd'] == 'no'):?>
|
@@ -553,7 +553,7 @@
|
|
553 |
});
|
554 |
});
|
555 |
</script>
|
556 |
-
<div id="advps_container<?php echo $sldshowID;?>" class="advps-slide-container" style="max-width:<?php echo $container['advps_sld_width'];?>px;<?php if(isset($container['advps_centering']) && $container['advps_centering'] == 'yes'){echo 'margin:auto;';}?>">
|
557 |
|
558 |
<div id="<?php echo "advpsslideshow_".$sldshowID;?>">
|
559 |
<?php $count = 1;$the_query = new WP_Query($query_arg); while ($the_query->have_posts()) : $the_query->the_post();if($template == 'one'):
|
3 |
Plugin Name: Advanced post slider
|
4 |
Plugin URI: www.wpcue.com
|
5 |
Description: A multipurpose responsive slideshow plugin powered with three built-in design template, lots of easy customizable options and many more to explore.
|
6 |
+
Version: 2.3.4
|
7 |
Author: digontoahsan
|
8 |
Author URI: www.wpcue.com
|
9 |
License: GPL2
|
75 |
if(get_option('advps-db-version') && !get_option('advps-update-notification')){
|
76 |
update_option('advps-update-notification','show');
|
77 |
}
|
78 |
+
update_option('advps-curr-version','2.3.4');
|
79 |
}
|
80 |
add_action( 'plugins_loaded', 'advps_update_db' );
|
81 |
/* ---------------------------------------------------------------------------------------*/
|
329 |
|
330 |
ob_start();
|
331 |
?>
|
332 |
+
<!-- This slideshow output is generated with Advanced post slider a multipurpose responsive WordPress slideshow plugin - http://www.wpcue.com/wordpress-plugins/advanced-post-slider/ -->
|
333 |
<style>
|
334 |
#advps_container<?php echo $sldshowID;?> .bx-wrapper .bx-viewport {
|
335 |
<?php if($container['advps_remove_shd'] == 'no'):?>
|
553 |
});
|
554 |
});
|
555 |
</script>
|
556 |
+
<div id="advps_container<?php echo $sldshowID;?>" class="advps-slide-container" style="overflow:hidden;max-width:<?php echo $container['advps_sld_width'];?>px;<?php if(isset($container['advps_centering']) && $container['advps_centering'] == 'yes'){echo 'margin:auto;';}?>">
|
557 |
|
558 |
<div id="<?php echo "advpsslideshow_".$sldshowID;?>">
|
559 |
<?php $count = 1;$the_query = new WP_Query($query_arg); while ($the_query->have_posts()) : $the_query->the_post();if($template == 'one'):
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: digontoahsan
|
|
3 |
Donate link:
|
4 |
Tags: post slider, content slider, slider, slideshow, wordpress content slider, content, wordpress slideshow, images, logo scroller, testimonial scroller, banner rotator, recent post slider, bxslider, image slider, sidebar slideshow, posts, post, image, image slideshow, responsive slideshow, responsive slider, carousel slider, ticker, responsive carousel slider, responsive carousel, showcase, news slider, thumbnail, thumbnail slider, featured thumbnail
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -142,5 +142,7 @@ Check details here [Advanced post slider 2.3.0](http://www.wpcue.com/advanced-po
|
|
142 |
= 2.3.3 =
|
143 |
* Bug fix and Readme update.
|
144 |
|
145 |
-
|
146 |
-
*
|
|
|
|
3 |
Donate link:
|
4 |
Tags: post slider, content slider, slider, slideshow, wordpress content slider, content, wordpress slideshow, images, logo scroller, testimonial scroller, banner rotator, recent post slider, bxslider, image slider, sidebar slideshow, posts, post, image, image slideshow, responsive slideshow, responsive slider, carousel slider, ticker, responsive carousel slider, responsive carousel, showcase, news slider, thumbnail, thumbnail slider, featured thumbnail
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 2.3.4
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
142 |
= 2.3.3 =
|
143 |
* Bug fix and Readme update.
|
144 |
|
145 |
+
= 2.3.4 =
|
146 |
+
* Small fix for loading issue and Readme update.
|
147 |
+
|
148 |
+
== Upgrade Notice ==
|