This repository has been archived by the owner on May 11, 2023. It is now read-only.
Releases: outl1ne/nova-media-field
Releases · outl1ne/nova-media-field
3.1.2
3.1.1
Fixed
isReadableImage
now returns false whenexif_imagetype
returns false instead of throwing exception
3.1.0
Fixed
- Support L8 again, previously
data
attribute casting had L9 syntax. - Default to regular upload when uploading .ico files.
3.0.2
Added
- Created a custom attribute mutator for
data
column.- Keeping backwards compatibility.
- Existing
$media->data = json_encode($data)
will stay working.
3.0.1
Changed
- Fixed image orientation saving (thanks to @pitchayakit)
3.0.0
2.1.4
Added
- Added
middlewares
config option (thanks to @Gertiozuni) - Added
autoload_migrations
config option (thanks to @Gertiozuni)
2.1.3
Changed
- Fixed file path generation in regenerate-thumbnails command (thanks to @RistoNiinemets)
2.1.2
Changed
- Fixed files not being deleted when media is trashed from the resource index view (thanks to @murad-optimist)