Skip to content

Commit 04cfe01

Browse files
committed
v4.0.3
1 parent 6a46f8c commit 04cfe01

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.0.3] - 2024-11-25
2+
3+
* Dependency updates
4+
15
## [4.0.2] - 2024-11-23
26

37
* Dependency updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In your flutter project add the dependency:
3030
``` dart
3131
dependencies:
3232
...
33-
wp_json_api: ^4.0.2
33+
wp_json_api: ^4.0.3
3434
```
3535

3636
### Usage example #

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,10 @@ packages:
401401
dependency: transitive
402402
description:
403403
name: nylo_support
404-
sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273"
404+
sha256: "7707ecaba8cee2defec4e0609d0e73e6b08a52b3432f6c5a373de6581fe973a9"
405405
url: "https://pub.dev"
406406
source: hosted
407-
version: "6.5.0"
407+
version: "6.6.0"
408408
path:
409409
dependency: transitive
410410
description:
@@ -784,7 +784,7 @@ packages:
784784
path: ".."
785785
relative: true
786786
source: path
787-
version: "4.0.2"
787+
version: "4.0.3"
788788
xdg_directories:
789789
dependency: transitive
790790
description:

lib/wp_json_api.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import '/models/wp_user.dart';
2222
import '/networking/network_manager.dart';
2323

2424
/// The version of the wp_json_api
25-
String _wpJsonAPIVersion = "4.0.2";
25+
String _wpJsonAPIVersion = "4.0.3";
2626

2727
/// The base class to initialize and use WPJsonAPI
2828
class WPJsonAPI {

pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,10 @@ packages:
401401
dependency: "direct main"
402402
description:
403403
name: nylo_support
404-
sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273"
404+
sha256: "7707ecaba8cee2defec4e0609d0e73e6b08a52b3432f6c5a373de6581fe973a9"
405405
url: "https://pub.dev"
406406
source: hosted
407-
version: "6.5.0"
407+
version: "6.6.0"
408408
path:
409409
dependency: transitive
410410
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wp_json_api
22
description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more.
3-
version: 4.0.2
3+
version: 4.0.3
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/wp-json-api-flutter
66
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
@@ -12,7 +12,7 @@ environment:
1212

1313
dependencies:
1414
dio: ^5.7.0
15-
nylo_support: ^6.5.0
15+
nylo_support: ^6.6.0
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)