Skip to content

Commit

Permalink
Bumped version to 5.0.7, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Mar 14, 2021
1 parent cb17e34 commit e41ee36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit e41ee36

Please sign in to comment.