Skip to content

Commit 7648822

Browse files
committed
Bumped version to 1.12, updated changelog and readme.
1 parent ced47f6 commit 7648822

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.12
2+
- 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)
3+
- added collecting of context, caller file name and line number to the logger (thanks crissi for the idea)
4+
- fixed crash in Lumen data source when running unit tests with simulated requests on Lumen
5+
- fixed compatibility with Laravel 4.0
6+
17
1.11.2
28
- switched to PSR-4 autoloading
39
- fixed Swift data source crash when sending email with no from/to address specified (thanks marksecurelogin)

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.11.2';
21+
const VERSION = '1.12';
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.11.2"
18+
"itsgoingd/clockwork": "~1.12"
1919
```
2020

2121
### Laravel

0 commit comments

Comments
 (0)