Skip to content

Releases: FriendsOfCake/cakephp-upload

5.0.0-beta

17 Apr 12:40
Compare
Choose a tag to compare
5.0.0-beta Pre-release
Pre-release

CakePHP 4 compatible release.

4.0.1

28 Jul 15:35
919f7f6
Compare
Choose a tag to compare
  • Save the extension along other file data #513
  • Set defaults just for available field #515
  • Fix CakePHP core constraints to ^3.5 #521

4.0.0

26 Apr 21:51
dd91ff8
Compare
Choose a tag to compare

This change requires at least CakePHP 3.5, and should support the upcoming 4.x release.

  • Prepare for CakePHP 3.6 #485

3.8.1

18 Mar 18:13
d640151
Compare
Choose a tag to compare
  • Fix for the afterDelete callback introduced with the protected fields functionality #482

3.8.0

08 Mar 15:34
67338ef
Compare
Choose a tag to compare
  • Update examples.rst #470
  • Improve nameCallback by adding $table, $entry and $field #477
  • Introduction of protected field names #480

3.7.0

30 Jun 18:28
Compare
Choose a tag to compare

Bugs:

  • Use composer phpunit #446
  • Call is_resource() before fclose() #457
  • Return microtime as a float #461

Enhancements:

  • Deleting files should use the stored base path if available. #410
  • You now have a deleteCallback option to delete additional files on record deletion #454

Documentation:

  • Updated code examples to working code for 3.4 #445
  • Removed extra <?php declaration #449
  • Filepath comments #450
  • Update examples.rst #455

3.6.3

13 May 09:15
Compare
Choose a tag to compare
  • move to friendsofcake

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