Skip to content

Commit dc30aea

Browse files
committed
v3.5.5
1 parent 1c6d42f commit dc30aea

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.5] - 2024-04-23
2+
3+
* Dependency updates
4+
15
## [3.5.4] - 2024-04-02
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.4
31+
wp_json_api: ^3.5.5
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: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
56+
sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "5.4.2+1"
59+
version: "5.4.3+1"
6060
equatable:
6161
dependency: transitive
6262
description:
@@ -265,10 +265,10 @@ packages:
265265
dependency: transitive
266266
description:
267267
name: nylo_support
268-
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
268+
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.62.0"
271+
version: "5.65.1"
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.4"
563+
version: "3.5.5"
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.4";
25+
String _wpJsonAPIVersion = "3.5.5";
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: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
56+
sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "5.4.2+1"
59+
version: "5.4.3+1"
6060
equatable:
6161
dependency: transitive
6262
description:
@@ -265,10 +265,10 @@ packages:
265265
dependency: "direct main"
266266
description:
267267
name: nylo_support
268-
sha256: "67c3005a77fe068232a7cde2f5b8aa7077fa8db50b9b97dd5aefed0b1ad4fd68"
268+
sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.62.0"
271+
version: "5.65.1"
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.4
3+
version: 3.5.5
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.2+1
15-
nylo_support: ^5.62.0
14+
dio: ^5.4.3+1
15+
nylo_support: ^5.65.1
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)