From e41ee368ff4dcc30d3f4563fe8bd80ed72b293b4 Mon Sep 17 00:00:00 2001 From: its Date: Sun, 14 Mar 2021 17:29:40 +0100 Subject: [PATCH] Bumped version to 5.0.7, updated changelog. --- CHANGELOG.md | 11 +++++++++++ Clockwork/Clockwork.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc13d898..8e47f0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +5.0.7 + +- changed delay listening to events until the app is booted (improves comatibility with some other packages) +- changed default settings to enable toolbar (separately installed component) +- changed default except requests filter to include debugbar api (implemented by edgardmessias, thanks!) +- fixed wrong type-hint for the timeline event run method (reported by hferradj, thanks!) +- fixed on-demand mode not working in Laravel (reported by yemenifree, thanks!) +- fixed crash when collecting Laravel notifications with recipient names (reported by iainheng, thanks!) +- fixed possible crashes and other issues when collecting Laravel notifications (reported by beekmanbv, thanks!) +- fixed crash when creating runnable queries in DBAL data source (implemented by N-M, thanks!) + 5.0.6 - fixed vanilla integration overriding other cookies when used with a PSR-7 response (reported by leemason, thanks!) diff --git a/Clockwork/Clockwork.php b/Clockwork/Clockwork.php index e8865531..f3c25756 100644 --- a/Clockwork/Clockwork.php +++ b/Clockwork/Clockwork.php @@ -15,7 +15,7 @@ class Clockwork { // Clockwork library version - const VERSION = '5.0.6'; + const VERSION = '5.0.7'; // Array of data sources, these objects collect metadata for the current application run protected $dataSources = [];