Skip to content

Commit

Permalink
v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 6, 2024
1 parent 58c7eee commit 48a5a04
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.8] - 2024-05-06

* Dependency updates

## [3.5.7] - 2024-05-02

* 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.7
wp_json_api: ^3.5.8
```

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

/// 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: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
sha256: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.2.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +273,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
url: "https://pub.dev"
source: hosted
version: "5.68.0"
version: "5.68.1"
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.7
version: 3.5.8
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.0
nylo_support: ^5.68.1
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 48a5a04

Please sign in to comment.