Skip to content

Commit 48a5a04

Browse files
committed
v3.5.8
1 parent 58c7eee commit 48a5a04

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
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.8] - 2024-05-06
2+
3+
* Dependency updates
4+
15
## [3.5.7] - 2024-05-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.7
31+
wp_json_api: ^3.5.8
3232
```
3333

3434
### Usage example #

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: error_stack
72-
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
72+
sha256: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.2.0"
75+
version: "1.2.1"
7676
fake_async:
7777
dependency: transitive
7878
description:
@@ -273,10 +273,10 @@ packages:
273273
dependency: transitive
274274
description:
275275
name: nylo_support
276-
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
276+
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
277277
url: "https://pub.dev"
278278
source: hosted
279-
version: "5.68.0"
279+
version: "5.68.1"
280280
page_transition:
281281
dependency: transitive
282282
description:
@@ -632,7 +632,7 @@ packages:
632632
path: ".."
633633
relative: true
634634
source: path
635-
version: "3.5.7"
635+
version: "3.5.8"
636636
xdg_directories:
637637
dependency: transitive
638638
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.7";
25+
String _wpJsonAPIVersion = "3.5.8";
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
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: error_stack
72-
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
72+
sha256: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.2.0"
75+
version: "1.2.1"
7676
fake_async:
7777
dependency: transitive
7878
description:
@@ -273,10 +273,10 @@ packages:
273273
dependency: "direct main"
274274
description:
275275
name: nylo_support
276-
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
276+
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
277277
url: "https://pub.dev"
278278
source: hosted
279-
version: "5.68.0"
279+
version: "5.68.1"
280280
page_transition:
281281
dependency: transitive
282282
description:

pubspec.yaml

Lines changed: 2 additions & 2 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.7
3+
version: 3.5.8
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.3+1
15-
nylo_support: ^5.68.0
15+
nylo_support: ^5.68.1
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)