Changelogs: Uploader v4.3.0
A new version of Uploader has been released, version 4.3.0. 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, report an issue on the GitHub repository.
Version: 4.3.0
Tested On: PHP 5.4.3, CakePHP 2.3.6, Composer
Requires: PHP 5.3, CakePHP 2.3, Composer
Commit Hash: 6bcd77330c5e7a4ce62f60d633b19dfba05e6a50
Changes:
- Includes changes from previous minor versions
- Updated Transit to v1.4.0
- Added
transportDirsetting for uploads and transforms which allow custom transport directory paths [Issue #125] - Added
fittransformer that allows for fitting an image to a certain size while applying a background fill - Added 4th argument to
AttachmentBehavior.deleteFiles()to circumvent database hit - Reversed move and rename logic so transformed files do not conflict
- Fixed bug where empty file paths trigger error on deletion [Issue #126]