|
| 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 | + |
1 | 9 | 5.1.3 |
2 | 10 |
|
3 | 11 | - added PSR to the default filtered namespaces from stack traces in the Laravel integration |
4 | 12 | - 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!) |
6 | 14 | - fixed wrong redirect when accessing web ui with an url including a trailing slash (implemented by ssnepenthe, thanks!) |
7 | 15 | - fixed update-token could be leaked via the Clockwork rest api (implemented by ssnepenthe, thanks!) |
8 | 16 |
|
9 | 17 | 5.1.2 |
10 | 18 |
|
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!) |
12 | 20 |
|
13 | 21 | 5.1.1 |
14 | 22 |
|
15 | 23 | - added support for psr/log 2.0 (used in recent Laravel versions) (implemented by byGits, thanks!) |
16 | 24 | - improved timeline api event run method to return the return value of passed closure |
17 | 25 | - improved collecting Laravel database queries to not quote integers (implemented by thisiskj, thanks!) |
18 | 26 | - 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!) |
20 | 28 | - fixed collecting Laravel database queries to produce correct queries when bindings contain question marks (reported by woshixiaobai, thanks!) |
21 | 29 | - fixed filtering collected and recorded requests by closure (implemented by ssnepenthe, thanks!) |
22 | 30 | - fixed some inconsistencies in the Clockwork metadata api |
|
0 commit comments