Skip to content

Commit e03f8a7

Browse files
committed
Bumped version to 5.1.3, updated changelog.
1 parent df3a7c1 commit e03f8a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
5.1.2
210

311
- fixed some depecation warnings on PHP 8.1 (reported by Codomic, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
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.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 = [];

0 commit comments

Comments
 (0)