Yet Another Related Posts Plugin (YARPP) - Version 5.15.2

Version Description

(12-March-2021) = * Tested up to WordPress 5.7

Download this release

Release Info

Developer jeffparker
Plugin Icon 128x128 Yet Another Related Posts Plugin (YARPP)
Version 5.15.2
Comparing to
See all releases

Code changes from version 5.15.1 to 5.15.2

Files changed (2) hide show
  1. readme.txt +6 -3
  2. yarpp.php +2 -2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: related, related posts, similar posts, posts, pages, thumbnails, feeds, mu
4
  Requires at least: 3.7
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
- Tested up to: 5.6
8
- Stable tag: 5.15.1
9
 
10
  The most popular plugin to display a list of related posts on your site based on a powerful unique algorithm.
11
 
@@ -309,6 +309,9 @@ add_action(
309
  `
310
 
311
  == Changelog ==
 
 
 
312
  = 5.15.1 (11-March-2021) =
313
  * Bugfix: fix issue pushing 5.15.0
314
 
@@ -1100,5 +1103,5 @@ After a break of many years, the plugin is 100% supported now that the baton has
1100
  * Initial upload
1101
 
1102
  == Upgrade Notice ==
1103
- = 5.15.1 =
1104
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
4
  Requires at least: 3.7
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
+ Tested up to: 5.7
8
+ Stable tag: 5.15.2
9
 
10
  The most popular plugin to display a list of related posts on your site based on a powerful unique algorithm.
11
 
309
  `
310
 
311
  == Changelog ==
312
+ = 5.15.2 (12-March-2021) =
313
+ * Tested up to WordPress 5.7
314
+
315
  = 5.15.1 (11-March-2021) =
316
  * Bugfix: fix issue pushing 5.15.0
317
 
1103
  * Initial upload
1104
 
1105
  == Upgrade Notice ==
1106
+ = 5.15.2 =
1107
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
yarpp.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin (YARPP)
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
- Version: 5.15.1
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
@@ -24,7 +24,7 @@ if(!defined('WP_CONTENT_DIR')){
24
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
25
  }
26
 
27
- define('YARPP_VERSION', '5.15.1');
28
 
29
  define('YARPP_DIR', dirname(__FILE__));
30
  /**
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin (YARPP)
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
+ Version: 5.15.2
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
24
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
25
  }
26
 
27
+ define('YARPP_VERSION', '5.15.2');
28
 
29
  define('YARPP_DIR', dirname(__FILE__));
30
  /**