Skip to content

Releases: ebess/advanced-nova-media-library

5.0.1

08 Jan 20:04
4efc7a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0...5.0.1

4.4.1

08 Jan 20:38
Compare
Choose a tag to compare

Full Changelog: 4.4...4.4.1

Nova 5 release

05 Jan 22:57
Compare
Choose a tag to compare
  • 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

05 Jan 22:54
c38c526
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3...4.4

Nova 5 Support

03 Jan 06:48
35414fe
Compare
Choose a tag to compare
Nova 5 Support Pre-release
Pre-release
Merge pull request #454 from stephanus-tantiono/master

Support nova 5

Laravel 11 Support

25 Mar 14:37
08b5b88
Compare
Choose a tag to compare
4.2

Laravel 11 Support

Release 4.1.7

22 Jan 13:33
02ed925
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.6...4.1.7

Release 4.1.6

24 Aug 08:29
83b8410
Compare
Choose a tag to compare
Fix issues loading translations (#391)

* Fix issues loading translations

* Replace `resource_path` by `lang_path`

Release 4.1.5

24 Aug 08:17
6efa2cf
Compare
Choose a tag to compare
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

23 Aug 07:24
6e9344b
Compare
Choose a tag to compare
store custom properties for vapor uploads (#398)

Co-authored-by: Kyle Anderson <[email protected]>