Skip to content

Commit

Permalink
Prepare tagging 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Apr 5, 2014
1 parent 57f63a7 commit 6a454cb
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,5 +1,10 @@
# CHANGELOG

## 0.2.0

* [FEATURE] You can now override the `getInputFilter` method in your controllers so that you can specify custom
logic like setting validation groups depending on authorization, HTTP method...

## 0.1.0

* Complete refactor, initial release (code cleaning, documentation...)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ released it yet as it's not really clean, but if you're interested, please conta

Install the module by typing (or add it to your `composer.json` file):

`php composer.phar require zfr/zfr-rest:0.1.*`
`php composer.phar require zfr/zfr-rest:0.2.*`

Then, add the keys "ZfrRest" to your modules list in `application.config.php` file, and copy-paste the file
`zfr_rest.global.php.dist` into your `autoload` folder (don't forget to remove the .dist extension at the end!).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Up-to-date with version 0.1.* of ZfrRest*
*Up-to-date with version 0.2.* of ZfrRest*

Welcome to the official ZfrRest documentation.

Expand Down

0 comments on commit 6a454cb

Please sign in to comment.