Skip to content

Commit 1c6d42f

Browse files
committed
v3.5.4
1 parent e1e0db3 commit 1c6d42f

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+
## [3.5.4] - 2024-04-02
2+
3+
* Dependency updates
4+
15
## [3.5.3] - 2024-03-28
26

37
* Dependency updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In your flutter project add the dependency:
2828
``` dart
2929
dependencies:
3030
...
31-
wp_json_api: ^3.5.3
31+
wp_json_api: ^3.5.4
3232
```
3333

3434
### Usage example #

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ packages:
265265
dependency: transitive
266266
description:
267267
name: nylo_support
268-
sha256: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
268+
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.60.1"
271+
version: "5.62.0"
272272
page_transition:
273273
dependency: transitive
274274
description:
@@ -560,7 +560,7 @@ packages:
560560
path: ".."
561561
relative: true
562562
source: path
563-
version: "3.5.3"
563+
version: "3.5.4"
564564
xdg_directories:
565565
dependency: transitive
566566
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 = "3.5.3";
25+
String _wpJsonAPIVersion = "3.5.4";
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
@@ -265,10 +265,10 @@ packages:
265265
dependency: "direct main"
266266
description:
267267
name: nylo_support
268-
sha256: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
268+
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.60.1"
271+
version: "5.62.0"
272272
page_transition:
273273
dependency: transitive
274274
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: 3.5.3
3+
version: 3.5.4
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.4.2+1
15-
nylo_support: ^5.60.1
15+
nylo_support: ^5.62.0
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)