Skip to content

Commit

Permalink
Bumped version to 1.8, updated changelog and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jul 3, 2015
1 parent 3485d74 commit 3971c52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8
- added SQL data storage implementation
- added new config options for data storage for Laravel
- fixed not being able to use the Larvel route caching when using Clockwork (thanks Garbee, kylestev, cbakker86)

1.7
- added support for Laravel 5 (thanks Garbee, slovenianGooner)
- improved support for Laravel 4.1 and 4.2, Clockwork data is now available for error responses
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Clockwork implements LoggerInterface
/**
* Clockwork version
*/
const VERSION = '1.7';
const VERSION = '1.8';

/**
* Array of data sources, these objects provide data to be stored in a request object
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This extension provides out of the box support for Laravel, Slim 2 and CodeIgnit
To install latest version simply add it to your `composer.json`:

```javascript
"itsgoingd/clockwork": "~1.7"
"itsgoingd/clockwork": "~1.8"
```

### Laravel
Expand Down

0 comments on commit 3971c52

Please sign in to comment.