wp_json_api 3.3.1 wp_json_api: ^3.3.1 copied to clipboard
WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more.
[3.3.1] - 2022-12-28 #
- Fix updating meta for users
- Dependency updates
[3.3.0] - 2022-09-01 #
- Dependency updates
[3.2.0] - 2022-07-08 #
- New API to delete an account
- Update code docs
[3.1.3] - 2021-09-03 #
- Add roles to wp_user_info_response
[3.1.2] - 2021-09-02 #
- Ran flutter format
[3.1.1] - 2021-09-02 #
- Update readme
[3.1.0] - 2021-09-02 #
- Ability to add and remove roles from a user
- Dependency updates
[3.0.0] - 2021-04-10 #
- Added null safety support
- Dependency updates
[2.0.0] - 2020-11-18 #
- Support for v2.0.0 wp-json-api WordPress plugin
[0.1.4] - 2020-06-16 #
- 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
[0.1.3] - 2020-06-03 #
- pubspec.yaml update
[0.1.2] - 2020-05-01 #
- Readme update
[0.1.1] - 2020-04-30 #
- Readme update
[0.1.0] - 2020-04-30 #
- pubspec.yaml desc change, updates to networking class and readme
[0.0.1] - 2020-04-06 #
- Initial Release