Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Sep 6, 2021
1 parent 6c3af1e commit d376002
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

All notable changes to this project will be documented in this file.

----
---

## [2.0.7] - 2021-09-06

### Changed

- Media created from file or URL will now clean up the temporary file after media's been stored
- Fixed missing dependency on Guzzle
- Updated packages

## [2.0.6] - 2021-08-30

Expand All @@ -15,7 +23,6 @@ All notable changes to this project will be documented in this file.
- Fixed overflow issue in media modal browser in file data area
- Fixed a console error when uploading image in media library index view


## [2.0.5] - 2021-08-10

### Fixed
Expand All @@ -39,7 +46,6 @@ Fixed small typo
- Added `quality` to media field config file that will be used when encoding thumbnails
- Added initial index view field for media


## [2.0.1] - 2021-06-18

### Added
Expand Down Expand Up @@ -68,8 +74,7 @@ Fixed small typo
run `php artisan media:strip-public-prefix-from-path`. This command will regenerate file
path column.


----
---

## [2.0.0-alpha.x]

Expand All @@ -83,7 +88,7 @@ be overrideable.
#### Added

- New config option `nova-media-field.media_model` allows overriding original Media model. New model
must be extended from the original.
must be extended from the original.

- Local `getDisk` method for Media model to use.

Expand Down Expand Up @@ -134,7 +139,7 @@ This update should allow using any file driver that is supported in Laravel.
- run `php artisan migrate` to add the new `file_hash` column
- default filesystem driver for media field was changed in config file, please review these settings

----
---

## [1.4.1] - 2021-05-13

Expand Down

0 comments on commit d376002

Please sign in to comment.