Skip to content

Commit

Permalink
v3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 27, 2024
1 parent dc30aea commit 87d221f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 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.6] - 2024-04-26

* Dependency updates

## [3.5.5] - 2024-04-23

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

### Usage example #
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
url: "https://pub.dev"
source: hosted
version: "5.65.1"
version: "5.66.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -560,7 +560,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.5"
version: "3.5.6"
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.5";
String _wpJsonAPIVersion = "3.5.6";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
url: "https://pub.dev"
source: hosted
version: "5.65.1"
version: "5.66.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.5
version: 3.5.6
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.65.1
nylo_support: ^5.66.0
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 87d221f

Please sign in to comment.