Skip to content

Releases: woosignal/wp-json-api-flutter

v3.5.9

14 May 10:18

Choose a tag to compare

  • Dependency updates

v3.5.8

06 May 03:07

Choose a tag to compare

  • Dependency updates

v3.5.7

02 May 11:41

Choose a tag to compare

  • Dependency updates

v3.5.6

27 Apr 02:08

Choose a tag to compare

  • Dependency updates

v3.5.5

23 Apr 03:43

Choose a tag to compare

  • Dependency updates

v3.5.4

02 Apr 13:59

Choose a tag to compare

  • Dependency updates

v3.5.3

28 Mar 05:44

Choose a tag to compare

  • Dependency updates

v3.5.2

27 Mar 10:30

Choose a tag to compare

  • Dependency updates

v3.5.1

21 Mar 14:22

Choose a tag to compare

  • Dependency updates

v3.5.0

18 Mar 07:09

Choose a tag to compare

  • Breaking change WPJsonAPI.initWith is now WPJsonAPI.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 WpUserLoginResponse and WpUserInfoResponse
  • Added version to WpJsonAPI class
  • New WPJsonAPI.wpLogin method to login a user
  • New WPJsonAPI.wpLogout method to logout a user
  • New WPJsonAPI.wpUserLoggedIn method to check if a user is logged in
  • New WPJsonAPI.wpUser method to get the current user
  • New WPJsonAPI.wpUserId method to get the current user's ID
  • New WPJsonAPI.wpUserToken method to get the current user's token
  • New WPJsonAPI.wpAuth method to authenticate the previously logged in user
  • Added Storage key to WPJsonAPI class
  • New docs added to Readme
  • Dependency updates