Skip to content

Releases: spatie/laravel-medialibrary

3.2.3

02 Sep 22:08
Compare
Choose a tag to compare
  • Add index to morphable fields in migration which could improve performance
  • Remove unnecessary query when adding a file

3.2.2

02 Sep 07:45
Compare
Choose a tag to compare
  • Fixes tests

3.2.1

02 Sep 07:22
Compare
Choose a tag to compare
  • Add index to morphable fields in migration which could improve performance.

3.2.0

23 Aug 21:19
Compare
Choose a tag to compare
  • Added functions to get a path to a file in the media library

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