Skip to content

Commit 7d730b4

Browse files
author
Jorge
committed
updated ChangeLog and version in docs.
1 parent 901a1be commit 7d730b4

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
master
1+
2.1.2 - 2013-09-01
22
- Fixed example for view customization docs (thanks @yankov)
33
- Enable retrieving email address from LinkedIn (thanks @targeter)
44
- Added strings to securesocial.conf in demos (thanks @alanrodas)

docs/src/manual/data/versions.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
latest: 2.1.1
1+
latest: 2.1.2
22

3-
stable:
3+
stable:
4+
- { moduleVersion: 2.1.2, playVersion: 2.2.x }
45
- { moduleVersion: 2.1.1, playVersion: 2.1.x }
56
- { moduleVersion: 2.0.13, playVersion: 2.0.6 }
67

docs/src/manual/source/guide/changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ file: changelog
55

66
*This is the change log for the SecureSocial 2 version. Check the [1.x](https://github.com/jaliss/securesocial/tree/1.x) branch if you're interested in SecureSocial 1.*
77

8+
**2.1.2 - 2013-09-01**
9+
10+
- Fixed example for view customization docs (thanks @yankov)
11+
- Enable retrieving email address from LinkedIn (thanks @targeter)
12+
- Added strings to securesocial.conf in demos (thanks @alanrodas)
13+
- Added idLengthInBytes property to customize the length of session ids (based on changes by @mkubala)
14+
- Improved RoutesHelper to handle multiple assets properly (based on changes by @danielkza)
15+
- Fixed typo in example config (thanks @dhruvbhatia)
16+
- Translation for Dutch (thanks @gerbrand)
17+
- Add indication to register event listeners in play.plugins (thanks @OlivierBlanvillain)
18+
- Added OAuth2 provider for LinkedIn (thanks @gmethvin)
19+
- Upgraded to Play 2.2
20+
- Updated docs to reflect API changes done for 2.1.1
21+
822
**2.1.1 - 2013-08-08**
923

1024
- Renamed class name UserId to IdentityId (breaks backwards compatibility)

0 commit comments

Comments
 (0)