WordPress Related Posts - Version 2.6.1

Version Description

  • Fixed post excerpt bug
  • Link back to Zemanta is off by default
  • Removed "edit related posts" functionality (already edited posts won't revert back)
Download this release

Release Info

Developer zemanta
Plugin Icon wp plugin WordPress Related Posts
Version 2.6.1
Comparing to
See all releases

Code changes from version 2.6 to 2.6.1

readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: related,posts,post,related posts,plugin
4
  License: GPLv2
5
  Requires at least: 3.3
6
  Tested up to: 3.5
7
- Stable tag: 2.6
8
 
9
  WordPress Related Posts generates a list of related posts with thumbnails and gives you click-through statistics.
10
 
@@ -67,6 +67,11 @@ We adopted the principle of having three "release channels". You can try the mos
67
 
68
  == Changelog ==
69
 
 
 
 
 
 
70
  = 2.6 =
71
  * Improved editorial control
72
  * Changed plugin content filter priority from 101 to 10
4
  License: GPLv2
5
  Requires at least: 3.3
6
  Tested up to: 3.5
7
+ Stable tag: 2.6.1
8
 
9
  WordPress Related Posts generates a list of related posts with thumbnails and gives you click-through statistics.
10
 
67
 
68
  == Changelog ==
69
 
70
+ = 2.6.1 =
71
+ * Fixed post excerpt bug
72
+ * Link back to Zemanta is off by default
73
+ * Removed "edit related posts" functionality (already edited posts won't revert back)
74
+
75
  = 2.6 =
76
  * Improved editorial control
77
  * Changed plugin content filter priority from 101 to 10
static/img/arrow_down.png CHANGED
Binary file
static/img/arrow_right.png CHANGED
Binary file
static/img/check.png CHANGED
Binary file
static/img/close.png CHANGED
Binary file
static/img/cross.png CHANGED
Binary file
static/img/cross_2x.png CHANGED
Binary file
static/img/desktop_icon.png CHANGED
Binary file
static/img/icon_support.png CHANGED
Binary file
static/img/measure_icon.png CHANGED
Binary file
static/img/measure_icon_2x.png CHANGED
Binary file
static/img/menu_icon.png CHANGED
Binary file
static/img/menu_icon_2x.png CHANGED
Binary file
static/img/mobile_icon.png CHANGED
Binary file
static/img/network_icon.png CHANGED
Binary file
static/img/outlink.png CHANGED
Binary file
static/img/promoted_arrow.png CHANGED
Binary file
wp_related_posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: WordPress Related Posts
4
- Version: 2.6
5
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/
6
  Description: Quickly increase your readers' engagement with your posts by adding Related Posts in the footer of your content. Click on <a href="admin.php?page=wordpress-related-posts">Related Posts tab</a> to configure your settings.
7
  Author: Zemanta Ltd.
1
  <?php
2
  /*
3
  Plugin Name: WordPress Related Posts
4
+ Version: 2.6.1
5
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/
6
  Description: Quickly increase your readers' engagement with your posts by adding Related Posts in the footer of your content. Click on <a href="admin.php?page=wordpress-related-posts">Related Posts tab</a> to configure your settings.
7
  Author: Zemanta Ltd.