Skip to content

Releases: FriendsOfCake/cakephp-upload

3.6.2

21 Nov 16:03
Compare
Choose a tag to compare
  • 90f3f8a Fix link to documentation
  • #415 Fixed error when class name was specified

3.6.1

13 Sep 09:37
Compare
Choose a tag to compare
  • #401 Fix PHPCS violation
  • Allow impatient developers to use this plugin (5dc6c1c and 53f9675)

3.6.0

23 Jul 08:28
Compare
Choose a tag to compare
  • #399: Add support for field-value replacements

3.5.1

23 Jul 08:15
Compare
Choose a tag to compare
  • #398: Fix phpcs violations

3.5.0

23 Jul 06:31
Compare
Choose a tag to compare
  • #379: Fix double directory separator in constructFiles when following docs
  • #386: Update install instructions
  • #389: Prevent erasing _config that's been set in the constructor
  • #390: Fix path detection in afterDelete
  • #393: Remove "background" section from readme.
  • #391: Restore original value of the field when upload failed
  • #394: Adding year|month|day path replacements

1.3.1

09 Jun 20:04
Compare
Choose a tag to compare
  • Documentation updates
  • Generation shell fix
  • Fixes for older versions of PHP
  • Thumbnail resize fix for banded

3.4.0

26 Mar 21:51
Compare
Choose a tag to compare
  • Add UploadValidation and ImageValidation classes for use with the cakephp validation library
  • Fix for configurations when using empty settings

3.3.0

18 Mar 20:00
Compare
Choose a tag to compare
  • Add the ability to delete files when the record is deleted via the keepFilesOnDelete option.

3.2.0

17 Feb 08:43
Compare
Choose a tag to compare
  • Add support for running this plugin with just the ORM
  • Fix doc formatting
  • Ensure the file written to disk is named the same as the filename stored in the database

3.1.0

16 Jan 16:21
Compare
Choose a tag to compare
  • Fix issue where calling $path->basepath() multiple times could result in different paths depending upon input replacements
  • Drop PHP 5.4 support. Upgrade your PHP.