Skip to content

Commit

Permalink
v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Apr 2, 2024
1 parent e1e0db3 commit 1c6d42f
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.4] - 2024-04-02

* Dependency updates

## [3.5.3] - 2024-03-28

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

### 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: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
url: "https://pub.dev"
source: hosted
version: "5.60.1"
version: "5.62.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -560,7 +560,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.3"
version: "3.5.4"
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.3";
String _wpJsonAPIVersion = "3.5.4";

/// 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: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
url: "https://pub.dev"
source: hosted
version: "5.60.1"
version: "5.62.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.3
version: 3.5.4
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.2+1
nylo_support: ^5.60.1
nylo_support: ^5.62.0
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 1c6d42f

Please sign in to comment.