Yet Another Related Posts Plugin (YARPP) - Version 5.16.0

Version Description

(29-March-2021) = * Enhancement: Switched to minified JavaScript in YARPP Admin for a speed boost * Bugfix: Resolved conflict with Easy Forms for MailChimp which was preventing YARPP settings from being saved * Bugfix: Resolved join warning

Download this release

Release Info

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

Code changes from version 5.16.1 to 5.16.0

Files changed (2) hide show
  1. readme.txt +2 -5
  2. yarpp.php +2 -2
readme.txt CHANGED
@@ -5,7 +5,7 @@ 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.16.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,9 +309,6 @@ add_action(
309
  `
310
 
311
  == Changelog ==
312
- = 5.16.1 (29-March-2021) =
313
- * Bugfix: include new minified JS files
314
-
315
  = 5.16.0 (29-March-2021) =
316
  * Enhancement: Switched to minified JavaScript in YARPP Admin for a speed boost
317
  * [Bugfix](https://wordpress.org/support/topic/cannot-save-changes-spinning-forever/): Resolved conflict with Easy Forms for MailChimp which was preventing YARPP settings from being saved
@@ -1114,5 +1111,5 @@ After a break of many years, the plugin is 100% supported now that the baton has
1114
  * Initial upload
1115
 
1116
  == Upgrade Notice ==
1117
- = 5.16.1 =
1118
  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!
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
  Tested up to: 5.7
8
+ Stable tag: 5.16.0
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.16.0 (29-March-2021) =
313
  * Enhancement: Switched to minified JavaScript in YARPP Admin for a speed boost
314
  * [Bugfix](https://wordpress.org/support/topic/cannot-save-changes-spinning-forever/): Resolved conflict with Easy Forms for MailChimp which was preventing YARPP settings from being saved
1111
  * Initial upload
1112
 
1113
  == Upgrade Notice ==
1114
+ = 5.16.0 =
1115
  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.16.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.16.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.16.0
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.16.0');
28
 
29
  define('YARPP_DIR', dirname(__FILE__));
30
  /**