Yet Another Related Posts Plugin (YARPP) - Version 4.2.3

Version Description

  • Tested on WordPress 4.0.
  • Bugfix: Made logo image url in css scheme-less (fix http/https)
Download this release

Release Info

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

Code changes from version 4.2.2 to 4.2.3

Files changed (2) hide show
  1. readme.txt +6 -2
  2. style/related.css +2 -2
readme.txt CHANGED
@@ -5,8 +5,8 @@ Author URI: http://www.yarpp.com/
5
  Plugin URI: http://www.yarpp.com/
6
  Tags: feeds, pages, posts, related, rss, yarpp, ads, multisite, multilingual, thumbnails, related posts, related content
7
  Requires at least: 3.3
8
- Tested up to: 3.9.1
9
- Stable tag: 4.2.2
10
  License: GPLv2 or later
11
 
12
  Display a list of related posts on your site based on a powerful unique algorithm. Earn money by including sponsored content!
@@ -298,6 +298,10 @@ YARPP is currently localized in the following languages:
298
 
299
  == Changelog ==
300
 
 
 
 
 
301
  = 4.2.2 =
302
  * Tested on WordPress 3.9.1.
303
  * Bugfix: Duplicate related post links removed.
5
  Plugin URI: http://www.yarpp.com/
6
  Tags: feeds, pages, posts, related, rss, yarpp, ads, multisite, multilingual, thumbnails, related posts, related content
7
  Requires at least: 3.3
8
+ Tested up to: 4.0
9
+ Stable tag: 4.2.3
10
  License: GPLv2 or later
11
 
12
  Display a list of related posts on your site based on a powerful unique algorithm. Earn money by including sponsored content!
298
 
299
  == Changelog ==
300
 
301
+ = 4.2.3 =
302
+ * Tested on WordPress 4.0.
303
+ * Bugfix: Made logo image url in css scheme-less (fix http/https)
304
+
305
  = 4.2.2 =
306
  * Tested on WordPress 3.9.1.
307
  * Bugfix: Duplicate related post links removed.
style/related.css CHANGED
@@ -24,7 +24,7 @@
24
 
25
  .yarpp-related .yarpp-promote{
26
  clear: both !important;
27
- background: url(http://api.engage.bidsystem.com/adk_mini_logo.png) no-repeat !important;
28
  float: right !important;
29
  text-indent: -1000px !important;
30
  cursor: pointer !important;
@@ -32,4 +32,4 @@
32
  font-size: 11px !important;
33
  height: 17px !important;
34
  width: 78px !important;
35
- }
24
 
25
  .yarpp-related .yarpp-promote{
26
  clear: both !important;
27
+ background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat !important;
28
  float: right !important;
29
  text-indent: -1000px !important;
30
  cursor: pointer !important;
32
  font-size: 11px !important;
33
  height: 17px !important;
34
  width: 78px !important;
35
+ }