Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit c16a7d4

Browse files
committed
2.2 version information
1 parent d167120 commit c16a7d4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Works fine with `2.0` to `2.0.x`, `2.1.0` to `2.1.x` and `2.2.0`.
1010
> **Attention 2.0.x developers**
1111
>_There is a `0.2.3-SNAPSHOT` binary for Play `2.0.x` and an accompanying sample application in the [2.0.x branch](https://github.com/joscha/play-authenticate/tree/2.0.x). This sample differs substantially from the version for `2.1` though, because the deadbolt dependency changed. So if you plan on releasing for `2.0.x` don't take the `2.1` sample from the master stream and vice versa._
1212
13-
> **Attention 2.2.x developers**
14-
>_There is no binary for Play `2.2` yet, but there is a [2.2.x branch](https://github.com/joscha/play-authenticate/tree/2_2). The first version to support Play 2.2 will be play-authenticate version `0.5.0`._
13+
> **Attention 2.1.x developers**
14+
>_There is a [2.1.x branch](https://github.com/joscha/play-authenticate/tree/2.1.x). The first version to support Play 2.1 is play-authenticate version `0.2.4`, the last one `0.3.5`._
1515
1616
### Build status
17-
[![Build Status](https://travis-ci.org/joscha/play-authenticate.png?branch=2_2)](https://travis-ci.org/joscha/play-authenticate)
17+
[![Build Status](https://travis-ci.org/joscha/play-authenticate.png?branch=master)](https://travis-ci.org/joscha/play-authenticate)
1818

1919
## Live demo
2020
You can find a live demo on [heroku](https://play-authenticate.herokuapp.com/ "Play Authenticate sample app") (might not always be the latest version) and there are some screens on our [website](http://joscha.github.com/play-authenticate/).
@@ -63,10 +63,11 @@ The included sample application shows how to use all of those providers.
6363
## Versions
6464
* **TRUNK** [not released in the repository, yet]
6565
* wanna contribute something? :)
66-
* **0.5.0-SNAPSHOT** [2013-10-23] (no binary in repo, yet)
67-
* Prepare for Play 2.2
66+
* **0.5.0-SNAPSHOT** [2013-10-28] (no binary in repo, yet)
67+
* Prepare for Play 2.2 (thanks @smola, @tjdett, @dribba, @goryuchkin)
68+
* Updated to deadbolt 2.2 RC2
6869
* Updated play-easymail to version `0.5` (Headers can now contain hyphens, thanks @jtammen)
69-
* **0.3.5-SNAPSHOT** [2013-10-23]
70+
* **0.3.5-SNAPSHOT** [2013-10-23] _(last version for Play 2.1.x)_
7071
* Fixed Error handling for OAuth1 providers (thanks @vlopato)
7172
* **0.3.4-SNAPSHOT** [2013-09-22]
7273
* Update to HttpClient 4.3

0 commit comments

Comments
 (0)