Skip to content

Releases: spatie/laravel-medialibrary

3.8.0

07 Nov 18:07
Compare
Choose a tag to compare
  • Added ability to add media from a url

3.7.3

05 Nov 18:53
Compare
Choose a tag to compare
  • clearMediaCollection is now chainable

3.7.2

05 Nov 18:17
Compare
Choose a tag to compare
  • Add mimetype when putting a file on a disk.

3.7.1

04 Nov 17:14
Compare
Choose a tag to compare
  • Fix generation of local url's on non-unix hosts

3.7.0

23 Oct 15:36
Compare
Choose a tag to compare
  • Added setCustomProperty-method on Media

3.6.0

16 Oct 14:37
Compare
Choose a tag to compare
  • Added withProperties and withAttributes methods

3.5.1

08 Oct 17:24
Compare
Choose a tag to compare

Bugfix: HasMediaTrait::updateMedia now also updates custom properties. It also updates the order column starting at 1 instead of 0 (behaves the same as the sortable trait)

3.5.0

05 Oct 08:12
Compare
Choose a tag to compare

Added the ability to provide a default value fallback to the getCustomProperty method

3.4.0

03 Oct 11:06
Compare
Choose a tag to compare
  • Added support for using a custom model

3.3.1

01 Oct 22:03
Compare
Choose a tag to compare
  • Fixed a bug where conversions would always be performed on the default queue