Post Logo allows you to add a single image to a post using the media browser and you can use the same image in multiple posts
Fixed issue with parameters missing from the_post_logo method
Made a change to how we connect an image to a post we were searching on filename which cause when using specifics sizes i.e thumbnail, medium, large etc we now strip the image post id out of the class attribute with the img tag returned by the media browser. Added the ability to specify the width height when calling the_post_logo() you can do the_post_logo(array(200,200(); so that sets the size to 200x200.