All notable changes to laravel-medialibrary
will be documented in this file
- [11.x] Support spatie/pdf-to-image v3 by @Jubeki in spatie#3633
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.5.4...11.6.0
- Add missing return types by @stevebauman in spatie#3622
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.5.3...11.5.4
- Update 'queue_name' configuration to use environment variable by @christeyerl in spatie#3623
- @christeyerl made their first contribution in spatie#3623
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.5.2...11.5.3
- recreate BackedEnums when applying Manipulations by @tkempf in spatie#3584
- Unwanted deletion fixes by @inalto in spatie#3619
- @tkempf made their first contribution in spatie#3584
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.5.1...11.5.2
- Do not limit the maximum execution time if the queue connection is "sync" by @VGirol in spatie#3618
- @VGirol made their first contribution in spatie#3618
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.5.0...11.5.1
- Media Downloader Verify SSL Config Added by @webdevhayes in spatie#3609
- @webdevhayes made their first contribution in spatie#3609
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.8...11.5.0
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in spatie#3596
- Remove temp/cache files by @patinthehat in spatie#3595
- Fix - Supported format from original file by @lguichard in spatie#3592
- Fix manipulations not applying to non default collections by @MrMeshok in spatie#3589
- @lguichard made their first contribution in spatie#3592
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.7...11.4.8
- Update installation-setup.md by @jozeflambrecht in spatie#3571
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in spatie#3573
- Update create_media_table.php.stub by @farishrf in spatie#3578
- docs: update to use Fit enum by @dfreerzf in spatie#3585
- Copy media with manipulations by @MrMeshok in spatie#3590
- @jozeflambrecht made their first contribution in spatie#3571
- @farishrf made their first contribution in spatie#3578
- @dfreerzf made their first contribution in spatie#3585
- @MrMeshok made their first contribution in spatie#3590
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.6...11.4.7
- Update docs with correct tag for publishing package views by @patinthehat in spatie#3569
- Update media library pro docs with Vite examples by @timvandijck in spatie#3570
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.5...11.4.6
- fixes responsive images wiped on some circumstances by @inalto in spatie#3558
- @inalto made their first contribution in spatie#3558
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.4...11.4.5
- Fix handling of dots in conversion names for clean command by @sebastianpopp in spatie#3551
- @sebastianpopp made their first contribution in spatie#3551
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.3...11.4.4
- FileAdder - Resolve media model from subject and reinforce HasMedia contract by @illambo in spatie#3547
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.2...11.4.3
- Clarify that class is resolved using service container by @bram-pkg in spatie#3548
- Fix DivisionByZeroError in File::getHumanReadable() by @ziming in spatie#3549
- @bram-pkg made their first contribution in spatie#3548
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.1...11.4.2
- Update defining-conversions.md by @misaf in spatie#3544
- Support for passing an array of styles as extra attributes by @misaf in spatie#3542
- @misaf made their first contribution in spatie#3544
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.4.0...11.4.1
- Leave the ability to override media model in InteractsWithMedia trait by @illambo in spatie#3543
- @illambo made their first contribution in spatie#3543
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.3.1...11.4.0
- Add Laravel 11 Support by @Jubeki in spatie#3539
- Refactored how download file name is determined within MediaStream by @chrispage1 in spatie#3541
- Refinement & Fix bugs by @TheXerr0r in spatie#3540
- @Jubeki made their first contribution in spatie#3539
- @TheXerr0r made their first contribution in spatie#3540
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.3.0...11.3.1
- update docs to align with the latest changes in medialibrary-pro by @lukasleitsch in spatie#3522
- Support for passing an array of classes as extra attributes by @pascalbaljet in spatie#3537
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.2.0...11.3.0
- Ability to use different width calculator per conversion using Responsive Images by @jhorie in spatie#3520
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.1.2...11.2.0
Updated docs.
- Disabled tiny placeholder generation when use_tiny_placeholder config is disabled by @jhorie in spatie#3513
- @jhorie made their first contribution in spatie#3513
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.1.0...11.1.1
- Update preparing-your-model.md - manipulations class has been replaced with
Fit
enum by @bomshteyn in spatie#3509 - Adds the HttpFacadeDownloader by @peterfox in spatie#3505
- @bomshteyn made their first contribution in spatie#3509
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.5...11.1.0
- New 'getDownloadFilename' method for extensibility by @chrispage1 in spatie#3504
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.4...11.0.5
- Adjust installation documentation for publishing migrations and config files by @LuisLeguizamon in spatie#3483
- laravel-pint-action to major version by @erikn69 in spatie#3484
- Update defining-conversions.md by @emargareten in spatie#3496
- When streaming media, replace with feof/fread instead of fpassthru by @chrispage1 in spatie#3501
- @LuisLeguizamon made their first contribution in spatie#3483
- @emargareten made their first contribution in spatie#3496
- @chrispage1 made their first contribution in spatie#3501
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.3...11.0.4
- [11.x] Add test to check that pdf conversions are correct by @kduma in spatie#3477
- update dependencies
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.2...11.0.3
- Bump aglipanci/laravel-pint-action from 0.1.0 to 2.3.0 by @dependabot in spatie#3461
- [v11] Remove ZipStream V2 support by @erikn69 in spatie#3473
- [v11] Fix phpstan errors by @erikn69 in spatie#3472
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.1...11.0.2
- do not throw exceptions when trying to convert PDFs and SVGs using GD
- @dardanmulaj made their first contribution in spatie#3460
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/11.0.0...11.0.1
- Suggest the installation of svgo through snap on Ubuntu by @3ub41r in spatie#3434
- Update handling-uploads-with-vue.md by @AzadGh95 in spatie#3449
- Use image v3 by @freekmurze in spatie#3451
- @AzadGh95 made their first contribution in spatie#3449
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.15.0...11.0.0
- Don't include soft deleted models as orphaned media by @patrickomeara in spatie#3428
- @patrickomeara made their first contribution in spatie#3428
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.14.0...10.15.0
- Remove unnecessary directory creation by @grEvenX in spatie#3397
- Feature/new custom delete fix #3190 by @benjam-es in spatie#3252
- Delete orphaned media in clean command by @mbardelmeijer in spatie#3419
- @grEvenX made their first contribution in spatie#3397
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.13.2...10.14.0
- Test against php 8.3 by @sergiy-petrov in spatie#3402
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in spatie#3405
- @sergiy-petrov made their first contribution in spatie#3402
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.13.1...10.13.2
- Adding example to docs to pass translation keys from Vue I18n in (pro) components by @jeffreyvanhees in spatie#3395
- added HEIC support by @boryn in spatie#3399
- @boryn made their first contribution in spatie#3399
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.13.0...10.13.1
- V3 docs by @freekmurze in spatie#3382
- Bump actions/checkout from 3 to 4 by @dependabot in spatie#3374
- Support drivers containing gcs or s3 in driver name by @LukeAbell in spatie#3389
- @LukeAbell made their first contribution in spatie#3389
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.12.2...10.13.0
- Fix typos by @szepeviktor in spatie#3360
- Updated doc block for $media->model_id by @viirre in spatie#3369
- Use temporary folder of spatie/laravel-medialibrary for spatie/image as well by @korridor in spatie#3368
- @viirre made their first contribution in spatie#3369
- @korridor made their first contribution in spatie#3368
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.12.1...10.12.2
- Adds
FileAdder@setFileSize()
by @cosmastech in spatie#3357
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.12.0...10.12.1
- Impove PHPStan workflow by @szepeviktor in spatie#3356
- Make
Filesystem@copyToMediaLibraryFromRemote()
more extensible by @cosmastech in spatie#3361
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.11.4...10.12.0
- PhpStan Workflow by @erikn69 in spatie#3341
- Fixed error when config is cached by @Roboroads in spatie#3347
- @Roboroads made their first contribution in spatie#3347
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.11.3...10.11.4
- Handle null extensions and mimetypes with ImageGeneratorFactory by @cosmastech in spatie#3326
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.11.1...10.11.2
- revert loading media introduced in #3319 (v10.10.2)
- added AVIF support by @0xb4lint in spatie#3320
- @0xb4lint made their first contribution in spatie#3320
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.10.2...10.11.0
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in spatie#3308
- Always set the updated_at column when marking conversions are finalized by @cosmastech in spatie#3316
- New config option to restore default laravel model serialization behaviour by @BARNZ in spatie#3210
- Automatically set model relationship on media by @michaelbaril in spatie#3319
- @BARNZ made their first contribution in spatie#3210
- @michaelbaril made their first contribution in spatie#3319
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.10.1...10.10.2
- [Docs] Fix typos in Pro docs by @drbyte in spatie#3298
- FIX create migration by @wamesro in spatie#3299
- @wamesro made their first contribution in spatie#3299
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.10.0...10.10.1
- Fix typo in composer.json by @jeffreyvanhees in spatie#3283
- Fixed a typo in the docs for creating custom react components by @DylanDebo in spatie#3290
- feat: add support for * ( ANY ) media collection by @huzaifaarain in spatie#3286
- @jeffreyvanhees made their first contribution in spatie#3283
- @DylanDebo made their first contribution in spatie#3290
- @huzaifaarain made their first contribution in spatie#3286
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.9.4...10.10.0
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in spatie#3270
- Bug/3279 class not found by @Nielsvanpach in spatie#3281
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.9.3...10.9.4
- set return type for FileManipulator@generateResponsiveImages() by @cosmastech in spatie#3266
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.9.2...10.9.3
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in spatie#3253
- Fix InteractsWithMedia serialization by @cosmastech in spatie#3258
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.9.1...10.9.2
- feat: add user agent to stream context in DefaultDownloader by @rolfvandekrol in spatie#3248
- @rolfvandekrol made their first contribution in spatie#3248
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.9.0...10.9.1
- Support maennchen/zipstream-php v3 by @erikn69 in spatie#3246
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.8.0...10.9.0
- Only offer publishing when running in console by @erikn69 in spatie#3227
- Add webp extension. Fix: files with webp doesn't process responsive images by @websitevirtuoso in spatie#3242
- @websitevirtuoso made their first contribution in spatie#3242
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.16...10.8.0
Allow any Laravel version up from 9.15
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.15...10.7.16
- revert changes of previous release because of issues report in #3224
- Fixed custom path generators for Media with morphed map relations by @aprokopenko in spatie#3191
- @aprokopenko made their first contribution in spatie#3191
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.11...10.7.12
- Replace migration id with alias by @eimantaaas in spatie#3165
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie#3174
- update config instructions for custom_path_generators by @lukas-pierce in spatie#3187
- Use MimeTypes guessMimeType for better and more extensible MimeType detection by @Orrison in spatie#3188
- @eimantaaas made their first contribution in spatie#3165
- @lukas-pierce made their first contribution in spatie#3187
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.10...10.7.11
- improve output of command
- Laravel 10.x Support by @erikn69 in spatie#3157
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.8...10.7.9
- Prevent implicit conversion from float to int in FileSizeOptimizedWidthCalculator by @QuentinGab in spatie#3145
- @QuentinGab made their first contribution in spatie#3145
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.7...10.7.8
- Fix GitHub workflow status "test" badge by @stevebauman in spatie#3144
- Remove failed DB record even when using SoftDeletes by @Pilskalns in spatie#3142
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.6...10.7.7
- Ability to use morphed map model with custom path generator by @petyots in spatie#3143
- @petyots made their first contribution in spatie#3143
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.5...10.7.6
- Fix data corruption bug when storage disk becomes invalid by @Pilskalns in spatie#3139
- @Pilskalns made their first contribution in spatie#3139
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.4...10.7.5
- Format workflow files by @patinthehat in spatie#3115
- Normalize composer.json by @patinthehat in spatie#3114
- Allow to clean orphaned media when the
registerMediaConversionsUsingModelInstance
property is set totrue
on the model by @tomcoonen in spatie#3120
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.3...10.7.4
- Issue delete command once per unique directory by @alisaleem27 in spatie#3109
- Add Dependabot Automation by @patinthehat in spatie#3111
- Bump actions/checkout from 2 to 3 by @dependabot in spatie#3112
- Throw error if disk cannot be accessed by @Silver343 in spatie#3067
- @alisaleem27 made their first contribution in spatie#3109
- @dependabot made their first contribution in spatie#3112
- @Silver343 made their first contribution in spatie#3067
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.2...10.7.3
- [Micro Optimization] Use slice instead of reverse->take by @Tofandel in spatie#3098
- Add Additional Filename Sanitization by @patinthehat in spatie#3105
- @patinthehat made their first contribution in spatie#3105
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.1...10.7.2
- fix #3090 syncMediaPath incorrectly comparing paths by @SlyDave in spatie#3092
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.7.0...10.7.1
- fix #3090 - branch v9 PHP 7.4 version of the fix by @SlyDave in spatie#3091
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.12.3...9.12.4
- Added option to set custom queue connection by @rahulhaque in spatie#3085
- @rahulhaque made their first contribution in spatie#3085
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.6.1...10.7.0
- docs: fix some typos by @ArnaudLier in spatie#3075
- Fix typo in property name in Media model by @pdziewa in spatie#3082
- @ArnaudLier made their first contribution in spatie#3075
- @pdziewa made their first contribution in spatie#3082
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.6.0...10.6.1
- Hint to additional installation instructions by @driesvints in spatie#3047
- PHP 8.2 Build by @erikn69 in spatie#3061
- Add fallback path/url support for conversions by @mertasan in spatie#3062
- @mertasan made their first contribution in spatie#3062
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.5.2...10.6.0
- Fix for audio only "video" files by @rcerljenko in spatie#3046
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.5.1...10.5.2
- Allow the Github actions to run locally via act by @emielmolenaar in spatie#3028
- Never explicitly create directories on GCS, just as with S3 by @boboldehampsink in spatie#3037
- @boboldehampsink made their first contribution in spatie#3037
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.5.0...10.5.1
- Use "request" where "response" is intended in docs by @euoia in spatie#3027
- Add getPathRelativeToRoot as a public method in the Media model by @emielmolenaar in spatie#3026
- @euoia made their first contribution in spatie#3027
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.4.5...10.5.0
- Change the create method to use 'static' by @FabienLucini in spatie#3021
- @FabienLucini made their first contribution in spatie#3021
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.4.4...10.4.5
- Adding a short vite description by @schonhoff in spatie#3001
- Add a note about limitation of generators by @Orrison in spatie#3000
- Update README.md to reference pest by @michaellindahl in spatie#3004
- Update CleanCommand to delete depreciated responsive images by @michaellindahl in spatie#3003
- @schonhoff made their first contribution in spatie#3001
- @Orrison made their first contribution in spatie#3000
- @michaellindahl made their first contribution in spatie#3004
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.4.3...10.4.4
- Revert order media relationship
- Upgrade example using JSON_EXTRACT by @erikn69 in spatie#2970
- clearMediaCollection() documentation clarification by @chimit in spatie#2972
- Added information that media wont be deleted if the deleted model use… by @titonova in spatie#2993
- Order media relationship by @Propaganistas in spatie#2992
- @chimit made their first contribution in spatie#2972
- @titonova made their first contribution in spatie#2993
- @Propaganistas made their first contribution in spatie#2992
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.4.1...10.4.2
- Add @template annotation to FileAdder by @sforward in spatie#2964
- @sforward made their first contribution in spatie#2964
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.4.0...10.4.1
- Update introduction.md by @trippo in spatie#2951
- Fix a typo by @bvtterfly in spatie#2952
- Update preparing-your-model.md by @timgavin in spatie#2955
- Add support for Laravel's
Attachable
objects by @freekmurze in spatie#2963
- @bvtterfly made their first contribution in spatie#2952
- @timgavin made their first contribution in spatie#2955
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.6...10.4.0
- add webp conversion support by @Jim-Webfox in spatie#2928
- @Jim-Webfox made their first contribution in spatie#2928
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.5...10.3.6
- Fix PhpStan test by @erikn69 in spatie#2910
- Fix
media-library:clean
command when using custom path generators by @YellowFish085 in spatie#2925
- @YellowFish085 made their first contribution in spatie#2925
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.4...10.3.5
- use anonymous migration
- Bump laravel version in docs by @karvaka in spatie#2885
- fix anchor links by @goellner in spatie#2902
- Prevent error when extracting an image from a video by @prullenbak in spatie#2904
- @karvaka made their first contribution in spatie#2885
- @goellner made their first contribution in spatie#2902
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.2...10.3.3
- wip by @freekmurze in spatie#2851
- Change
MediaRepository
to scoped instance (Octane support) by @AlexVanderbist in spatie#2877
- @WouterBrouwers made their first contribution in spatie#2859
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.12.0...9.12.3
- Change
MediaRepository
to scoped instance (Octane support) by @AlexVanderbist in spatie#2876
- @JavierMartinz made their first contribution in spatie#2871
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.1...10.3.2
- Fix Htmlable render media by @Balsakup in spatie#2864
- @Balsakup made their first contribution in spatie#2864
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.12.2...10.3.1
- Add explanation for processing responses by @SahinU88 in spatie#2850
- Update percentage value in the config file by @ClouddJR in spatie#2856
- Fix responsive url generation by @mabdullahsari in spatie#2852
- @SahinU88 made their first contribution in spatie#2850
- @ClouddJR made their first contribution in spatie#2856
- @mabdullahsari made their first contribution in spatie#2852
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.12.1...9.12.2
- Small Typo by @Crowly34 in spatie#2847
- @Crowly34 made their first contribution in spatie#2847
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.3.0...9.12.1
- Documentation improvements by @freekmurze in spatie#2844
- Added setConnection in FileAdder processMediaItem (v10) by @davidrushton in spatie#2846
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.2.0...10.3.0
- Update DefaultUrlGenerator.php by @matt127127 in spatie#2837
- Added setConnection in FileAdder processMediaItem by @davidrushton in spatie#2843
- @matt127127 made their first contribution in spatie#2837
- @davidrushton made their first contribution in spatie#2843
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.4...9.11.5
- Allow path generators to be customised per model by @freekmurze in spatie#2845
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.1.5...10.2.0
- Fix High CPU Usage by @voyula in spatie#2840
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.1.3...10.1.4
- Update .gitattributes by @angeljqv in spatie#2829
- Update DefaultUrlGenerator.php by @prullenbak in spatie#2831
- @angeljqv made their first contribution in spatie#2829
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.1.2...10.1.3
- remove unused import by @HAstaShakiba in spatie#2806
- Use newer syntax for accessors by @phh in spatie#2813
- Fix phpstan errors in ci by @phh in spatie#2817
- add property-read for accessors by @phh in spatie#2814
- [10.x] Added string support for id in deleteMedia() by @rcerljenko in spatie#2823
- @phh made their first contribution in spatie#2813
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.1.1...10.1.2
- Change to forceDelete in move method of Media by @ziming in spatie#2804
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.3...9.11.4
- Change to forceDelete in move method of Media by @ziming in spatie#2803
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.1.0...10.1.1
- Update UPGRADING.md by @JesseKoper in spatie#2787
- Add collection template to collections by @bastien-phi in spatie#2788
- remove white space by @HAstaShakiba in spatie#2795
- Fix class case by @Synchro in spatie#2798
- Add TIFF support in v10 by @Synchro in spatie#2802
- @JesseKoper made their first contribution in spatie#2787
- @bastien-phi made their first contribution in spatie#2788
- @HAstaShakiba made their first contribution in spatie#2795
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.0.7...10.1.0
- Tiff support by @Synchro in spatie#2799
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.2...9.11.3
- Tiny refactoring of file by @hichxm in spatie#2707
- Fix Test by @erikn69 in spatie#2712
- Add docs to disable dragula cdn by @lukasleitsch in spatie#2711
- fix: explicitly load media by @jaulz in spatie#2785
- @hichxm made their first contribution in spatie#2707
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.1...9.11.2
- fix: explicitly load media by @jaulz in spatie#2784
- @jaulz made their first contribution in spatie#2784
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.0.6...10.0.7
- improve deps
- improve deps
- improve dependencies
- Fix
jsonSerialize
return type by @orkhanahmadov in spatie#2756
- @orkhanahmadov made their first contribution in spatie#2756
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/10.0.2...10.0.3
Move Larastan to dev deps
- fix return type
- Add support for Laravel 9
- Tiny refactoring of file by @hichxm in spatie#2707
- Fix Test by @erikn69 in spatie#2712
- Add docs to disable dragula cdn by @lukasleitsch in spatie#2711
- @hichxm made their first contribution in spatie#2707
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.1...10.0.0
- add index to order_column migration by @petsoukos in spatie#2704
- @petsoukos made their first contribution in spatie#2704
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.11.0...9.11.1
- Add starting-from-id option to regenerate command by @billypoke in spatie#2688
- @billypoke made their first contribution in spatie#2688
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.10.3...9.11.0
- Update .gitattributes by @PaolaRuby in spatie#2701
- @PaolaRuby made their first contribution in spatie#2701
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.10.2...9.10.3
- Reverts #2638 which proved to be buggy by @freekmurze in spatie#2697
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.10.1...9.10.2
- Update installation-setup.md by @Ondoz in spatie#2693
- Fix for deleted files on copy media to model by @jon-sm in spatie#2694
- @Ondoz made their first contribution in spatie#2693
- @jon-sm made their first contribution in spatie#2694
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.10.0...9.10.1
- Fixed typo in attribute name by @trnxpace in spatie#2617
- Remove the need for a TemporaryDirectory when copying media by @cole-flexsim in spatie#2638
- add filter param to hasMedia() by @fheider in spatie#2648
- @trnxpace made their first contribution in spatie#2617
- @cole-flexsim made their first contribution in spatie#2638
- @fheider made their first contribution in spatie#2648
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.9.1...9.10.0
- Check for lower and uppercase image extensions but always return the original extension for conversions by @timvanuum in spatie#2683
- @timvanuum made their first contribution in spatie#2683
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.9.0...9.9.1
- Add 'toInlineResponse' to Media by @mbardelmeijer in spatie#2636
Full Changelog: https://github.com/spatie/laravel-medialibrary/compare/9.8.4...9.9.0
- Update defining-conversions.md by @mansoorkhan96 in spatie#2665
- Add --with-responsive-images option to RegenerateCommand by @DanielHudson in spatie#2671
- @mansoorkhan96 made their first contribution in spatie#2665
- @DanielHudson made their first contribution in spatie#2671
- appends preview_url and original_url to Media object
- revert #2609
- fix missing image preview URLs in Inertia Projects (#2609)
- add simpler way to prefix the root directory where media are saved (#2576)
- Remove regex on FileNamer (#2587)
- include --force param to image_optimzer . jpegoptim (#2580)
- make sure only the extension is removed on DefaultFileNamer (#2575)
- add custom header support for temporary uploads (#2557)
- allow
keepOriginalImageFormat()
method to work with uppercase file extensions (#2527)
- add getMediaRepository() to InteractsWithMedia and query() to MediaRepository (#2523)
- fix syntax error
- add the option to skip 'deprecated conversions' when cleaning the media directory
- simplify and speed up code for copying a stream to disk (#2425)
- update InteractsWithMedia.php (#2421)
- add a way to rename files globally (#2418)
- include extra_headers when adding media from same S3 Disk (#2403)
- fix adding private media from same S3 Disk (#2382)
- add
Collection
typehint toaddMultipleMediaFromRequest
(#2389)
- fix #2372 the fallback should be the original image (#2377)
- allow v2 of spatie/temporary-directory
- return Fallback url or path when conversion is not ready yet (#2369)
- add
addMediaFromStream
(#2363)
- allow
null
in the FileAdder 'order' setter (#2336)
DiskDoesNotExist
moved to it's own class (#2306)
- improve
preservingOriginal
(#2258)
- fixed generated conversions race-condition (#2235)
- add
moves_media_on_update
config value
- add
generate_thumbnails_for_temporary_uploads
config value
- add
enable_temporary_uploads_session_affinity
config value
- add unique index to UUID column (#2197)
- fixes incompatible return types error caused by PHPStorm's inability to resolve self (#2198)
- fix custom file names for media library pro
- automatically delete conversion jobs for deleted models (#2191)
- improve optimizer defaults
- add
original_url
toMediaCollection
.
- allow media collection to work with media library pro
- allow image generators to accept config (#2156)
- do not enable vapor uploads by default
- add support for Media Library Pro
- names of the generated conversions will now be put in a dedicated
generated_conversions
on media - responsive image files can now be named using the
file_namer
key in themedia-library
config file (#2114)
- add
queue_conversions_by_default
to config file
- fix responsive images
- improve responsive image inline script (#2032)
- missing $loadingAttributeValue test in image view (#2082)
- add support to include
ResponsiveImages
based on condition (#2036)
- allow to change the way the images are being downloaded (#2054)
- fix for default lazy="auto" value (#2081)
- fixed conversions when disk != conversions_disk (#2080)
- fix file deletion problem (#2073)
- allow Guzzle 7 in dev-deps
- add support for Laravel 8
- add
toMediaLibrary
- add
useZipOptions
- fix for custom zip path (#2016)
- keep sizes 1px if width is 0px (#1993)
- add method to get registered media collections (#1976)
- add
addMediaFromString
- add
addFromString
- fix responsive image urls when conversions are stored on different disk. (#1944)
- report an error when it can't delete a directory (#1938)
- improve handling of file names with special characters (#1937)
- added
Spatie\MediaLibrary\MediaCollections\Models\Collections\MediaCollection
- changed
freads
tofgets
as per issue #812 (#1909)
- when generating responsive images the quallity option of the original will be used (#1881)
- Unset loaded 'media' relation during updateMedia() (#1878)
- revert slash because of Vapor errors (#1869)
- set the media table name explicitly to
media
to avoid failure caused by doctrine/inflictor now usingmedias
as the plural
- fix for when using custom model (#1857)
- fixed duplicated path prefix for temporary urls (#1853)
- fixed duplicated
/
in paths (#1854)
- do not allow local files to be used in
addMediaFromUrl
- add page number support for Pdf image generator (#1829)
- add support for
zip_filename_prefix
in custom properties
- allow ZipStream 2.0 (#1812)
- solve error when using flysystem-cached-adapter (#1803)
- fix comment in config file
- Use
float
forextractVideoFrameAtSecond
(#1794)
- update php-ffmpeg to ^0.15
- add callable filter support to
getFirstMedia()
(#1781)
- set conversion disk when adding media from remote (#1764)
- added
uuid
onmedia
table - an empty string is now a proper collection name.
getMedia('')
will not return media from the default collection anymore (#1697). - add the ability to store conversions on a separate disk
- simplify URL generation. You can now just use the
root
andurl
properties on a configured disk - spatie/pdf-to-image is now a suggestion dependency, removing the need for always having to install ext-imagick
- added
shouldMatchBothExtensionsAndMimeTypes
toSpatie\MediaLibrary\ImageGenerators\BaseGenerator
- added progress bar on the clean command (#1623)
- the
UrlGenerator
interface now contains all required methods (#1656) - use PHP 7.4 features where possible
- added support for the
loading
attribute (#1667) - conversion files can now be named using the
conversion_file_namer
key in themedia-library
config file (#1636) - improved naming of classes and namespaces.
To learn how to upgrade, take a look in UPGRADING.md
- add support for PHP 8
- fix responsive images extension (#1752)
- revert changes in 7.19.1
- Update S3 url generator to use media disk (#1755)
- add support for Laravel 7
- allow
image_driver
config to be set via .env #1738
- add support for Laravel 7
- revert of pull request #1604 because zip files could not be opened (#1660)
- add
withResponsiveImages()
to custom collection (#1681)
- fix custom disk url giving invalid urls (#1653)
- added diskName on copy and move methods in media model (#1666)
- correctly use the media item's disk when removing responsive images (#1668)
- escape responsive URL - Fix issue #1659 (#1661)
- add ability to upload files from a non-local disk
- bumped dependency of zipstream-php
- fix so when creating a zip files are read only once (#1604)
- fix so files without extension could be added
- generate the name of the converted file in one place (#1577)
- add a config option to version urls (#1569)
- add a way to define accepted mime types (#1570)
- tidy up
getFallbackMediaUrl
andgetFallbackMediaPath
- fix media stream not working (#1571)
- fix upload for very large files
- remove imagick requirement
- add support for Laravel 6
- do not export docs
- add
onlyKeepLatest
onMediaCollection
FileAdder
now is macroable
- make sure
CollectionHasBeenCleared
will be called when usingclearMediaCollectionExcept
- fix for custom manipulations not getting applied to all relevant conversions with the same name
- make media collection macroable
- add
useFallbackUrl
anduseFallbackPath
to media collections
- avoid using deprecated str and arr functions
- fix for S3 Responsive Image URL Generator not using root
- allow stable version of zipstream
- fix absolute references to media.id
- Support
jpeg
in\Spatie\MediaLibrary\Conversion\Conversion::getResultExtension
- Add imagick as required extension, because of nested dependencies (#1480)
--only-missing
for queued conversions (#1465)
- Allow Uploading multiple files under the same name using array name (#1471)
- drop support for PHP 7.1
- add support for Laravel 5.8
- avoid exception when getting a video frame that does not exist
- only set
custom_headers
property if explicitly set
- use absolute urls for responsive image sources
- fix sortable
- fix for issue #1277
- fix support for Lumen
- add rate limiting to clean command
- fix for determining extension for non-image filetypes
- fix a bug in clean command when no responsive images were generated
- add support for Laravel 5.7
- allow the job classes to be overridden in the config file
- make sure previews responsive images db entries get cleaned up before regenerating
- add
$copiedOriginalFile
to theConversionWillStart
event
- fix for multiple files with the same filename in one ZIP archive
- fix
markAsConversionGenerated
: disable model events when saving extra properties in Media::updated event
do not use - broken
- fix
markAsConversionGenerated
- fix
ids
option ofRegenerateCommand
- bugfix around responsive images
- add support from
webp
- fix bug where
addMediaFromUrl
would not work if the file contained a space
- proper check and tests on forced deletion with soft delete models.
- add dev dependency on pdo SQLite to prevent confusing errors.
- fix #1076
- fix custom properties not saved on copy (#1073)
- Add
hasGeneratedConversion
- avoid removing the file when the model uses
SoftDeletes
- improve checking applied traits on the Media model
- fix
ffprobe
path
- always use the correct image driver.
- ease
maennchen/zipstream-php
requirements
- Fix for renaming files when not all conversions are present
- Fix bugs when working with remote filesystems
- fix a typo in
medialibrary.disk_name
.
Filesystem
interface removed.- rename
Filesystem::renameFile(Media $media, string $oldFileName)
toFilesystem::syncFileNames(Media $media)
- The
default_filesystem
config key has been changed todisk_name
.
- fix publishing views
- fix for adding remote files with no name
- fix responsive images rendering of conversions
- add null fallback when placeholder SVG isn't rendered yet (#967)
- add ResponsiveImagesGenerated event
- support custom headers for conversions (#868)
- added support for responsive images
- added
MediaCollections
- added single file collections
- added
ZipStreamResponse
- added
move
andcopy
methods onMedia
- file names will be lowercased when adding them to the media library
- the names of converted images will now start with the name of the original file
- dropped support for soft deletes
- removed distinction between
HasMedia
andHasMediaConversions
- dropped support for PHP 7.0
ffmpeg_binaries
renamed toffmpeg_path
,ffprobe_binaries
renamed toffprobe_path
- add wildcard manipulations
- add
withManipulations
toFileAdder
- add support for
root
config key for s3 disks.
- add support for L5.6
- change the directory deletion order
- use better default for s3 domain
- fix download error
- make returning media in controllers always download the associated file
- update
spatie/image
dep
- fix clearing entire media collection except a single media instance
- improve config comments
- fixed the spelling of the
getFirstTemporaryUrl
method
- add
getFirstTemporaryUrl
- add
only-missing
andonly
options to themedia-library:regenerate
command
- fix correct minimal versions for
league/flysystem
andspatie/image
when using--prefer-lowest
option with composer
- fix deletion of files when using a custom path generator
- implement
Responsable
interface - improve sanitizing filenames
- add
sanitizingFileName
- fix for working with large files
- add
ConversionWillStart
event
- fixed URL-encoding for S3 files
- bugfix:
getTemporaryUrl
now uses disk name instead of disk driver
- bugfix: remove
getTemporaryUrl
method fromUrlGenerator
interface
- add
getTemporaryUrl
method for media stored on S3
- add compatibility for Laravel 5.5
- dropped support for older Laravel versions
- the signature of
registerMediaConversions
has been changed - the default disk has changed from
media
topublic
defaultFilesystem
config option has been renamed todefault_filesystem
- add
getPath
toS3UrlGenerator
- fix error when try to close a file that was already closed by flysystem
- fix
MediaCannotBeDeleted
exception
- add support for soft deletes
- fixed array fields in
addMultipleMediaFromRequest
- add parameter to specify allowed mime types to
addMediaFromUrl
andaddMediaFromBase64
- fix bugs regarding attaching media to non-existing models
- add support to
addAllMediaFromRequest
for file names in the request that contain an array
- show progress bar when regenerating media
- media can now be attached to unsaved models
- fix bug where
mediaIsPreloaded
always returned true
- fix bug where the wrong extension would be returned by
getResultExtension
forkeepOriginalImageFormat
- add
clearMediaCollectionExcept
method
- add
keepOriginalImageFormat
manipulation
- add
toMediaCollection
- fix bug where streams would be used on external filesystems that do not support streaming
- prevent migration from being published multiple times
LocalUrlGenerator
will now use theurl
property ofdisk
when one has been set
- fix for using
MediaRepository
with a custom media model
- add
createMultipleFromRequest
andcreateAllFromRequest
onFileAdder
- add
temporary_directory_path
to config
- fix bug around
getRemoteHeadersForFile()
- fix for undefined function
getPath
when using S3
this version is broken, do not use
- fix for undefined function
getPath
when using S3
- add support for
registerMediaConversionsUsingModelInstance
- add
addMediaFromBase64
- add
fullUrl
method
- fix loading manipulations from the db
- fix for
getFirstMediaUrl()
always returning the url for the first conversion
- add
toMediaLibraryOnCloudDisk
- image generators may now be specified in the config file
- use json columns for
manipulations
andcustom_properties
- refactor all functions in
FileCannotBeAdded
to their own exception classes - rename config file from
laravel-medialibrary
tomedialibrary
- remove
toCollection
andtoCollectionOnDisk
andtoMediaLibraryOnDisk
- replace dependency on
spatie/laravel-glide
byspatie/image
- mime types will now be stored in the database so they can be queried even if files are stored on external filesystems
- rename
Spatie\MediaLibraryFilesystemInterface
toSpatie\MediaLibrary\Filesystem\Filesystem
- remove
withCustomProperties
,getNestedCustomProperty
,setNestedCustomProperty
,forgetNestedCustomProperty
andhasNestedCustomProperty
- drop support for Lumen and anything below Laravel 5.4
- clean up all classes
KNOWN BUG: loading manipulations from the db doesn't work in certain edge cases, fix incoming soon
- add
FilesystemInterface
- avoid unnecessary regeneration of conversions when saving a model
- add support for Laravel 5.4
- drop support for Laravel 5.1
- put files using
r
mode instead ofr+
- avoid creating / deleting temp dir if no conversions should be performed
- fix bug in
setNewOrder
- added
hasNestedCustomProperty
,getNestedCustomProperty
,setNestedCustomProperty
andforgetNestedCustomProperty
to use dot notation with custom properties - renamed
removeCustomProperty
toforgetCustomProperty
(removeCustomProperty
still exists but is marked as deprecated)
- fix for getting preloaded media in the wrong order
- refactored the preloading of media
- reduce amount of calls to
s3
- add
addCustomHeaders
function
- improve returned values for
getUrl
methods
- fix for image generators when using S3
- the image generators will now do their supported extensions check in a case insensitive manner
- fixed bug where an exception would be raised when using S3
- fix bug where urls to media would not be encoded anymore
- introduced
ImageGenerators
- encode urls to media
- fix svg and pdf file path when performing conversions
- made compatible with L5.3
- fixed some files that had a wrong namespace
- added thumbnail generation for video's
- added force option to the artisan commands
- fixed the
src
format option when dealing with jpegs
- added
mime
attribute on theMedia
model
- added
removeCustomProperty
function
- added
media-library:clean
command - the
media-library:regenerate
will continue regenerating files even if a primary media file is missing
- Fix regeneration command (see #260). It'll now properly regenerate files for all passed media id's
- Add support for converting svg's
- Add Lumen compatibility
- Delete the conversion directory even when it is not underneath the media directory
- Added the
src
option for thefm
conversion parameter
- Added
shouldDeletePreservingMedia
- Fixed queued jobs in Laravel 5.1
- add support for Glide 1.0
- added
addMediaFromRequest
method - small refactors
- Only detect mimetype from file on local disks
- Fixed an issue that occurred when deleting models with media in some php versions
- Fixed mistakes in the version constraints on the illuminate components
- Improved the file type detection for files without an extension
- Added support for
morphMap
- Improved the compatibility with packages that hook into the
delete
method of an Eloquent model
- The
regenerate
-command now accepts anids
-option
- Added
media-library:clear
command
- Make migrations compatible with mysql's strict mode
- Added a
deletePreservingMedia
-function that will delete the model but not remove the associated files
- Use
config_path
helper in ServiceProvider to allow easier integration in Lumen
- Recognize gifs as images
- Removed support for laravel-glide v3
- Added missing
InvalidNewOrder
-exception
Important node: there is a bug in this version that prevents the creation of derived files
- Add support for laravel-glide v3
- Add configurable headers when uploading media to a remote disk
- use database_path when publishing migrations
- Fixed the processing a file name with special characters
- Remove adding .gitignore files
- Accept Symfony\Component\HttpFoundation\File\File-object when adding files
- Fixed mime-type errors when using the local filesystem
- Fixed the event names to make them more readable
CollectionHasBeenCleared
,ConversionHasBeenCompleted
,MediaHasBeenAdded
- Added
CollectionClearedEvent
,ConversionCompleteEvent
,MediaAddedEvent
- Fixed an issue where a model would not regenerate manipulations after changing manipulations on media
- Fix bug when using a custom UrlGenerator class
- Added PathGenerator
This version contains a bug when using a custom UrlGenerator, please upgrade to 3.9.1
- Added ability to add media from a url
$media = $this->testModel->addMediaFromUrl($url)
clearMediaCollection
is now chainable
- Add mimetype when putting a file on a disk.
- Fix generation of local url's on non-unix hosts
- Added
setCustomProperty
-method on Media
- Added
withProperties
andwithAttributes
methods
- 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)
- Added the ability to provide a default value fallback to the
getCustomProperty
method
- Added support for using a custom model
- Fixed a bug where conversions would always be performed on the default queue
- Added
hasCustomProperty
- andgetCustomProperty
-convenience-methods
- Allow 0 for
x
andy
parameters insetRectangle
- Removed dependency on spatie/eloquent-sortable
- Add index to morphable fields in migration which could improve performance.
- Remove unnecessary query when adding a file
- Fixes tests
- Add index to morphable fields in migration which could improve performance.
- NOTE: if you started out using this version, the tests will be broken. You should make sure
- model_id and model_type are nullable in your database.
- Added functions to get a path to a file in the media library
- Avoid creating empty conversions-directories
- Fixed a bug where chaining the conversion convenience methods would not give the right result
- Fixed a bug where getByModelType would return null
- Images and pdf with capitalized extensions will now be recognized
- Fixed: a rare issue where binding the command would fail
- Added: methods to rename the media object and file name before adding a file to the collection
- Fixed:
updateMedia
now returns updated media
- Replaced
addMedia
by a fluent interface - 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 collectionhasMedia
will count all media regardless of collection- Uploads can now be processed directly when importing a file
- Renamed various classes to better reflect their functionality
- Added: hasMedia convenience method
- Fixed: when renaming file_name on a media object the original file gets renamed as well
- Fixed: use FQCN for facades instead of using the aliases
- Fixed an issue where too many queries were executed
- Added
hasMediaWithoutConversions
-interface
- Fixes a bug where a valid UrlGenerator would not be recognized
- Fixes a bug where an exception would be thrown when adding a pdf on systems without Imagick installed
- Fixes some bugs where files would not be removed when deleting a media-object
- Require correct version of spatie/string
- Bugfix: correct typehint in HasMediaTrait
- Added some convenience methods for some frequent used manipulations
- fix bug in regenerate command
This version is a complete rewrite. Though there are lots of breaking changes most features of v1 are retained. Notable new functions:
- filesystem abstraction: associated files can be stored on any filesystem Laravel 5's filesystem allows. So you could for instance store everything on S3.
- thumbnails can now be generated for pdf files
- registering conversions has been made more intuïtive
- it's now very easy to add custom logic to generate urls
- images can be manipulated per media object
- Bugfix: prevent migration from being published multiple times
- Small bugfixes
- Added:
Spatie\MediaLibrary\Models\Media::getHumanReadableFileSize()
- Bugfix: make compatible with Laravel 5.1
- Bugfix: Renamed the boot method of MediaLibraryModeltrait so it plays nice with the boot method of
- other traits and the base model.
- Feature: The
profile
parameter inMedia::getUrl()
andMediaLibraryModelTrait::getUrl()
is now optional. On null, it retrieves the original file's url. - Bugfix:
Media::getOriginalUrl()
now returns the correct url.
- Bugfix: Removed unnecessary static methods from
MediaLibraryModelInterface
- Added a method to remove all media in a collection.
- Fixed a bug where not all image profiles would be processed
- Added
getImageProfileProperties()
to interface
- Create the media library directory if it does not exist
- Files without extensions are now allowed
- Added check to make sure the file that must be added to the media library exists
- Added option to specify the name of the queue that should be used to create image manipulations
- initial release