Releases: spatie/laravel-medialibrary
Releases · spatie/laravel-medialibrary
11.10.0
What's Changed
- Test against php 8.4 by @sergiy-petrov in #3719
- Correctly search media conversion by name by @StyxUA in #3715
- FileNamer should be used while removing conversions and/or responsive images by @StyxUA in #3717
- Don't copy the file if no conversion is needed by @patrickomeara in #3721
- Add undocumented
storeConversionsOnDisk()
function by @djl997 in #3722 - Fix renaming files with custom model by @esadewater in #3707
New Contributors
- @djl997 made their first contribution in #3722
- @esadewater made their first contribution in #3707
Full Changelog: 11.9.2...11.10.0
11.9.2
What's Changed
- fix wrong number by @zackAJ in #3713
- Make hasMedia method signature compatible with getMedia in InteractsWithMedia by @sten in #3712
- Add support for callables in hasMedia() filters by @crossiatlas in #3696
New Contributors
- @zackAJ made their first contribution in #3713
- @sten made their first contribution in #3712
- @crossiatlas made their first contribution in #3696
Full Changelog: 11.9.1...11.9.2
11.9.1
What's Changed
- fix: make media-library:clean use of media prefix by @ImJustToNy in #3704
Full Changelog: 11.9.0...11.9.1
11.9.0
What's Changed
- Added config variable to disable dispatching jobs after commit by @chrispage1 in #3698
Full Changelog: 11.8.3...11.9.0
11.8.3
What's Changed
- Dispatch conversion jobs after database transactions have been committed by @chrispage1 in #3687
Full Changelog: 11.8.2...11.8.3
11.8.2
11.8.1
11.8.0
What's Changed
- Added ability to programatically specify custom queue on FileAdder by @chrispage1 in #3676
Full Changelog: 11.7.6...11.8.0
11.7.6
What's Changed
- Use Lazy Collection for artisan commands by @patrickomeara in #3670
Full Changelog: 11.7.5...11.7.6
11.7.5
What's Changed
- Leverage configured TemporaryUpload model class by @tominon in #3663
- Don't pull all media models from DB when performing cleanup by @ImJustToNy in #3657
- Check for enum instances when applying manipulations by @dennisvandalen in #3661
- add null check in setNewOrder by @DirtyRacer1337 in #3649
- Fix deletion of files without extension by @cbaconnier in #3664
New Contributors
- @tominon made their first contribution in #3663
- @ImJustToNy made their first contribution in #3657
- @dennisvandalen made their first contribution in #3661
- @cbaconnier made their first contribution in #3664
Full Changelog: 11.7.4...11.7.5