Skip to content

Commit

Permalink
Bumped version to 4.0.13, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Oct 20, 2019
1 parent 4c6f6ea commit c6d5c55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.0.13

- fixed stack traces processing not handling call_user_func frames properly leading to wrong traces (reported by marcus-at-localhost, thanks!)
- fixed wrong stack traces skip namespaces defaults leading to wrong traces
- fixed vanilla integration config file missing and no longer used settings


4.0.12

- added a simple index file locking to the file storage
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '4.0.12';
const VERSION = '4.0.13';

/**
* Array of data sources, these objects provide data to be stored in a request object
Expand Down

0 comments on commit c6d5c55

Please sign in to comment.