Important security update: Potential XSS vulnerability fixed. Thanks to Charlie Eriksen via Secunia SVCRP for reporting this
Added Latvian translation
1.8.6
New: Related posts are now cached
New: New function get_crp_posts to get only the list of posts in an array. Check the FAQ on how to use it.
New: Timthumb will now resize images on wordpress.org, wordpress.com and wp.com. The latter two are useful if you're running Jetpack
New: Shortcode functionality. You can use the shortcode [crp] to display the related posts. Check the FAQ for further details.
Fixed: Exclude category option missed the last category in the list
Fixed: Open links in new window option was not working
1.8.5
New: Option to open links in new window - Find this under Output Options
New: Option to add rel="nofollow" to links - Find this under Output Options
New: Option to set quality of thumbnails - Find this under Output Options
New: Custom text to display if no related posts are found - Find this under Output Options
New: Thumbnail height and width can now be configured for the widget
Fixed: Filter (crp_postimage) added for WordPress Post Thumbnails to allow you to modify your image with your own script. Plugin comes inbuilt with thumbnail resizing using timthumb
Fixed: PHP notices when WP_DEBUG is set to true
1.8.4
New: Option to exclude display of related posts on certain posts/pages. This option is available under "Output Options"
New: Options to display related posts on home page, category archives, tag archives and other archives
New: Option to set how recent the related posts should be
New: Option to limit post title length
Modified: Filter (crp_postimage) added for WordPress Post Thumbnails to allow you to modify your image with your own script. Plugin comes inbuilt with thumbnail resizing using timthumb
Modified: If the option to scan for the first image in the post is set to ON, then only images from the same domain as your blog are used as thumbnails. External images are ignored.
Modified: Updated to latest version of timthumb
Fixed: Widget now displays on posts and page correctly. Previously displaying the widget resulted in duplicate display of related posts
Fixed: Related Posts now display correctly in feeds when feed content is set to "Summary"
Fixed: Fixed PHP Notices: "Use of undefined constant"
Fixed: Custom CSS styles will be included in the header of all posts and pages. On archives it will be included depending on the settings
1.8.3
Fixed: PHP warning errors on manual code for sites with PHP error reporting turn on in strict mode
Modified: Fixed some language related issues. If you would like to translate the plugin or update a translation, please contact me.
1.8.2
Fixed: PHP warning errors for sites with PHP error reporting turn on in strict mode
1.8.1
New: Widget support. Widget display follows the same settings as having the related posts after content.
New: Exclude posts and pages by ID
Modified: Optimised performance when automatic insertion into content is turned off
Modified: Plugin uses the default excerpt if it is set, else it creates one based on content. Both settings respect the excerpt length set in the plugin
Modified: Fixed some language related issues. If you would like to translate the plugin or update a translation, please contact me.
Deleted: Redundant option to exclude display of the related posts on pages. You can use the custom post types feature instead
New: Chinese language file
1.8
Modified: Replaced id attribute with class tag on non-singular pages. On singular pages it will display both id and class
New: Option to use timthumb to create thumbnail images (turned ON by default)
New: Support for WordPress Custom Post Types
New: New Custom Styles tab to allow you to easily style the output
Modified: New "default.png" file based on from KDE’s Oxygen icon set
1.7.3
Fixed: Donation link
1.7.2
Fixed: Title attribute was missing for the thumbnails
Modified: Reverted the output code to v1.6.5 style with img wrapped in its own a tag
1.7.1
Fixed: Minor bug fix for location of thumbnail
1.7
New: New function related posts() that allows you to manually add posts to your theme