Yet Another Related Posts Plugin (YARPP) - Version 5.27.7

Version Description

(29-October-2021) = * Enhancement: CSS improvements for better cross-theme compatibility * Documentation: Available YARPP filters

Download this release

Release Info

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

Code changes from version 5.27.6 to 5.27.7

Files changed (4) hide show
  1. readme.txt +10 -2
  2. src/css/public/related.css +2 -13
  3. style/related.css +1 -1
  4. yarpp.php +2 -2
readme.txt CHANGED
@@ -6,7 +6,7 @@ Requires at least: 3.7
6
  Requires PHP: 5.3
7
  License: GPLv2 or later
8
  Tested up to: 5.8
9
- Stable tag: 5.27.6
10
 
11
  The best WordPress plugin for displaying related posts. Simple and flexible, with a powerful proven algorithm and inbuilt caching.
12
 
@@ -278,6 +278,10 @@ if(! $related_posts){
278
  }
279
  </code>
280
 
 
 
 
 
281
  == Frequently Asked Questions ==
282
 
283
  If your question isn't here, ask your own question at [the WordPress.org forums](https://wordpress.org/support/plugin/yet-another-related-posts-plugin).
@@ -535,6 +539,10 @@ Beginning with version 4.0.7, YARPP includes clean uninstall functionality. If y
535
 
536
 
537
  == Changelog ==
 
 
 
 
538
  = 5.27.6 (12-October-2021) =
539
  * Bugfix: Support for drop-in caches. Resolves `Undefined variable: found` warnings.
540
  * Bugfix: Add missing string for translations
@@ -1436,5 +1444,5 @@ After a break of many years, the plugin is 100% supported now that the baton has
1436
  * Initial upload
1437
 
1438
  == Upgrade Notice ==
1439
- = 5.27.6 =
1440
  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!
6
  Requires PHP: 5.3
7
  License: GPLv2 or later
8
  Tested up to: 5.8
9
+ Stable tag: 5.27.7
10
 
11
  The best WordPress plugin for displaying related posts. Simple and flexible, with a powerful proven algorithm and inbuilt caching.
12
 
278
  }
279
  </code>
280
 
281
+ = YARPP Filters =
282
+
283
+ Documentation: [https://support.shareaholic.com/hc/en-us/articles/4408775687060](https://support.shareaholic.com/hc/en-us/articles/4408775687060)
284
+
285
  == Frequently Asked Questions ==
286
 
287
  If your question isn't here, ask your own question at [the WordPress.org forums](https://wordpress.org/support/plugin/yet-another-related-posts-plugin).
539
 
540
 
541
  == Changelog ==
542
+ = 5.27.7 (29-October-2021) =
543
+ * Enhancement: CSS improvements for better cross-theme compatibility
544
+ * Documentation: [Available YARPP filters](https://support.shareaholic.com/hc/en-us/articles/4408775687060)
545
+
546
  = 5.27.6 (12-October-2021) =
547
  * Bugfix: Support for drop-in caches. Resolves `Undefined variable: found` warnings.
548
  * Bugfix: Add missing string for translations
1444
  * Initial upload
1445
 
1446
  == Upgrade Notice ==
1447
+ = 5.27.7 =
1448
  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!
src/css/public/related.css CHANGED
@@ -1,5 +1,6 @@
1
  .yarpp-related {
2
- margin: 1em 0;
 
3
  }
4
 
5
  .yarpp-related a {
@@ -21,15 +22,3 @@
21
  text-transform: capitalize;
22
  margin: 0;
23
  }
24
-
25
- .yarpp-related .yarpp-promote {
26
- clear: both;
27
- background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;
28
- float: right;
29
- text-indent: -1000px;
30
- cursor: pointer;
31
- color: #666;
32
- font-size: 11px;
33
- height: 17px;
34
- width: 78px;
35
- }
1
  .yarpp-related {
2
+ margin-top: 1em;
3
+ margin-bottom: 1em;
4
  }
5
 
6
  .yarpp-related a {
22
  text-transform: capitalize;
23
  margin: 0;
24
  }
 
 
 
 
 
 
 
 
 
 
 
 
style/related.css CHANGED
@@ -1 +1 @@
1
- .yarpp-related{margin:1em 0}.yarpp-related a{font-weight:700;text-decoration:none}.yarpp-related .yarpp-thumbnail-title{font-size:96%;font-weight:700;text-align:left;text-decoration:none}.yarpp-related h3{font-size:125%;font-weight:700;margin:0;padding:0 0 5px;text-transform:capitalize}.yarpp-related .yarpp-promote{background:url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;clear:both;color:#666;cursor:pointer;float:right;font-size:11px;height:17px;text-indent:-1000px;width:78px}
1
+ .yarpp-related{margin-bottom:1em;margin-top:1em}.yarpp-related a{font-weight:700;text-decoration:none}.yarpp-related .yarpp-thumbnail-title{font-size:96%;font-weight:700;text-align:left;text-decoration:none}.yarpp-related h3{font-size:125%;font-weight:700;margin:0;padding:0 0 5px;text-transform:capitalize}
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.27.6
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
@@ -25,7 +25,7 @@ if ( ! defined( 'WP_CONTENT_DIR' ) ) {
25
  define( 'WP_CONTENT_DIR', substr( $tr, 0, strrpos( $tr, '/' ) ) );
26
  }
27
 
28
- define( 'YARPP_VERSION', '5.27.6' );
29
 
30
  define( 'YARPP_DIR', dirname( __FILE__ ) );
31
  /**
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.27.7
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
25
  define( 'WP_CONTENT_DIR', substr( $tr, 0, strrpos( $tr, '/' ) ) );
26
  }
27
 
28
+ define( 'YARPP_VERSION', '5.27.7' );
29
 
30
  define( 'YARPP_DIR', dirname( __FILE__ ) );
31
  /**