Releases: ADmad/cakephp-social-auth
Releases · ADmad/cakephp-social-auth
2.0.0
What's Changed
- CakePHP 5 compatible release
New Contributors
Full Changelog: 1.3.0...2.0.0
1.2.1
Merge pull request #111 from ndru123/fix-old-placeholders
changed old placeholder :provider to new {provider}
1.2.0
- Prevent logged in user override. #109
1.1.0
- Allow setting custom provider #105
1.0.1
- Fix mapping of
gender
and birth_date
fields for SocialProfile
entity. #101
- Throw exception if
id
is not available from the identity. #100
1.0.0
CakePHP 4.x compatible stable release.
1.0.0-beta
CakePHP 4.x compatible release.
0.6.0
- Pass session to "getUser" callback. #61