WP Responsive Recent Post Slider - Version 2.4

Version Description

(14, Aug 2020) = * [*] jQuery( document ).ready(function($) is replaced with function( $ ) to solve the issue with 3rd party plugin and theme js error.

Download this release

Release Info

Developer wponlinesupport
Plugin Icon 128x128 WP Responsive Recent Post Slider
Version 2.4
Comparing to
See all releases

Code changes from version 2.3.3 to 2.4

assets/js/wppsac-public.js CHANGED
@@ -1,4 +1,6 @@
1
- jQuery(document).ready(function($) {
 
 
2
 
3
  // For Slider
4
  $( '.wppsac-post-slider' ).each(function( index ) {
@@ -74,4 +76,4 @@ jQuery(document).ready(function($) {
74
  });
75
  }
76
  });
77
- });
1
+ ( function( $ ) {
2
+
3
+ "use strict";
4
 
5
  // For Slider
6
  $( '.wppsac-post-slider' ).each(function( index ) {
76
  });
77
  }
78
  });
79
+ })( jQuery );
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: wponlinesupport, anoopranawat, pratik-jain
3
  Tags: post slider, posts slider, recent post slider, recent posts slider, slider, responsive post slider, responsive posts slider, responsive recent post slider, responsive recent posts slider, wordpress posts slider, post slideshow, posts slideshow, recent posts slideshow, shortcodes, wponlinesupport
4
  Requires at least: 4.0
5
- Tested up to: 5.5
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -22,8 +22,6 @@ Check [Demo and Features](https://demo.wponlinesupport.com/recent-post-slider-de
22
 
23
  When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider WP responsive recent post slider. Help your website to get a slide-wise display to show the recent posts/news. Not just eye appealing, it is also loved by the visitors as they find it quite easy to locate the recent posts.
24
 
25
- You can also try our FREE plugin [Recent Posts Widget Designer](https://wordpress.org/plugins/recent-posts-widget-designer/) along with "Responsive Recent Post Slider/Carousel"
26
-
27
  Display unlimited number of WordPresss posts slider and carousel in a single page or post with different sets of options like category, limit, navigation type.
28
 
29
  **Also added Gutenberg block support.**
@@ -168,6 +166,9 @@ Where designs are : design-1, design-2, design-3, design-4. You can use same par
168
 
169
  == Changelog ==
170
 
 
 
 
171
  = 2.3.3 (14-07-2020) =
172
  * [*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.
173
 
2
  Contributors: wponlinesupport, anoopranawat, pratik-jain
3
  Tags: post slider, posts slider, recent post slider, recent posts slider, slider, responsive post slider, responsive posts slider, responsive recent post slider, responsive recent posts slider, wordpress posts slider, post slideshow, posts slideshow, recent posts slideshow, shortcodes, wponlinesupport
4
  Requires at least: 4.0
5
+ Tested up to: 5.5.1
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
22
 
23
  When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider WP responsive recent post slider. Help your website to get a slide-wise display to show the recent posts/news. Not just eye appealing, it is also loved by the visitors as they find it quite easy to locate the recent posts.
24
 
 
 
25
  Display unlimited number of WordPresss posts slider and carousel in a single page or post with different sets of options like category, limit, navigation type.
26
 
27
  **Also added Gutenberg block support.**
166
 
167
  == Changelog ==
168
 
169
+ = 2.4 (14, Aug 2020) =
170
+ * [*] jQuery( document ).ready(function($) is replaced with function( $ ) to solve the issue with 3rd party plugin and theme js error.
171
+
172
  = 2.3.3 (14-07-2020) =
173
  * [*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.
174
 
wp-recent-post-slider.php CHANGED
@@ -6,7 +6,7 @@
6
  * Domain Path: /languages/
7
  * Description: Add and display Responsive WordPresss Recent Post Slider and Carousel on your website with 4 designs (Slider) and 1 designs (Carousel) using a shortcode. Also added Gutenberg block support.
8
  * Author: WP OnlineSupport
9
- * Version: 2.3.3
10
  * Author URI: https://www.wponlinesupport.com/
11
  *
12
  * @package WordPress
@@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) {
24
  * @since 1.0.0
25
  */
26
  if( !defined( 'WPRPS_VERSION' ) ) {
27
- define( 'WPRPS_VERSION', '2.3.3' ); // Version of plugin
28
  }
29
  if( !defined( 'WPRPS_DIR' ) ) {
30
  define( 'WPRPS_DIR', dirname( __FILE__ ) ); // Plugin dir
6
  * Domain Path: /languages/
7
  * Description: Add and display Responsive WordPresss Recent Post Slider and Carousel on your website with 4 designs (Slider) and 1 designs (Carousel) using a shortcode. Also added Gutenberg block support.
8
  * Author: WP OnlineSupport
9
+ * Version: 2.4
10
  * Author URI: https://www.wponlinesupport.com/
11
  *
12
  * @package WordPress
24
  * @since 1.0.0
25
  */
26
  if( !defined( 'WPRPS_VERSION' ) ) {
27
+ define( 'WPRPS_VERSION', '2.4' ); // Version of plugin
28
  }
29
  if( !defined( 'WPRPS_DIR' ) ) {
30
  define( 'WPRPS_DIR', dirname( __FILE__ ) ); // Plugin dir