File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ 4.1.4
2+
3+ - added support for a time property to the Request: add * apis, defaults to "current time - duration"
4+ - fixed crash when collecting console commands with array arguments or options in the Laravel integration (implemented by mortenscheel, thanks!)
5+ - fixed default storage directory being one level too deep in vanilla integration
6+
174.1.3
28
39- fixed file storage not unlocking index when cleanup has nothing to clean (implemented by Nacoma, thanks!)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
2121 /**
2222 * Clockwork version
2323 */
24- const VERSION = '4.1.3 ' ;
24+ const VERSION = '4.1.4 ' ;
2525
2626 /**
2727 * Array of data sources, these objects provide data to be stored in a request object
You can’t perform that action at this time.
0 commit comments