Skip to content

Commit 7252aa7

Browse files
committed
Bumped version to 5.1.4, updated changelog.
1 parent ca96672 commit 7252aa7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1+
5.1.4
2+
3+
- added Laravel 9 support
4+
- added support for manually registering Clockwork middleware in Laravel
5+
- fixed some failing tests might not been collected in Laravel (reported by ajcastro, thanks!)
6+
- fixed not respecting the collect tests setting in Laravel (reported by SimBig, thanks!)
7+
- fixed some deprecation warnings on PHP 8.1 (implemented by usernotnull, thanks!)
8+
19
5.1.3
210

311
- added PSR to the default filtered namespaces from stack traces in the Laravel integration
412
- 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!)
13+
- fixed some deprecation warnings on PHP 8.1 (reported by Pinnokkio, thanks!)
614
- fixed wrong redirect when accessing web ui with an url including a trailing slash (implemented by ssnepenthe, thanks!)
715
- fixed update-token could be leaked via the Clockwork rest api (implemented by ssnepenthe, thanks!)
816

917
5.1.2
1018

11-
- fixed some depecation warnings on PHP 8.1 (reported by Codomic, thanks!)
19+
- fixed some deprecation warnings on PHP 8.1 (reported by Codomic, thanks!)
1220

1321
5.1.1
1422

1523
- added support for psr/log 2.0 (used in recent Laravel versions) (implemented by byGits, thanks!)
1624
- improved timeline api event run method to return the return value of passed closure
1725
- improved collecting Laravel database queries to not quote integers (implemented by thisiskj, thanks!)
1826
- improved toolbar details link to always be absolute and work with subdirectories (reported by superDuperCyberTechno, thanks!)
19-
- fixed some depecation warnings on PHP 8.1 (implemented by gharlan, thanks!)
27+
- fixed some deprecation warnings on PHP 8.1 (implemented by gharlan, thanks!)
2028
- fixed collecting Laravel database queries to produce correct queries when bindings contain question marks (reported by woshixiaobai, thanks!)
2129
- fixed filtering collected and recorded requests by closure (implemented by ssnepenthe, thanks!)
2230
- fixed some inconsistencies in the Clockwork metadata api

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.3';
18+
const VERSION = '5.1.4';
1919

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

0 commit comments

Comments
 (0)