11> ** LoginRadius PHP SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [ LoginRadius API Documention] ( https://www.loginradius.com/docs/api/v2/deployment/sdk-libraries/php-library/ )
22
3+ # Version 11.2.0
4+
5+ Release on ** September 6, 2021**
6+
7+ ## Enhancements
8+
9+ - Updated Jquery with latest version(3.6.0) in SDK Demo
10+
11+
12+ ## Added new multiple APIs for better user experience
13+
14+
15+ - MFAEmailOtpByAccessToken
16+ - MFAValidateEmailOtpByAccessToken
17+ - MFAResetEmailOtpAuthenticatorByAccessToken
18+ - MFASecurityQuestionAnswerByAccessToken
19+ - MFAResetSecurityQuestionAuthenticatorByAccessToken
20+ - MFAEmailOTP
21+ - MFAValidateEmailOtp
22+ - MFASecurityQuestionAnswer
23+ - MFASecurityQuestionAnswerVerification
24+ - MFAResetEmailOtpAuthenticatorByUid
25+ - MFAResetSecurityQuestionAuthenticatorByUid
26+ - ReAuthValidateEmailOtp
27+ - ReAuthSendEmailOtp
28+ - ReAuthBySecurityQuestion
29+
30+ ## Removed APIs:
31+
32+ - GetSocialUserProfile
33+
34+ #### Added ` EmailTemplate2FA ` parameter in the following API
35+ - MFALoginByEmail
36+ - MFALoginByUserName
37+ - MFALoginByPhone
38+
39+ #### Added ` RbaBrowserEmailTemplate ` , ` RbaCityEmailTemplate ` ,` RbaCountryEmailTemplate ` , ` RbaIpEmailTemplate ` parameter in the following API
40+ - MFAValidateOTPByPhone
41+ - MFAValidateGoogleAuthCode
42+ - MFAValidateBackupCode
43+
44+ #### Added ` emailTemplate ` , ` verificationUrl ` ,` welcomeEmailTemplate ` parameter in the following API
45+
46+ - GetProfileByAccessToken
47+
48+ #### Removed ` smsTemplate2FA ` parameter from the following API
49+ - mfaValidateGoogleAuthCode
50+
351
452# Version 11.1.1
553Release on ** June 11, 2021**
654
55+
56+
757## Bug Fixed
8- - Fixed API Key Validation issue
58+ - fixed API Key Validation issue
59+
960
1061# Version 11.1.0
11- Release on ** April 06 , 2021**
62+ Release on ** March 25 , 2021**
1263
1364## Enhancements
1465- Added X-Origin-IP header support.
@@ -21,31 +72,30 @@ Release on **April 06, 2021**
2172- Passwordless Login Verification By User Name And OTP.
2273
2374
24- # Version 11.0.0
25- Release on ** Aug 10, 2020**
2675
27- ## Enhancements
2876
29- - Added a parameter isWeb in "RefreshAccessToken" API.
30- - Added a parameter SocialAppName in "getAccessTokenByFacebookAccessToken, getAccessTokenByTwitterAccessToken,
31- getAccessTokenByGoogleAccessToken, getAccessTokenByLinkedinAccessToken, getAccessTokenByAppleIdCode, getAccessTokenByGoogleAuthCode" native Social login APIs.
77+ # Version 11.0.0
78+ Release on ** July 28, 2020**
3279
80+ ## Enhancements
81+ - Added a parameter isWeb in "RefreshAccessToken" API.
82+ - Added a parameter SocialAppName in "getAccessTokenByFacebookAccessToken, getAccessTokenByTwitterAccessToken,
83+ getAccessTokenByGoogleAccessToken, getAccessTokenByLinkedinAccessToken, getAccessTokenByAppleIdCode,
84+ getAccessTokenByGoogleAuthCode" Native Social login APIs.
3385
3486## Added new multiple APIs for better user experience
35-
3687 - Added linkSocialIdentities(POST) API.
3788 - Added linkSocialIdentitiesByPing(POST) API.
3889 - Added getAccessTokenByAppleIdCode API.
3990 - Added getAccessTokenByWeChatCode API.
4091
41-
4292## Removed APIs:
43-
4493 - linkSocialIdentity API(PUT)
4594 - getSocialIdentity API(GET)
4695
96+
4797# Version 10.0.0
48- Release on ** September 30 , 2019**
98+ Release on ** September 26 , 2019**
4999
50100## Enhancements
51101This full version release includes major changes with several improvements and optimizations :
@@ -57,14 +107,13 @@ This full version release includes major changes with several improvements and o
57107 - ApiKey and ApiSecret usage redundancy removed.
58108 - All LoginRadius related features need to be defined once only and SDK will handle them automatically.
59109 - Improved the naming conventions of API functions for better readability.
60- - Better Exception Handling for LoginRadius API Response in SDK.
110+ - Better Error and Exception Handling for LoginRadius API Response in SDK.
61111 - Revamped complete SDK and restructured it with latest API function names and parameters.
62112 - Added detailed description to API functions and parameters for better understanding.
63113 - Updated the demo according to latest SDK changes.
64114 - Implemented API Region Feature.
65- - Added PIN Authentication feature APIs.
66- - Added Consent Management feature APIs.
67- - Added Local SOTT generation
115+ - Added Functionality to generate SOTT locally in Utility folder, compatible with latest version of PHP.
116+
68117
69118## Added new multiple APIs for better user experience
70119
@@ -83,20 +132,20 @@ This full version release includes major changes with several improvements and o
83132 - Verify Multifactor PIN Authentication
84133 - Update UID
85134 - MFA Re-authentication by PIN
86- - PIN Login
87- - Forgot PIN By Email
88- - Forgot PIN By UserName
135+ - Pin Login
136+ - Forgot Pin By Email
137+ - Forgot Pin By UserName
89138 - Reset PIN By ResetToken
90139 - Reset PIN By SecurityAnswer And Email
91140 - Reset PIN By SecurityAnswer And Username
92141 - Reset PIN By SecurityAnswer And Phone
93- - Forgot PIN By Phone
94- - Change PIN By Token
142+ - Forgot Pin By Phone
143+ - Change Pin By Token
95144 - Reset PIN by Phone and OTP
96145 - Reset PIN by Email and OTP
97146 - Reset PIN by Username and OTP
98- - Set PIN By PinAuthToken
99- - Invalidate PIN Session Token
147+ - Set Pin By PinAuthToken
148+ - Invalidate Pin Session Token
100149 - Submit Consent By ConsentToken
101150 - Get Consent Logs
102151 - Submit Consent By AccessToken
@@ -271,4 +320,8 @@ Released on **February 28, 2017**
271320 - Added resthooks api's
272321 - Added role api's
273322 - Added add or remove email api's
274- - Added Custom object api's
323+ - Added Custom object api's
324+
325+
326+
327+
0 commit comments