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 transportDir setting for uploads and transforms which allow custom transport directory paths [Issue #125]
  • Added fit transformer 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]

6 Comments

  • Great plugin. Tested the Fit transformer and found that if image width and height were less than specified, the image would be resized larger than original. Is there a way to get background on all 4 sides if image is smaller than fit dimensions specified?
  • However I can't delete object with the attachment behaviour attached, do you have any idea ?
    files are deleted but not the db record

    Regards
  • Thanks for this great work!
  • Sorry, I already managed to download it. I was using an old version of composer, so I have to update it first with:
    composer self-update
    then add:
    "minimum-stability": "dev"
    to composer json. Maybe it helps someone else.

    Thanks for the great Plugin!
    Matías
  • I can't manage to download version 4.3.0 with composer, not even using "dev-master". The package isn't found
    Matías