File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 5.1.3
2+
3+ - added PSR to the default filtered namespaces from stack traces in the Laravel integration
4+ - fixed not being able to log non-string values when using psr/log >=2.0 (reported by Wit3, thanks!)
5+ - fixed some depecation warnings on PHP 8.1 (reported by Pinnokkio, thanks!)
6+ - fixed wrong redirect when accessing web ui with an url including a trailing slash (implemented by ssnepenthe, thanks!)
7+ - fixed update-token could be leaked via the Clockwork rest api (implemented by ssnepenthe, thanks!)
8+
195.1.2
210
311- fixed some depecation warnings on PHP 8.1 (reported by Codomic, thanks!)
Original file line number Diff line number Diff line change 1515class Clockwork
1616{
1717 // Clockwork library version
18- const VERSION = '5.1.2 ' ;
18+ const VERSION = '5.1.3 ' ;
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