Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 23, 2024
1 parent cda232e commit 6a46f8c
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.2] - 2024-11-23

* Dependency updates

## [4.0.1] - 2024-11-08

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

### Usage example #
Expand Down
18 changes: 9 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ packages:
dependency: transitive
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.7"
error_stack:
dependency: transitive
description:
Expand Down Expand Up @@ -194,10 +194,10 @@ packages:
dependency: transitive
description:
name: flutter_local_notifications
sha256: "725145682706fb0e5a30f93e5cb64f3df7ed7743de749bd555b22bf75ee718c0"
sha256: ef41ae901e7529e52934feba19ed82827b11baa67336829564aeab3129460610
url: "https://pub.dev"
source: hosted
version: "18.0.0"
version: "18.0.1"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -313,10 +313,10 @@ packages:
dependency: transitive
description:
name: get_time_ago
sha256: "71296a1931e844efc7fced1e943db822dc8ae3c8e5cbf6acc4db1d6533b556a1"
sha256: "0f50a87080a720f5491266a3f7c79109f95943decd10b66c84b5aef802f1d959"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.1"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -401,10 +401,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: c09660e5c163a4cf14f2e7978d721a0e9ba8bb8bf82c5b1351198ea03836a312
sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273"
url: "https://pub.dev"
source: hosted
version: "6.1.1"
version: "6.5.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -784,7 +784,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.1"
version: "4.0.2"
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 = "4.0.1";
String _wpJsonAPIVersion = "4.0.2";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ packages:
dependency: transitive
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.7"
error_stack:
dependency: transitive
description:
Expand Down Expand Up @@ -194,10 +194,10 @@ packages:
dependency: transitive
description:
name: flutter_local_notifications
sha256: "725145682706fb0e5a30f93e5cb64f3df7ed7743de749bd555b22bf75ee718c0"
sha256: ef41ae901e7529e52934feba19ed82827b11baa67336829564aeab3129460610
url: "https://pub.dev"
source: hosted
version: "18.0.0"
version: "18.0.1"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -313,10 +313,10 @@ packages:
dependency: transitive
description:
name: get_time_ago
sha256: "71296a1931e844efc7fced1e943db822dc8ae3c8e5cbf6acc4db1d6533b556a1"
sha256: "0f50a87080a720f5491266a3f7c79109f95943decd10b66c84b5aef802f1d959"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.1"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -401,10 +401,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: c09660e5c163a4cf14f2e7978d721a0e9ba8bb8bf82c5b1351198ea03836a312
sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273"
url: "https://pub.dev"
source: hosted
version: "6.1.1"
version: "6.5.0"
path:
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: 4.0.1
version: 4.0.2
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.7.0
nylo_support: ^6.1.1
nylo_support: ^6.5.0
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 6a46f8c

Please sign in to comment.