Skip to content

Commit

Permalink
Bumped the version to 1.4, updated changelog, todo and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jan 12, 2014
1 parent f7bdead commit 5211ac7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
dev
1.4
- added support for collecting emails and views data
- added support for CodeIgniter 2.1 (tnx pwhelan)
- added data source and plugin for collecting emails data from Swift mailer
- added support for collecting emails and views data from Laravel
- added --age argument to Laravel artisan clockwork::clean command, specifies how old the request data must be to be deleted (in hours)
- improved Laravel service provider
- fixed compatibilty with latest Laravel 4.1

1.3
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.3';
const VERSION = '1.4';

/**
* 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 @@ -14,7 +14,7 @@ This extension provides out of the box support for Laravel 4, Slim 2 and CodeIgn
To install latest version simply add it to your `composer.json`:

```javascript
"itsgoingd/clockwork": "dev-master"
"itsgoingd/clockwork": "1.*"
```

### Laravel 4
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4
1.5
- documentation
- support for application log, timeline and routes in Slim
- support for application and/or PHP settings
Expand Down

0 comments on commit 5211ac7

Please sign in to comment.