Skip to content

Releases: qcod/laravel-imageup

1.0.5

03 Nov 03:05
Compare
Choose a tag to compare
  • Added support to upload non image file also
  • Can disable/enable auto upload dynamiclly by calling $model->disableAutoUpload() and enable it back $model->enableAutoUpload()
  • Improved tests & Code cleanup

1.0.4

01 Nov 03:22
Compare
Choose a tag to compare
  • Added support to customize filename and relative path dynamically

1.0.3

21 Oct 03:23
69ad4db
Compare
Choose a tag to compare
  • Fixed bug #14 with some code clean up

1.0.2

02 Oct 02:19
Compare
Choose a tag to compare

Add hooks for before and after save.

1.0.1

29 Sep 02:25
Compare
Choose a tag to compare

bug fixing on s3 storage reported in #5 and #6