Skip to content

Commit

Permalink
v3.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jun 20, 2024
1 parent 2f43a4f commit a963033
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.5.11] - 2024-06-21

* Readme update
* Dependency updates

## [3.5.10] - 2024-06-15

* Dependency updates
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# WordPress and WooCommerce JSON API Dart package for Flutter

[Official WooSignal package](https://woosignal.com)
You can download the WordPress plugin here [WP JSON API](https://woosignal.gumroad.com/l/wp-json-api).

Install the WordPress plugin to use this Flutter package.

## API features:

Expand Down Expand Up @@ -28,7 +30,7 @@ In your flutter project add the dependency:
``` dart
dependencies:
...
wp_json_api: ^3.5.10
wp_json_api: ^3.5.11
```

### Usage example #
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: cb189baf478bb896f204485fe6633728eacde26aa944ba9744e501f8a84901a4
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
url: "https://pub.dev"
source: hosted
version: "1.7.1"
version: "1.7.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +273,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "1d7202461d501031491b1a614bce288ab8becf72d52c8ab9a47e8096dbfc12ba"
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
url: "https://pub.dev"
source: hosted
version: "5.75.3"
version: "5.76.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -632,7 +632,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.10"
version: "3.5.11"
xdg_directories:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/wp_json_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import '/models/wp_user.dart';
import '/networking/network_manager.dart';

/// The version of the wp_json_api
String _wpJsonAPIVersion = "3.5.10";
String _wpJsonAPIVersion = "3.5.11";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: cb189baf478bb896f204485fe6633728eacde26aa944ba9744e501f8a84901a4
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
url: "https://pub.dev"
source: hosted
version: "1.7.1"
version: "1.7.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +273,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "1d7202461d501031491b1a614bce288ab8becf72d52c8ab9a47e8096dbfc12ba"
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
url: "https://pub.dev"
source: hosted
version: "5.75.3"
version: "5.76.0"
page_transition:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wp_json_api
description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more.
version: 3.5.10
version: 3.5.11
homepage: https://woosignal.com
repository: https://github.com/woosignal/wp-json-api-flutter
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
Expand All @@ -12,7 +12,7 @@ environment:

dependencies:
dio: ^5.4.3+1
nylo_support: ^5.75.3
nylo_support: ^5.76.0
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit a963033

Please sign in to comment.