Releases: woosignal/wp-json-api-flutter
Releases · woosignal/wp-json-api-flutter
v3.5.9
v3.5.8
v3.5.7
v3.5.6
v3.5.5
v3.5.4
v3.5.3
v3.5.2
v3.5.1
v3.5.0
- Breaking change
WPJsonAPI.initWithis nowWPJsonAPI.init - Refactor project
- Ability to save user token for future requests
- New WpUser model for user data
- New wcRegister method for networking class
- Add more data to
WpUserLoginResponseandWpUserInfoResponse - Added
versiontoWpJsonAPIclass - New
WPJsonAPI.wpLoginmethod to login a user - New
WPJsonAPI.wpLogoutmethod to logout a user - New
WPJsonAPI.wpUserLoggedInmethod to check if a user is logged in - New
WPJsonAPI.wpUsermethod to get the current user - New
WPJsonAPI.wpUserIdmethod to get the current user's ID - New
WPJsonAPI.wpUserTokenmethod to get the current user's token - New
WPJsonAPI.wpAuthmethod to authenticate the previously logged in user - Added Storage key to
WPJsonAPIclass - New docs added to Readme
- Dependency updates