Releases: ebess/advanced-nova-media-library
Releases · ebess/advanced-nova-media-library
Laravel 11 Support
Release 4.1.7
Release 4.1.6
Fix issues loading translations (#391) * Fix issues loading translations * Replace `resource_path` by `lang_path`
Release 4.1.5
Followup for PR #407 (337 bug with multiple panels) (#408) * #337 Add TODO for deprecated interface Illuminate\Contracts\Validation\Rule was deprecated in laravel/framework v10, should be replaced with ValidationRule once the minimum required version is 10. Signed-off-by: Tobias Grasse <[email protected]> * #337 Pass requestAttribute down to media handling functions Both `addNewMedia` and `addExistingMedia` also call `HandlesExistingMediaTrait::fillMediaCustomPropertiesFromRequest` which requires `$requestAttribute` for nested forms since 079b866e76d4711b84983140efebd64e6dc5dc03 Signed-off-by: Tobias Grasse <[email protected]> * #337 Formatting, reorder imports, add @throws tag Signed-off-by: Tobias Grasse <[email protected]> --------- Signed-off-by: Tobias Grasse <[email protected]>
Release 4.1.4
store custom properties for vapor uploads (#398) Co-authored-by: Kyle Anderson <[email protected]>
Release 4.1.3
#357 Fix CustomProperties Blob issue when adding a new file with cust…
Release 4.1.2
Use UUID to protect file downloads (#396)
Fix icons on Files field
Fix icons on Files field (#384)
Laravel 10 support and some bug fixes
4.1.0 Laravel 10 Support and some bug fixes
Make cropping by default configurable
4.0.5 Make cropping by default configurable (#343)