Skip to content

Commit 5b96f72

Browse files
committed
Bumped version to 1.14, updated changelog and readme.
1 parent 9007112 commit 5b96f72

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.14
2+
- added support for Server-Timing headers (thanks Garbee)
3+
- fixed compatibility with Lumen 5.4 (thanks Dimasdanz)
4+
- fixed collecting Eloquent queries with bindings containing backslashes (thanks fitztrev)
5+
- fixed collecting Eloquent queries when using PDO_ODBC driver (thanks abhimanyu003)
6+
- fixed collecting Doctrine queries with array bindings (thanks RolfJanssen)
7+
- replaced Doctrine bindings preparation code with more complete version from laravel-doctrine
8+
- fixed PHP 5.3 compatibility
9+
110
1.13.1
211
- fixed compatibility with Lumen 5.4 (thanks meanevo)
312

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

2121
### Laravel

0 commit comments

Comments
 (0)