Changelogs: Uploader v3.2
A new version of Uploader has been released, version 3.2. 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.2
Tested On: PHP 5.3, CakePHP 2.0.5
Requires: PHP 5.2, CakePHP 2.0
Commit Hash: f061776a146919f3d5305bd9573c466eac24e2ee
Changes:
- Fixed a Linux upload issue regarding multiple transforms
- Fixed Uploader::addMimeType() to not overwrite existing values
- Fixed Uploader::crop() when both height and width are equal
- Fixed strict errors
- Fixed issue with transforms not inheriting custom name [Issue #36]
- Fixed a bug with multiple model uploading with AttachmentBehavior
- Recursively delete files if transforming overwrites the original
- Can now accept a model method for file name formatting [Issue #35]
- Added an aspect setting to Uploader::resize() [Issue #40]
- Added an allowEmpty setting to AttachmentBehavior to allow empty file uploads to continue [Issue #38]