Skip to content

Commit

Permalink
Version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivdimova committed Jan 9, 2015
1 parent eda2289 commit 8e15fa1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions readme.txt
Expand Up @@ -5,8 +5,8 @@ Author URI: http://www.yarpp.com/
Plugin URI: http://www.yarpp.com/
Tags: feeds, pages, posts, related, rss, yarpp, ads, multisite, multilingual, thumbnails, related posts, related content
Requires at least: 3.3
Tested up to: 3.9.1
Stable tag: 4.2.2
Tested up to: 4.0
Stable tag: 4.2.4
License: GPLv2 or later

Display a list of related posts on your site based on a powerful unique algorithm. Earn money by including sponsored content!
Expand Down Expand Up @@ -298,6 +298,13 @@ YARPP is currently localized in the following languages:

== Changelog ==

= 4.2.4 =
* Bugfix: Missing internal version number update

= 4.2.3 =
* Tested on WordPress 4.0.
* Bugfix: Made logo image url in css scheme-less (fix http/https)

= 4.2.2 =
* Tested on WordPress 3.9.1.
* Bugfix: Duplicate related post links removed.
Expand Down
4 changes: 2 additions & 2 deletions style/related.css
Expand Up @@ -24,12 +24,12 @@

.yarpp-related .yarpp-promote{
clear: both !important;
background: url(http://api.engage.bidsystem.com/adk_mini_logo.png) no-repeat !important;
background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat !important;
float: right !important;
text-indent: -1000px !important;
cursor: pointer !important;
color: #666 !important;
font-size: 11px !important;
height: 17px !important;
width: 78px !important;
}
}
6 changes: 3 additions & 3 deletions yarpp.php
Expand Up @@ -2,7 +2,7 @@
/*----------------------------------------------------------------------------------------------------------------------
Plugin Name: Yet Another Related Posts Plugin
Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm. Enabling YARPP Pro gives you access to even more powerful features. <a href="http://www.yarpp.com" target="_blank">Find out more</a>.
Version: 4.2.2
Version: 4.2.4
Author: Adknowledge
Author URI: http://www.yarpp.com/
Plugin URI: http://www.yarpp.com/
Expand All @@ -14,7 +14,7 @@
define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
}

define('YARPP_VERSION', '4.2.2');
define('YARPP_VERSION', '4.2.4');
define('YARPP_DIR', dirname(__FILE__));
define('YARPP_URL', plugins_url('',__FILE__));
define('YARPP_NO_RELATED', ':(');
Expand Down Expand Up @@ -59,4 +59,4 @@

/* WP hooks ----------------------------------------------------------------------------------------------------------*/
add_action('init', 'yarpp_init');
add_action('activate_'.plugin_basename(__FILE__), 'yarpp_plugin_activate', 10, 1);
add_action('activate_'.plugin_basename(__FILE__), 'yarpp_plugin_activate', 10, 1);

0 comments on commit 8e15fa1

Please sign in to comment.