Releases: ebess/advanced-nova-media-library
Releases · ebess/advanced-nova-media-library
5.0.1
What's Changed
- #411 Update all custom properties instead of the first one only by @jan-tricks in #425
New Contributors
- @jan-tricks made their first contribution in #425
Full Changelog: 5.0...5.0.1
4.4.1
Nova 5 release
- Adds support for Nova 5.0
- Drops support for Nova 4.0 because of backward compatibility issues with Nova 5.0
Full Changelog: 4.4...5.0
Nova 4 Support
What's Changed
- Refactored UI and Added Support Nova 5.x by @thecaliskan in #456
- Revert "update to be compatible with nova 5" by @kiritokatklian in #457
New Contributors
- @thecaliskan made their first contribution in #456
- @kiritokatklian made their first contribution in #457
Full Changelog: 4.3...4.4
Nova 5 Support
Merge pull request #454 from stephanus-tantiono/master Support nova 5
Laravel 11 Support
4.2 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]>