Skip to content

Releases: spatie/laravel-medialibrary

3.1.5

23 Aug 20:24
Compare
Choose a tag to compare
  • Avoid creating empty conversions-directories

3.1.4

14 Aug 14:09
Compare
Choose a tag to compare
  • Fixed a bug where chaining the conversion convenience methods would not give the right result

3.1.3

13 Aug 20:24
Compare
Choose a tag to compare
  • Fixed a bug where getByModelType would return null

3.1.2

12 Aug 10:06
Compare
Choose a tag to compare
  • Images and pdf with capitalized extensions will now be recognized

3.1.1

11 Aug 14:36
Compare
Choose a tag to compare
  • Fixed: a rare issue where binding the command would fail

3.1.0

10 Aug 15:34
Compare
Choose a tag to compare
  • Added: methods to rename the media object and file name before adding a file to the collection

3.0.1

04 Aug 08:20
Compare
Choose a tag to compare
  • Fixed: updateMedia now returns updated media

3.0.0

03 Aug 19:55
Compare
Choose a tag to compare
  • Replaced addMedia by a fluent interface
  • Uploads can now be processed directly when importing a file
  • Added the ability to store custom properties on a media object
  • Added support for multi-filesystem libraries
  • getMedia will now return all media regardless of collection
  • hasMedia will count all media regardless of collection
  • Renamed various classes to better reflect their functionality

2.3.0

30 Jul 09:37
Compare
Choose a tag to compare
  • Added: hasMedia convenience method

2.2.3

29 Jul 22:16
Compare
Choose a tag to compare
  • Fixed: when renaming file_name on a media object the orginal file gets renamed as well