Skip to content

Commit

Permalink
v3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 14, 2024
1 parent 48a5a04 commit ed26dd9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.5.9] - 2024-05-14

* Dependency updates

## [3.5.8] - 2024-05-06

* Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In your flutter project add the dependency:
``` dart
dependencies:
...
wp_json_api: ^3.5.8
wp_json_api: ^3.5.9
```

### 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: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
sha256: "1a7391d7c33c59867c0082569339462615461afeda76b0614c59a6dcb5acf63b"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +273,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
sha256: ab630da97299dd362536976f02896bd7cdedc453cb3839d9240e3fc3b0af8c18
url: "https://pub.dev"
source: hosted
version: "5.68.1"
version: "5.69.2"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -632,7 +632,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.8"
version: "3.5.9"
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.8";
String _wpJsonAPIVersion = "3.5.9";

/// 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: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
sha256: "1a7391d7c33c59867c0082569339462615461afeda76b0614c59a6dcb5acf63b"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +273,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
sha256: ab630da97299dd362536976f02896bd7cdedc453cb3839d9240e3fc3b0af8c18
url: "https://pub.dev"
source: hosted
version: "5.68.1"
version: "5.69.2"
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.8
version: 3.5.9
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.68.1
nylo_support: ^5.68.2
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit ed26dd9

Please sign in to comment.