Skip to content

Releases: plank/laravel-mediable

2.8.1

28 Jan 04:04
Compare
Choose a tag to compare
  • Add methods to facade for IDE autocompletion (Thanks @simonschaufi!)

2.8.0

21 Sep 01:57
Compare
Choose a tag to compare
  • Added update on duplicate behaviour to MediaUploader (Thanks @pet1330!)
  • Fixed remote URL data source raising an error when headers cannot be read (Thanks @sebdesign!)

2.7.3

06 Jul 01:50
Compare
Choose a tag to compare
  • Return correct types in source adapter methods (Thanks @sebdesign!)
  • Add docblocks for Media properties and query scopes (Thanks @sebdesign!)

2.7.2

04 Jul 02:50
Compare
Choose a tag to compare

2.7.1

04 Jun 22:41
Compare
Choose a tag to compare
  • Fixed tags with numeric values

2.7.0

11 May 21:05
Compare
Choose a tag to compare
  • Added MediaUploader::verifyFile() to apply validation to a source without uploading (Thanks @JulesPrimo)
  • Added MediaUploader::beforeSave() to allow editing custom fields on Media records before they are saved (Thanks @JulesPrimo)

2.6.2

11 Mar 14:30
Compare
Choose a tag to compare
  • Fix URL generation for local disks using symbolic links in different Laravel versions (Thanks @sebdesign !)

2.6.1

20 Feb 14:20
Compare
Choose a tag to compare
  • onDuplicateIncrement() behaviour adjusted to use hyphens instead of parenthesis (Thanks @ryankilf!)

2.6.0

13 Feb 15:04
646c419
Compare
Choose a tag to compare

2.5.0

30 Aug 12:55
Compare
Choose a tag to compare
  • Added Mediable::lastMedia() convenience method (Thanks @pet1330!)