=== IJ Post Attachments === Contributors: dookan Tags: images, attachments, intuitive Requires at least: 3.3.0 Tested up to: 3.4.1 Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This is a simple plugin that will list the attachments of a post while editing it - no configuration needed! All post types are supported. == Description == This is a simple but useful plugin that will list the attachments of a post while editing it, in a more intuitive mode. You need no configuration, the list will be automatically shown for all post types. = Features = * Listing attachments of a post (no matter the attachment type - video, image, audio or anything else) * Easy sorting of the attachments of a post, with drag'n'drop support * Links within each attachment to edit it, remove it or insert it into the current position in the editor Would you like to help improving this plugin? If so, fork me on [GitHub](https://github.com/InJoin/WP-Post-Attachments)! == Installation == 1. Upload the `ij-post-attachments` directory to the `/wp-content/plugins/` directory * Alternatively, you can search for "IJ Post Attachments" in the WP administrator's menu `Plugins`/`Add New` 1. Activate the plugin through the 'Plugins' menu in WordPress 1. That's all! You will note that below the editor inside a post an box entitled `Images and Attachments` will appear. == Changelog == = 0.1.0 = * `Use as Thumbnail` link made available in the attachment edition screen * HTML moved to separate files to enhance class readability * Code compliant to [JSHint](http://www.jshint.com/) and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) * Escaping fixes = 0.0.1 = * Less server payload and more PHPDoc content. = 0.0.1b = * Enhanced the look of the items * Better control over the shown file type * Fixed styling bugs of the item in different OSs = 0.0.1a = * Initial release.