We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b804a commit 40e19d3Copy full SHA for 40e19d3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+5.0.3
2
+
3
+- fixed PHP 8.0 incompatibility in log (implemented by mtorromeo, thanks!)
4
5
5.0.2
6
7
- fixed data sources not being initialized for extended data requests (reported by tmishutin, thanks!)
Clockwork/Clockwork.php
@@ -10,7 +10,7 @@
10
class Clockwork
11
{
12
// Clockwork library version
13
- const VERSION = '5.0.2';
+ const VERSION = '5.0.3';
14
15
// Array of data sources, these objects collect metadata for the current application run
16
protected $dataSources = [];
0 commit comments