Skip to content

Release 4.1.5

Compare
Choose a tag to compare
@bkintanar bkintanar released this 24 Aug 08:17
· 5 commits to master since this release
6efa2cf
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]>