Updated the system that shows changes when you're prompted to update
0.3.2
Added the [relatedPosts] shortcode as another way to add a list of related posts to a post or page
0.3.1
Added some more options for where to display the related posts.
Added ability to give more information about updates on the plugins page.
0.3.0
Completely reworked how related posts are stored. Now we store the title and permalink along with the ID, which eliminates the need to to query for each related post.
Added an action to fix all permalinks if the structure is updated.
0.2.7
Replaced esc_html with wp_specialchars for those still on 2.7.x
0.2.6
Categories to ignore are now chosen using checkboxes! Much better than finding category IDs and making a comma separated list of them
Moved Changelog into readme file so you can see it on wordpress.org
0.2.5
Fixed warning caused by array_walk returning a non-array
Add link to settings page.
0.2.4
Fixed plugin URI
0.2.3
Released via WordPress.org
0.2.2
Fixed issue with title not displaying
Renamed in anticipation of adding to WordPress.org
0.2.1
When spidering though related posts, limit the posts that are checked
0.2.0
First run of processing posts in chunks
0.1.4
Fixed array_slice error that showed up when there were no related posts
Fixed the issue with the "No Related Posts" text not showing
0.1.3
Formatted Admin page warning correctly
0.1.2
Added all copy and made it all translatable for future application
0.1.1
MySQL query optimizations to reduce processing time
0.1.0
Added all settings to admin page
Added helper functions for displaying
Added ability to add related posts to RSS
Added ability to ignore categories from matches
Added ability to automatically add to posts
Added ability to specify title
Added ability to specify text to display if no related posts exist
0.0.4
Added admin page to process posts - still needs serious cleanup