Releases: outl1ne/nova-media-hub
Releases · outl1ne/nova-media-hub
2.1.0
Changed
- Fix hash collision detection for images where the first megabyte is the same (huge thanks to @schniper)
- Updated packages
NB! Existing users should set config option 'check_legacy_hashes' to true if they want to keep checking for collisions with media uploaded prior to this update.
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Changed
- Upgraded spatie/image from version 2 to 3
- Removed Manipulations API's from
MediaManipulator
and replaced them with direct\Spatie\Image\Image
manipulations - Removed
image_optimizers
config option and replaced it with MediaHub tool->withOptimizerChain()
Manipulations::FIT_MAX
has been replaced with\Spatie\Image\Enums\Fit::Max
1.8.1
1.8.0
Added
- Added new "Replace in-place" functionality
Changed
- Fixed encode/decode bugs with MediaCast (thanks to @nullthoughts)
- Bumped some minimum required versions (spatie/image: 2 => 3, laravel/nova: => 4.0 => 4.29)
- Fixed defaultCollectionName not working
- Updated packages