=== Daily Upload Dir ===
Contributors: ulfben
Donate link: http://www.amazon.com/gp/registry/wishlist/2QB6SQ5XX2U0N/105-3209188-5640446?reveal=unpurchased&filter=all&sort=priority&layout=standard&x=11&y=10
Tags: upload, organize, files, 
Requires at least: 2.2
Tested up to: 2.2.3
Stable tag: trunk

Organizes your uploads into year, month and day-based folders. Uses the post's timestamp when creating dirs.

== Description ==
**Note:** This plugin has been superseded by the *much improved* [Custom Upload Dir](http://wordpress.org/extend/plugins/custom-upload-dir/). 

Daily Upload Dir will:

1. add a daily subdirectory to your upload path
1. use the current post's date instead of the current date. (eg: adding files to a post from 2003-03-23 will put the files in `/uploads/2003/03/23`)


== Installation ==

1. Extract `wp-daily_upload_dir.php` and transfer it to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Turn on "Organize my uploads into month- and year-based folders" in Miscellaneous Options.

== Frequently Asked Questions ==



== Screenshots ==

1. Shows how the upload path corresponds to the post's timestamp.

== Other Notes ==
Copyright (C) 2007 Ulf Benjaminsson (ulf at ulfben dot com).

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


