WordPress Related Posts - Version 2.0.1

Version Description

  • Fixed bug for short_open_tag=Off
Download this release

Release Info

Developer jureham
Plugin Icon wp plugin WordPress Related Posts
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0 to 2.0.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp_related_posts.php +1 -1
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
5
  License: GPLv2
6
  Requires at least: 3.3
7
  Tested up to: 3.5
8
- Stable tag: 2.0
9
 
10
  WordPress Related Posts generates a list of related posts with thumbnails and gives you click-through statistics.
11
 
@@ -63,6 +63,9 @@ Yes, related posts are responsive so they adapt to the screen size to ensure max
63
 
64
  == Changelog ==
65
 
 
 
 
66
  = 2.0 =
67
  * New recommendation engine
68
  * Statistics in dashboard
5
  License: GPLv2
6
  Requires at least: 3.3
7
  Tested up to: 3.5
8
+ Stable tag: 2.0.1
9
 
10
  WordPress Related Posts generates a list of related posts with thumbnails and gives you click-through statistics.
11
 
63
 
64
  == Changelog ==
65
 
66
+ = 2.0.1 =
67
+ * Fixed bug for short_open_tag=Off
68
+
69
  = 2.0 =
70
  * New recommendation engine
71
  * Statistics in dashboard
wp_related_posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: WordPress Related Posts
4
- Version: 2.0
5
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/
6
  Description: Generate a related posts list via tags of WordPress
7
  Author: Jure Ham
1
  <?php
2
  /*
3
  Plugin Name: WordPress Related Posts
4
+ Version: 2.0.1
5
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/
6
  Description: Generate a related posts list via tags of WordPress
7
  Author: Jure Ham