Skip to content

Commit 476cb50

Browse files
committed
v3.5.2
1 parent ce82a56 commit 476cb50

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.5.2] - 2024-03-27
2+
3+
* Dependency updates
4+
15
## [3.5.1] - 2024-03-21
26

37
* Dependency updates

README.md

Lines changed: 1 addition & 1 deletion
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.1
31+
wp_json_api: ^3.5.2
3232
```
3333

3434
### Usage example #

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ packages:
5353
dependency: transitive
5454
description:
5555
name: dio
56-
sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8"
56+
sha256: "50fec96118958b97c727d0d8f67255d3683f16cc1f90d9bc917b5d4fe3abeca9"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "5.4.1"
59+
version: "5.4.2"
6060
equatable:
6161
dependency: transitive
6262
description:
@@ -265,10 +265,10 @@ packages:
265265
dependency: transitive
266266
description:
267267
name: nylo_support
268-
sha256: "0b933c275855582f4dcd36a87a3a2b7084a261104d3bb3035e787ed6e945ec77"
268+
sha256: "837ebdc972916006be78d9a77c7ed9c1a99d6266df92dc32cbdd89f56905d617"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.57.0"
271+
version: "5.60.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.1"
563+
version: "3.5.2"
564564
xdg_directories:
565565
dependency: transitive
566566
description:

lib/wp_json_api.dart

Lines changed: 1 addition & 1 deletion
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.1";
25+
String _wpJsonAPIVersion = "3.5.2";
2626

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

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ packages:
5353
dependency: "direct main"
5454
description:
5555
name: dio
56-
sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8"
56+
sha256: "50fec96118958b97c727d0d8f67255d3683f16cc1f90d9bc917b5d4fe3abeca9"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "5.4.1"
59+
version: "5.4.2"
6060
equatable:
6161
dependency: transitive
6262
description:
@@ -265,10 +265,10 @@ packages:
265265
dependency: "direct main"
266266
description:
267267
name: nylo_support
268-
sha256: "0b933c275855582f4dcd36a87a3a2b7084a261104d3bb3035e787ed6e945ec77"
268+
sha256: "837ebdc972916006be78d9a77c7ed9c1a99d6266df92dc32cbdd89f56905d617"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.57.0"
271+
version: "5.60.0"
272272
page_transition:
273273
dependency: transitive
274274
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
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.1
3+
version: 3.5.2
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
@@ -11,8 +11,8 @@ environment:
1111
flutter: ">=1.17.0"
1212

1313
dependencies:
14-
dio: ^5.4.1
15-
nylo_support: ^5.57.0
14+
dio: ^5.4.2
15+
nylo_support: ^5.60.0
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)