Skip to content

Commit ffe939d

Browse files
committed
Bumped version to 1.13, updated changelog and readme.
1 parent d67bc65 commit ffe939d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.13
2+
- added support for Laravel 5.4 (thanks KKSzymanowski)
3+
- improved Laravel "clock" helper function now takes multiple arguments to be logged at once (eg. `clock($foo, $bar, $baz)`)
4+
15
1.12
26
- added collecting of caller file name and line number for queries and model name (Laravel 4.2+) for ORM queries to the Eloquent data source (thanks OmarMakled and fitztrev for the idea)
37
- added collecting of context, caller file name and line number to the logger (thanks crissi for the idea)

Clockwork/Clockwork.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Clockwork implements LoggerInterface
1818
/**
1919
* Clockwork version
2020
*/
21-
const VERSION = '1.12';
21+
const VERSION = '1.13';
2222

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This extension provides out of the box support for Laravel, Slim 2 and CodeIgnit
1515
To install latest version simply add it to your `composer.json`:
1616

1717
```javascript
18-
"itsgoingd/clockwork": "~1.12"
18+
"itsgoingd/clockwork": "~1.13"
1919
```
2020

2121
### Laravel

0 commit comments

Comments
 (0)