Skip to content

Releases: ebess/advanced-nova-media-library

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]>

Release 4.1.3

22 Aug 19:55
b8f70e6
Compare
Choose a tag to compare
#357 Fix CustomProperties Blob issue when adding a new file with cust…

…om properties (#409)

When custom properties were set for a newly added file, stringifying the image object would replace the file Blob with a plain object containing just the file name. This change ensures that newly added files are retained after their custom properties are modified before submission.

Signed-off-by: Tobias Grasse <[email protected]>

Release 4.1.2

16 Aug 23:39
4cfce1d
Compare
Choose a tag to compare
Use UUID to protect file downloads (#396)

Fix icons on Files field

30 Mar 06:16
f764813
Compare
Choose a tag to compare

Fix icons on Files field (#384)

Laravel 10 support and some bug fixes

05 Mar 17:25
721758f
Compare
Choose a tag to compare
4.1.0

Laravel 10 Support and some bug fixes

Make cropping by default configurable

27 Aug 09:32
2452eb0
Compare
Choose a tag to compare
4.0.5

Make cropping by default configurable (#343)