Skip to content

Releases: outl1ne/nova-media-hub

2.1.0

09 Sep 10:21
Compare
Choose a tag to compare

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

30 Jul 10:11
Compare
Choose a tag to compare

Changed

  • Fix crash related to updating data (title, alt) fields

2.0.4

18 Jun 12:15
Compare
Choose a tag to compare

Changed

  • Fix file extension not changing after mime type change during optimization

2.0.3

18 Jun 12:00
Compare
Choose a tag to compare

Changed

  • Fix config not optimizable

2.0.2

18 Jun 11:34
Compare
Choose a tag to compare
  • Fixes to TIFF optimizing
  • Added media_optimizers config option

2.0.1

22 Apr 08:26
Compare
Choose a tag to compare

Added

  • Added new shouldSave callback to allow user to run last minute checks on media before it enters the pipeline

2.0.0

04 Apr 10:08
Compare
Choose a tag to compare

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

04 Apr 08:38
Compare
Choose a tag to compare

Changed

  • Reverted (spatie/image: 3 => 2)

1.8.0

03 Apr 14:49
Compare
Choose a tag to compare

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

1.7.6

30 Jan 11:20
Compare
Choose a tag to compare

Changed

  • Dispatch optimize job when file with the same hash was already found just in case