Advanced post slider - Version 2.1.2

Version Description

  • Site down problem for some user is resolved.

=

Download this release

Release Info

Developer digontoahsan
Plugin Icon wp plugin Advanced post slider
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

Files changed (2) hide show
  1. advanced-post-slider.php +3 -3
  2. readme.txt +11 -4
advanced-post-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Advanced post slider
4
  Plugin URI: www.wpcue.com
5
  Description: Responsive slideshow plugin powered with three built-in templates, lots of easy customizable options and many more to explore.
6
- Version: 2.1.1
7
  Author: digontoahsan
8
  Author URI: www.wpcue.com
9
  License: GPL2
@@ -22,8 +22,6 @@
22
  define('advps_url',WP_PLUGIN_URL."/advanced-post-slider/");
23
 
24
  require 'advps-db.php';
25
- if(!function_exists('aq_resize') && !class_exists('Aq_Resize'))
26
- require 'aq_resizer.php';
27
 
28
  /* ---------------------------------------------------------------------------------*/
29
  function advps_enqueue() {
@@ -79,6 +77,8 @@
79
  add_image_size( $th->thumb_name,$th->width,$th->height, true);
80
  }
81
  }
 
 
82
  }
83
  add_action('wp_loaded', 'advps_image_sizes');
84
 
3
  Plugin Name: Advanced post slider
4
  Plugin URI: www.wpcue.com
5
  Description: Responsive slideshow plugin powered with three built-in templates, lots of easy customizable options and many more to explore.
6
+ Version: 2.1.2
7
  Author: digontoahsan
8
  Author URI: www.wpcue.com
9
  License: GPL2
22
  define('advps_url',WP_PLUGIN_URL."/advanced-post-slider/");
23
 
24
  require 'advps-db.php';
 
 
25
 
26
  /* ---------------------------------------------------------------------------------*/
27
  function advps_enqueue() {
77
  add_image_size( $th->thumb_name,$th->width,$th->height, true);
78
  }
79
  }
80
+ if(!function_exists('aq_resize') && !class_exists('Aq_Resize'))
81
+ require_once( 'aq_resizer.php' );
82
  }
83
  add_action('wp_loaded', 'advps_image_sizes');
84
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Advanced post slider ===
2
  Contributors: digontoahsan
3
  Donate link:
4
- Tags: post slider, slider, slideshow, wordpress slideshow, logo scroller, testimonial scroller, banner rotator, recent post slider, bxslider, sidebar slideshow, posts, post, image, image slideshow,
5
  Requires at least: 3.0.1
6
  Tested up to: 3.9.1
7
- Stable tag: 2.1.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -15,7 +15,11 @@ Responsive slideshow plugin powered with three built-in templates, lots of easy
15
  Unlimited number of slideshow in a single page or post with different sets of options like post type, category, effect, navigation type.
16
  Create slideshow with single or multiple images per slide, rotate your banner or client logo at sidebar; scroll your testimonial with custom link.
17
 
18
- <strong>Click here for <a target="_blank" href="http://wpcue.com/plugins/advanced-post-slider/template-one-demo/">demo</a></strong>
 
 
 
 
19
 
20
  = Key Feature =
21
 
@@ -27,7 +31,7 @@ Create slideshow with single or multiple images per slide, rotate your banner or
27
  * Ability to control excerpt length for each slideshow
28
  * Cross browser compatibility
29
 
30
- Visit <a target="_blank" href="http://www.wpcue.com/plugins/advanced-post-slider/">www.wpcue.com/</a> for more
31
 
32
  == Installation ==
33
 
@@ -106,6 +110,9 @@ Dont have any FAQ for now.
106
  = 2.1.1 =
107
  * Bug fix
108
  * Bug fix for slider effect.
 
 
 
109
 
110
  == Upgrade Notice ==
111
  * Bug fix release for version 2. Upgrade highly recommended.
1
  === Advanced post slider ===
2
  Contributors: digontoahsan
3
  Donate link:
4
+ Tags: post slider, slider, slideshow, wordpress slideshow, best slideshow, best post slider, best slideshow plugin, images, logo scroller, testimonial scroller, banner rotator, recent post slider, bxslider, image slider, sidebar slideshow, posts, post, image, image slideshow, responsive slideshow, responsive slider, best responsive slider, best carousel 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: 3.9.1
7
+ Stable tag: 2.1.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
15
  Unlimited number of slideshow in a single page or post with different sets of options like post type, category, effect, navigation type.
16
  Create slideshow with single or multiple images per slide, rotate your banner or client logo at sidebar; scroll your testimonial with custom link.
17
 
18
+ > #### **Live Demos**
19
+
20
+ > * [Template One](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-one/)
21
+ > * [Template Two](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-two/)
22
+ > * [Template Three](http://www.wpcue.com/wordpress-plugins/advanced-post-slider/template-three/)
23
 
24
  = Key Feature =
25
 
31
  * Ability to control excerpt length for each slideshow
32
  * Cross browser compatibility
33
 
34
+ Visit <a target="_blank" href="http://www.wpcue.com/">www.wpcue.com/</a> for more
35
 
36
  == Installation ==
37
 
110
  = 2.1.1 =
111
  * Bug fix
112
  * Bug fix for slider effect.
113
+
114
+ = 2.1.2 =
115
+ * Site down problem for some user is resolved.
116
 
117
  == Upgrade Notice ==
118
  * Bug fix release for version 2. Upgrade highly recommended.