We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877f8ac commit c9dbdbbCopy full SHA for c9dbdbb
CHANGELOG.md
@@ -1,3 +1,9 @@
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
7
5.1.11
8
9
- fixed crash when resolving authenticated user in Laravel without using Eloquent (reported by m-thalmann-athesia, thanks!)
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.11';
+ const VERSION = '5.1.12';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments