Oops. Changes root_dir to root to make file browser work. Thanks sklang
3.2.2
Small bugfix in uploader.php - cat ID
Changed stats graph calculation - thanks lggemini
Changes to headers in download.php to avoid caching
File Browser fixes - $root was clashing with something....
excludecat works in all sections of downloadpage now
Removed hardcoding of /uploads/
Added action to download.php - should be able to use it to stop a download if you want - maybe limiting downloads per day or something? Whatever you want...
Made it so if you post new file on 'edit' screen, the post date is updated.
Fixed the 'blank meta' section which blanks out custom field values when nothing is set.
Moved 'allowurlfopen' check.
Someone said downloads don't work with spaces in the name. They do! Wasting my time sonny...
All work and no play make jolley a dull boy
Had to rename capibilities so they work. Apologies if you have to set this up again! Cheers to Mark Dingemanse.
{categoryID} custom format tag added. Useful if you want to send someone to its category on the DL page I guess. Also added {categoryother} so when no category is set "other" is shown - this is because the download page can show an 'other' section if you want it to.
You can now manually edit the post date on the edit download screen.
3.2.1
Made meta query more efficient
Updated main localisation file
Added activation hook so admin should work now
3.2
{user} tag added for custom formats
'autop' option fix
Download page buttons applied with CSS so they are easier to customise/translate.
Fix for pagination bug after editing a download
Category output fix on edit downloads screen
Category urls on download page use ID rather than name to prevent errors when cats have the same names.
excludecat added to downloadpage shortcode
Localised 'hits' 'date' 'title' on download page
Option to disable the download logging
Read file 'chunked' some people found large files were corrupted so this should help (fingers crossed)
Added show_tags option to download page - displays x amount of tags on the download page.
File Browser root setting and download.php logic/mime types modified thanks to Jim Isaacs (jidd.jimisaacs.com)
Interface Improvements
Bulk edit categories, custom fields, tags, member only downloads
Added roles for download monitor admin - should be able to use with a role manager plugin if you want anyone other than admin to access the admin section e.g. http://wordpress.org/extend/plugins/capsman/
Change redirect after add
Edit Cat names/parents
Dedicated tags and thumbnails fields (they still use meta table though)
3.1.6
Nothing major - unreleased
3.1.5
Changed custom urls to make them more friendly for people with wordpress in a sub directory.
wp_die on download.php to make cleaner error messages
Much better pagination in admin
Order by 'meta' in downloads shortcode/getdownloads function - also must provide 'metaname' and define the meta field to sort by. e.g. [downloads query="orderby=meta&metaname=metasort"]
3.1.4
Added {referrer} option to the member redirect - now you could redirect to http://yourdomain.com/wp-login.php?redirect_to={referrer} for instance and they will go straight to the download right after.