Releases: ADmad/cakephp-social-auth
Releases · ADmad/cakephp-social-auth
0.5.6
- Update use of deprecated trait #58.
0.5.5
- Change column type of "access_token" field to BLOB.
0.5.4
- Change column type of "access_token" field to BLOB.
0.5.3
- Increase length of "access_token" field in migrations file.
0.5.2
- Fixed use of methods deprecated in CakePHP 3.6.
0.5.1
- Allow configuring HTTP Client to use. #47
0.5.0
- Code refactoring (no change in public API / usage)
SocialAuth.afterIdentify
event is now triggered upon successful authentication.
0.4.0
- Added option to log errors
- Update usage of deprecated methods to avoid warnings with CakePHP 3.6.
0.3.2
- Fix column type for "access_token" in migrations file.
0.3.1
Bump up socialconnect/auth version to 1.5.1