Changelog v. 3.3.2 (2011-12-29)
- Updated init to use WordPress API properly
- Removed dead code
Changelog v. 3.3.1 (2011-12-27)
- Fixed poor sanitization of post slugs (%post_name%)
- Added %post_parent%
- Fixed settings not always initializing
Changelog v. 3.3 (2011-12-18)
- Support for WordPress 3.3
- Support for tags and categories
- Support for custom taxonomies
- Added %current_user%, %permalink%
- Added all permalink tags
- Added test-function to admin page
Changelog v. 3.0.2 (2011-07-29)
- Fix for post_author not working
- Fix timestamps from the media uploader (thanks; alx359)
Changelog v. 3.0.1 (2010-11-01)
- Fix for "undefined function get_userdata()" (thanks somatic!)
Changelog v. 3.0 (2010-10-21)
- Rewrote entire plugin for WordPress 3.0
- A slew of new placeholders for building path's with
- A new interface to allow arbitrary strings in path
- Error messages when uploading to un-named or un-dated posts
- Added translation support
Changelog v.2.5.4 (2008-12-31)
- Adjusted the test case. (Pedja)
Changelog v.2.5.3 (2008-12-30)
More problems have crept up due to the massive amount of dry runs of 'upload_dir' in WP 2.7.
- Added quick bail for every call that's not for a file upload. (props to Pedja Ljubomirovic (Canada))
Changelog v.2.5.2 (2008-12-15)
- Fixed problem with plugin blocking deletion/editing of attached files.
Changes in v.2.5.1 (2008-12-14)
- Fixed Custom Upload Dir breaking WP 2.7 when called from the loop
Changes in v.2.5 (2008-11-15)
- Support for WP 2.7-beta1
- Added 'post_author'
- Fixed 'post_title' (broken since WP 2.4)
- Fixed issue with use_yearmonth overriding post date
- Tons of small(ish) updates
- Removed Mediacaster-support
Changes in v.2.0 (2007-10-19)
- Mediacaster compability.
- Added proper configuration screen
- Massive code overhaul
- Name change (previously "Daily Upload Dir")