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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 5.0.4 - 2020-12-02
4
+
- Fixed serialization of `CreateImageVariants` job.
5
+
6
+
## 5.0.3 - 2020-10-28
7
+
- Fixed docblock of `attachMedia()` and `SyncMedia()` (Thanks @hailwood!)
8
+
9
+
## 5.0.2 - 2020-10-22
10
+
- Fixed additional bugs with the `MediableCollection::delete()` method
11
+
- Optimized the execution speed of `MediableCollection::delete()`
12
+
13
+
## 5.0.1 - 2020-10-22
14
+
- fixed notices generated from collection offset access in `MediableCollection::delete()`
15
+
3
16
## 5.0.0 - 2020-10-14
4
17
- Added support for creating image variants using the intervention/image library. Variants can be created synchronously in the current process or asychronously as queued jobs. Media records keep track of variants created from them.
5
18
- Fixed Laravel 8+ migration squashing. Database migrations are now loaded from within the package instead of copied to the application's database/migration directory. See UPGRADING.md for steps to avoid conflicts.
0 commit comments