Skip to content

Commit

Permalink
Updated README.md in order to include information about the Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizaco committed Jul 20, 2014
1 parent 267bd49 commit d4ffb97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Confide Poster](https://dl.dropbox.com/u/12506137/libs_bundles/confide.png)

[![Build Status](https://api.travis-ci.org/Zizaco/confide.png)](https://travis-ci.org/Zizaco/confide)
[![Coverage Status](https://coveralls.io/repos/Zizaco/confide/badge.png?branch=huge-update)](https://coveralls.io/r/Zizaco/confide?branch=huge-update)
[![Coverage Status](https://coveralls.io/repos/Zizaco/confide/badge.png?branch=master)](https://coveralls.io/r/Zizaco/confide?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Zizaco/confide/badges/quality-score.png)](https://scrutinizer-ci.com/g/Zizaco/confide/)
[![ProjectStatus](http://stillmaintained.com/Zizaco/confide.png)](http://stillmaintained.com/Zizaco/confide)
[![Latest Stable Version](https://poser.pugx.org/zizaco/confide/v/stable.png)](https://packagist.org/packages/zizaco/confide)
Expand Down Expand Up @@ -293,6 +293,12 @@ For example: `"zizaco/confide": "~3.2"` will avoid composer download version 4.0

## Release Notes

### Version 4.0.0 Beta 3
* Now you can customize how long will take for a password reset request to expire (default to 7 hours).
* Reordered validations
* Now all validations are called even if one of them fails. So all validation messages are sent at once.
* `validateIsUnique` method now sends key to attachErrorMsg and also check for errors on each `$identity` field at once

### Version 4.0.0 Beta 2
* UserValidator now adds errors to an existing MessageBag instead of replacing it.
* Password reset token will expire after 7 days.
Expand Down

0 comments on commit d4ffb97

Please sign in to comment.