Skip to content

Releases: woosignal/wp-json-api-flutter

v3.3.2

23 Feb 04:27
Compare
Choose a tag to compare
  • Add logo to package.

v3.3.1

28 Dec 15:21
Compare
Choose a tag to compare
  • Fix updating meta for users
  • Dependency updates

v3.2.0

08 Jul 03:10
Compare
Choose a tag to compare
  • New API to delete an account wpUserDelete
  • Update code docs
  • Example pubspec.yaml

v3.1.3

03 Sep 21:39
Compare
Choose a tag to compare
  • Add roles to WPUserInfoResponse

v3.1.2

03 Sep 14:58
Compare
Choose a tag to compare
  • Ability to add and remove roles from a user
  • Dependency updates

v3.0.0

13 Apr 19:46
Compare
Choose a tag to compare
  • Added null safety support
  • Dependency updates

v2.0.0

19 Nov 13:42
Compare
Choose a tag to compare
  • Support for v2.0.0 wp-json-api WordPress plugin

v0.1.4

16 Jun 01:26
Compare
Choose a tag to compare
  • Meta data now is returned for users
  • Ability to store, update and delete meta data on WP_User
  • Throw exceptions for requests
  • Handle async await in callback
  • Updated models
  • Refactor model file names
  • More documentation added in code