Skip to content

Latest commit

 

History

History
executable file
·
101 lines (61 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

executable file
·
101 lines (61 loc) · 3.15 KB

LoginRadius PhoneGap 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

Version 3.2.0

Released on November 23, 2018

Enhancements
  • Added New Check Email,UserName and Phone Availability APIs.
  • Added New Validate and InValidate AccessToken APIs.
  • Added New Add and Remove Email APIs.
  • Added New Update Phone API.
  • Added New Resend Email Verification API.
  • Improve Data Handling For CustomeObject API,Custom objects are custom database tables that allow you to store custom data points, like payment info, activity etc.
Breaking Changes

For developers migrating from v3.1.0, there will be some breaking changes in terms of SDK implementation. In this version, we have updated endpoints and renamed "Auto Login" to "Smart Login", "No Registration/Simplified Registration" to "One touch Login" and "Instant Link Login" to "PasswordLess Login". Also, changed the methods of the above APIs accordingly.

Version 3.1.0

Released on August 13, 2018

Enhancements
  • Added Vkontakte native login.
  • Added option to enable instant link login.
  • Added auto login.
  • Added password less login/simplified registration.
  • Added option for projection of fields.
  • Added reset password by security questions.
  • Added custom scope for social login.

Version 3.0.1

Released on October 05, 2017

Bug Fixes
  • Fixed ios build time issue in Xcode-9.

Version 3.0.0

Released on March 24, 2017

Enhancements
  • Removed Hosted Page dependency.
  • Added Phone Number and Username login.
  • Fully customizable SDK.
  • Added new multiple APIs for better user experience.
  • End user can add and remove multiple emails.
  • Added Account Linking and unlinking in SDK.
  • Added update Profile feature in SDK.
  • Added Google and Facebook native login for better native user experience.
  • Significantly improved code performance.
  • Handled network connection error and failures.
  • Added CustomeObject API,Custom objects are custom database tables that allow you to store custom data points, like payment info, activity etc.
  • LoginRadius PhoneGap SDK support single page application view for better user experience.

Version 2.1.0

Released on March 21, 2017

####Enhancements

-Significantly improved code performance. -Added Google native login for better user Experience.

Version 2.0.1

Released on November 22, 2016

Enhancements
  • Significantly improved code performance.
  • Added new Demo for SocialLogin.
  • Sitename is no longer required in order to implement the SDK.

Version 2.0.0

Released on july 15, 2016

Enhancements
  • Significantly improved code performance.
  • Added new fields for hosted page PromptPasswordOnSocialLogin and Google Recaptcha .
  • Handled network connection error and failures.
  • Implement Facebook native login handled through hosted page.
Bug Fixes
  • Handled social ID provider Empty email address scenario.