Skip to content

Releases: spatie/laravel-medialibrary

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

2.2.2

27 Jul 21:22
Compare
Choose a tag to compare
  • Fixed: use FQCN for facades instead of using the aliases

2.2.1

26 Jul 11:38
Compare
Choose a tag to compare
  • Fixed an issue where too much queries were executed

2.2.0

20 Jul 20:55
Compare
Choose a tag to compare
  • Added hasMediaWithoutConversions-interface