* changed default template: wrapped post excerpt in
* Added style sheet and style sheet filter * Added new option: User can disable the auto append feature * Load_Setting() is now get_option() = 1.2.14 = * Avoid directory listings = 1.2.13 = * Max hight of the selection fields inside the meta box is limited to 250px. This is the end of happy scrolling ;) = 1.2.12 = * Fixed Cloning bug of the current post var after the loop * Cleand up the admin interface * faster Queries for less parameters. :) = 1.2.11 = * Fixed author selection bug. * Fixed the "all posts instead of nothing" bug. get_associated_posts() will return (bool) False if there are no posts associated. = 1.2.10 = * Changed variable in object to store current post query in function ShortCode(). * Swapped Desc for Asc in Edit page meta box order field. = 1.2.9 = * Added French translation file by [Annie Stasse](http://www.penseelibre.fr/). = 1.2.8 = * Fixed: Sticky posts will not be shown as associated. * Fixed: PPA crashed in WP 2.8.6. Should work now. = 1.2.7 = * Fixed: Removed php warning if there are no authors * Added new filter '*associated_posts_auto_append*', you can set this false to avoid auto appening the posts * Removed *myPrint()* function... embarrassing :-( = 1.2.6 = * Added Spanish translation file by [Francisco Chaves](http://wikichaves.com/). = 1.2.5 = * Fixed: The Auto-Append Function sometimes failed because of a small bug in the wordpress core (ShortCode handler). = 1.2.4 = * The "enforce" attribute of the ShortCode is deprecated now * The ShortCode will run as often as you insert it in your page * the plugin adds thumbnail support to the theme = 1.2.3 = * Optimized the *template.php*. Please take a look of you use it in your theme. * Removed the old Italian translation. Can someone make a new one? = 1.2.2 = * Use post object cloning to restore the last point after using a template * Linked the thumbnails in the default template (you should assign that in your version) * removed the function *get_the_excerpt()* (please notice) * fixed the shortcode bug. Shortcodes should work now. = 1.2.1 = * Fixed some translation mistakes = 1.2 = * Change the post selection algorithm * Easier integration in other themes and plugins = 1.1.8 = * Small code optimization. = 1.1.7 (DEPRECATED) = * Added the new parameter $return_query to the function get_associated_posts. = 1.1.6 = * Added Italian translation. = 1.1.5 = * You can hide the category name header above the associated posts area. = 1.1.4 = * Now you can change the header tag for the associated post area and the associated posts = 1.1.3 = * Tried to correct my bad English in the plug-in back end * updated the German translations * optimized the get_the_excerpt() function. (takes now an object as parameter.) * corrected some Markdown mistakes in the readme.txt * increased the version release number xD = 1.1.2 = * Added support for servers which do not allow using $_REQUEST * New Feature: The plugin can show the full content of the posts = 1.1.1 = * Bug Fix: Fixed the Auto Append Bug. = 1.1 (DEPRECATED - REMOVED IN 1.2) = * Added Theme Support: If you use this plug-in in your theme add these line to your functions.php: add_theme_support('associated_posts'); So the plug-in knows that your theme supports associated posts. * Added new feature: You can make the plug-in to show a thumb of the associated posts and an excerpt. = 1.0 = * Everything works fine.