We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e465319 commit 74ee05aCopy full SHA for 74ee05a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+5.1.8
2
+
3
+- updated list of built-in Laravel commands to ignore when collecting commands and included Horizon commands
4
+- fixed collecting of Laravel queue jobs when used with Horizon
5
+- fixed collecting of authanticated user name when the User model includes name() method (implemented by devfrey, thanks!)
6
7
5.1.7
8
9
- added support for authentiaction in the Vanilla integration
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.7';
+ const VERSION = '5.1.8';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments