Changelogs: Uploader v3.3
A new version of Uploader has been released, version 3.3. Please download the new tag or view the documentation. If you have any questions, be sure to send me an email or comment on this post. If you run into any problems, be sure to report an issue on the Github repository.
Version: 3.3
Tested On: PHP 5.3, CakePHP 2.0.5
Requires: PHP 5.2, CakePHP 2.0
Commit Hash: a7f98d51909a1ba74ca9cdd6a15366f19a383b8c
Changes:
- Added a saveAsFilename option to AttachmentBehavior to save an upload without the relative path [Issue #41]
- Added more mime type support [Issue #42]
- Added mode orientation support to Uploader::resize()
- Added tons more test cases
- Fixed an undefined offset error when uploading without a model
- Fixed a bug where a custom name wasn't being used in chained transforms
- Refactored Uploader::resize() so that aspect and expand work in unison