Skip to content

Commit 74ee05a

Browse files
committed
Bumped version to 5.1.8, updated changelog.
1 parent e465319 commit 74ee05a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
5.1.7
28

39
- added support for authentiaction in the Vanilla integration

Clockwork/Clockwork.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Clockwork
1616
{
1717
// Clockwork library version
18-
const VERSION = '5.1.7';
18+
const VERSION = '5.1.8';
1919

2020
// Array of data sources, these objects collect metadata for the current application run
2121
protected $dataSources = [];

0 commit comments

Comments
 (0)