Releases: outl1ne/nova-media-hub
Releases · outl1ne/nova-media-hub
1.2.0
Added
- FileHandler now encodes file names.
- This is backwards compatible, since we will avoid double encoding.
- New files will now be urlencoded using php's
urlencode
OrderBy
andSearch
filters
1.1.6
- Fixes wrong modal width issue.
- Version
4.14.0
of laravel/nova introduced a new default width for modals that broke our modals.
- Version
1.1.5
1.1.4
Changed
- Append array values to formData with index
- Fixes an issue when using alongside other packages that don't respect
data[]
key, but instead wantdata[0...n]
- Fixes an issue when using alongside other packages that don't respect
1.1.3
1.1.2
1.1.1
1.1.0
Added
- Added file deduplication via original file hash
- Added file name to MediaItem component
Changed
- Fixed cloud storage support for file processing
- Fixed cloud storage directory count calculation
- Filesystem refactoring and misc improvements
- Fixed missing
formatForNova
data - Fixed data fields UI in media view modal
1.0.7
1.0.6
Changed
- Fixed Media model incorrect references (thanks to @vodnicearv)
- Mark selected media items with a checkmark instead of hiding them
- Fixed overriding of toArray breaking Nova UI when overriding configurable media model
- Fixed inertia navigation crashing after using a context menu
- Updated packages