We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03107b6 commit 6e351e0Copy full SHA for 6e351e0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+5.0.2
2
+
3
+- fixed data sources not being initialized for extended data requests (reported by tmishutin, thanks!)
4
+- fixed inconsistent handling of time and duration arguments in various Request::add* methods (reported by mahagr, thanks!)
5
+- updated Clockwork App (5.0.2)
6
7
5.0.1
8
9
- fixed performance issues related to collecting stack traces for Eloquent models actions (reported by mstaack, thanks!)
Clockwork/Clockwork.php
@@ -10,7 +10,7 @@
10
class Clockwork
11
{
12
// Clockwork library version
13
- const VERSION = '5.0.1';
+ const VERSION = '5.0.2';
14
15
// Array of data sources, these objects collect metadata for the current application run
16
protected $dataSources = [];
0 commit comments