Skip to content

Releases: plank/laravel-mediable

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!)

2.4.8

18 Aug 17:28
Compare
Choose a tag to compare
  • Added Laravel 5.5 package autodiscovery
  • Fixed bugs due to methods renamed in Laravel 5.5

2.4.7

04 May 20:18
Compare
Choose a tag to compare
  • Added missing use statements.