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+ 5.1.12
2+
3+ - improved Timeline event run method to stop the event in case of an exception (implemented by UlrichEckhardt, thanks!)
4+ - fixed some deprecation warnings on PHP 8.2 (implemented by faytekin, thanks!)
5+ - fixed some deprecation warnings on PHP 8.1 (implemented by villermen, thanks!)
6+
175.1.11
28
39- fixed crash when resolving authenticated user in Laravel without using Eloquent (reported by m-thalmann-athesia, thanks!)
Original file line number Diff line number Diff line change 1515class Clockwork
1616{
1717 // Clockwork library version
18- const VERSION = '5.1.11 ' ;
18+ const VERSION = '5.1.12 ' ;
1919
2020 // Array of data sources, these objects collect metadata for the current application run
2121 protected $ dataSources = [];
You can’t perform that action at this time.
0 commit comments