1) Uploader v3.5
A new version of Uploader has been released, version 3.5. 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.5
Tested On: PHP 5.3, CakePHP 2.0.5
Requires: PHP 5.2, CakePHP 2
Commit Hash: b91bd81415a50f69d589a77d9dbe7a576e1c5744
Changes:
- Added file overwrite settings for transform methods [Issue #50] (overwrite settings are set to false by default)
- Fixed weirdness with append and prepend [Issue #46]
- Fixed a bug with uppercase file extensions
- Rewrote Uploader::crop() to maintain aspect ratio and fix wrong calculations [Issue #51]