=== Plugin Name === Contributors: wonderboymusic Tags: media, attachments, admin, images, image, videos, video, audio, cms, gallery, jquery, manage, music, photo, photos, thumbnail, upload Requires at least: 3.0 Tested up to: 3.0 Stable Tag: 0.2 Shuffle modifies/improves your Media Library in a number of ways == Description == Shuffle modifies/improves your Media Library in a number of ways. Shuffle lets you: 1. Attach an item (Image, Audio, Video) to anything (Post, Page, Custom Post Type, another Attachment)! 1. Reorder an item's attachments using a simple Drag and Drop UI 1. Detach an attachment from an item without deleting the attachment 1. View all attachments attached to an item All of these things should already be in WordPress... but they're not! This plugin is especially useful if you are using WordPress as a CMS and/or have a media-heavy site. Use these functions in your Theme to get your re-ordered Media: Read more: http://scottctaylor.wordpress.com/2010/11/15/my-first-plugin-shuffle/ == Screenshots == 1. In your Post library, rollover actions have added to conveniently point you to all of your item's attachments 2. A simple Drag and Drop UI makes Re-ordering your attachments EASY (currently available for Images, Audio, and Video) 3. You can now attach an attachment to ANYTHING, why not another attachment! Since all we are doing is setting post_parent, and attachments are Posts in the database, it is now easy to manage your associations. We also make sure you can't attach an attachment to itself :) == Changelog == = 0.2 = * get_images() will now exclude the post's featured image / post thumbnail by default * all Theme functions will now take query_posts() params as the only argument if desired, 'and_featured' => true will force the return of the post thumnbail in the result = 0.1 = * Initial release == Upgrade Notice == * Please upgrade to the latest release of Shuffle, view the [Changelog](http://wordpress.org/extend/plugins/shuffle/changelog/ "Release Notes") for Release Notes