You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-11
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
----
6
6
7
-
## [2.0.0-alpha] - 2021-04-13
7
+
## [2.0.0-alpha.1] - 2021-04-13
8
8
9
9
Adds a feature that checks for duplicate media entry by generating has based on first megabyte
10
10
of file. **This will not work on existing images**
@@ -33,16 +33,6 @@ This update should allow using any file driver that is supported in Laravel.
33
33
34
34
----
35
35
36
-
## [bugfix/driver-handling]
37
-
38
-
This update should allow using any file driver that is supported in Laravel.
39
-
40
-
### Changed
41
-
42
-
-**[Breaking change]** Storage driver default in nova media field config has been changed from `config('filesystems.default')` to `env('MEDIA_LIBRARY_DRIVER', 'public')`
43
-
-**[Breaking change]**`Media` model `getUrlAttribute`, `getWebpUrlAttribute` and `getImageSizesAttribute` methods has been fixed by removing URL prefixing.
0 commit comments