Skip to content

Releases: FriendsOfCake/cakephp-upload

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.

3.0.4

16 Dec 03:45
Compare
Choose a tag to compare
  • Add a link to the 2.x documentation in the readme
  • Ensure all file access is set to public as in the 2.x line

3.0.3

06 Dec 01:03
Compare
Choose a tag to compare
  • Add missing backtick for codeblock
  • Remove single unused variable
  • Add the ability to specify a transformer class as a callable
  • Use https url in composer.json
  • Simplify PHP requirement