File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.1 - 2016-08-16
4
+ - Published migration file now uses dynamic timestamp
5
+
6
+ ## 1.1.0 - 2016-08-14
7
+ - Added behaviour for detaching mediable relationships when Media or Mediable models are deleted or soft deleted.
8
+
9
+ ## 1.0.1 - 2016-08-12
10
+ - Fixed ` Mediable ` relationship not connecting to custom ` Media ` subclass defined in config.
11
+
3
12
## 1.0.0 - 2016-08-04
4
13
- Added match-all case to media eager load helpers.
5
- - `` Mediable::getTagsForMedia() ` ` now properly rehydrates media if necessary.
6
- - `` Mediable::load() ` ` now looks for media that is either the $relationship key or value
14
+ - ` Mediable::getTagsForMedia() ` now properly rehydrates media if necessary.
15
+ - ` Mediable::load() ` now looks for media that is either the $relationship key or value
7
16
8
17
## 0.3.0 - 2016-07-25
9
18
- Added MediaCollection class.
10
- - Added media eager loading helpers to query builder, `` Mediable ` ` , and MediaCollection.
19
+ - Added media eager loading helpers to query builder, ` Mediable ` , and MediaCollection.
11
20
12
21
## 0.2.0 - 2016-07-21
13
22
- Added object typehints to all appropriate functions and closures.
You can’t perform that action at this time.
0 commit comments