Yet Another Related Posts Plugin (YARPP) - Version 5.1.2

Version Description

(2019-11-06) = * Support for WordPress 5.3+

Download this release

Release Info

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

Code changes from version 5.1.1 to 5.1.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.2
6
  License: GPLv2 or later
7
- Tested up to: 5.2
8
- Stable tag: 5.1.1
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
@@ -249,6 +249,9 @@ add_action('admin_init', 'yarpp_disable_review_notice', 11);
249
  `
250
 
251
  == Changelog ==
 
 
 
252
  = 5.1.1 (2019-09-23) =
253
  * Enhancement: Review Notice updates + instructions on how to disable it programmatically
254
 
@@ -904,6 +907,6 @@ After a break of many years, the plugin is 100% supported now that the baton has
904
  * Initial upload
905
 
906
  == Upgrade Notice ==
907
- = 5.1.1 =
908
  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!
909
 
4
  Requires at least: 3.7
5
  Requires PHP: 5.2
6
  License: GPLv2 or later
7
+ Tested up to: 5.3
8
+ Stable tag: 5.1.2
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
249
  `
250
 
251
  == Changelog ==
252
+ = 5.1.2 (2019-11-06) =
253
+ * Support for WordPress 5.3+
254
+
255
  = 5.1.1 (2019-09-23) =
256
  * Enhancement: Review Notice updates + instructions on how to disable it programmatically
257
 
907
  * Initial upload
908
 
909
  == Upgrade Notice ==
910
+ = 5.1.2 =
911
  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!
912
 
yarpp.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
- Version: 5.1.1
6
  Author: YARPP
7
  Author URI: http://www.yarpp.com/
8
  Plugin URI: http://www.yarpp.com/
@@ -23,7 +23,7 @@ if(!defined('WP_CONTENT_DIR')){
23
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
24
  }
25
 
26
- define('YARPP_VERSION', '5.1.1');
27
  define('YARPP_DIR', dirname(__FILE__));
28
  define('YARPP_URL', plugins_url('',__FILE__));
29
  define('YARPP_NO_RELATED', ':(');
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
+ Version: 5.1.2
6
  Author: YARPP
7
  Author URI: http://www.yarpp.com/
8
  Plugin URI: http://www.yarpp.com/
23
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
24
  }
25
 
26
+ define('YARPP_VERSION', '5.1.2');
27
  define('YARPP_DIR', dirname(__FILE__));
28
  define('YARPP_URL', plugins_url('',__FILE__));
29
  define('YARPP_NO_RELATED', ':(');