Skip to content

Releases: BKWLD/upchuck

Support Laravel 5.6

02 Jun 03:20
Compare
Choose a tag to compare

Increases the version constrain on GrahamCampbell/Laravel-Flysystem

Add depth and length as config options

16 Jan 23:59
Compare
Choose a tag to compare

By setting depth to 0, you can turn off the nesting of uploaded files.

Adds `keep_files_when_soft_deleted` config

29 Nov 21:40
Compare
Choose a tag to compare

If true, Upchuck won't delete files when a model is soft deleted.

Dispatch Laravel events during the observer lifecycle

12 Sep 23:16
Compare
Choose a tag to compare
2.3.0

Fire events during the observer lifecycle

Adding Laravel 5.5 auto discovery

12 Sep 20:44
Compare
Choose a tag to compare
2.2.2

Fixing the pubilsh example

Adding support for Laravel 5.5

11 Sep 21:07
Compare
Choose a tag to compare
2.2.0

Expanding flysystem constraint for L5.5 support

Adding support for Laravel 5.4

10 Apr 18:48
Compare
Choose a tag to compare
  • Removes event priorities
  • Fixes handler syntax for wildcarded listeners

Allow passing a disk into makeNestedAndUniquePath()

23 Aug 22:56
Compare
Choose a tag to compare
Allow passing a disk into the makeNested… func

Make it possible to use externally, easier.  Like from Cloner.

Laravel 5 support

18 Jul 23:21
Compare
Choose a tag to compare
2.0.0

Get at the file attribute value using original

Fixing Upchuck::url(), app('upchuck.url')->path(), and IoC contained tmp dir

20 Jul 17:02
Compare
Choose a tag to compare
  • Adding missing static in facade
  • Only convert to path if the URL has schema and domain
  • Resolve the tmp disk through IoC