Yet Another Related Posts Plugin (YARPP) - Version 3.5.6b1

Version Description

Download this release

Release Info

Developer mitchoyoshitaka
Plugin Icon 128x128 Yet Another Related Posts Plugin (YARPP)
Version 3.5.6b1
Comparing to
See all releases

Code changes from version 3.5.5 to 3.5.6b1

Files changed (3) hide show
  1. cache-postmeta.php +1 -1
  2. readme.txt +3 -0
  3. yarpp.php +2 -2
cache-postmeta.php CHANGED
@@ -147,7 +147,7 @@ class YARPP_Cache_Postmeta extends YARPP_Cache {
147
  public function clear( $reference_IDs ) {
148
  $reference_IDs = wp_parse_id_list( $reference_IDs );
149
 
150
- if ( !count($reference_ID) )
151
  return;
152
 
153
  // clear each cache
147
  public function clear( $reference_IDs ) {
148
  $reference_IDs = wp_parse_id_list( $reference_IDs );
149
 
150
+ if ( !count($reference_IDs) )
151
  return;
152
 
153
  // clear each cache
readme.txt CHANGED
@@ -227,6 +227,9 @@ If you are a bilingual speaker of English and another language and an avid user
227
 
228
  == Changelog ==
229
 
 
 
 
230
  = 3.5.5 =
231
  * Quick bugfix for how admin screen code was loaded in in WordPress < 3.3.
232
 
227
 
228
  == Changelog ==
229
 
230
+ = 3.5.6 =
231
+ * Typo fix for postmeta cache
232
+
233
  = 3.5.5 =
234
  * Quick bugfix for how admin screen code was loaded in in WordPress < 3.3.
235
 
yarpp.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://yarpp.org/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. Now with custom post type support!
6
- Version: 3.5.5
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
10
  */
11
 
12
- define('YARPP_VERSION', '3.5.5');
13
  define('YARPP_DIR', dirname(__FILE__));
14
  define('YARPP_NO_RELATED', ':(');
15
  define('YARPP_RELATED', ':)');
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://yarpp.org/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. Now with custom post type support!
6
+ Version: 3.5.6b1
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
10
  */
11
 
12
+ define('YARPP_VERSION', '3.5.6b1');
13
  define('YARPP_DIR', dirname(__FILE__));
14
  define('YARPP_NO_RELATED', ':(');
15
  define('YARPP_RELATED', ':)');