Skip to content

Commit a963033

Browse files
committed
v3.5.11
1 parent 2f43a4f commit a963033

File tree

6 files changed

+21
-14
lines changed

6 files changed

+21
-14
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.5.11] - 2024-06-21
2+
3+
* Readme update
4+
* Dependency updates
5+
16
## [3.5.10] - 2024-06-15
27

38
* Dependency updates

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WordPress and WooCommerce JSON API Dart package for Flutter
22

3-
[Official WooSignal package](https://woosignal.com)
3+
You can download the WordPress plugin here [WP JSON API](https://woosignal.gumroad.com/l/wp-json-api).
4+
5+
Install the WordPress plugin to use this Flutter package.
46

57
## API features:
68

@@ -28,7 +30,7 @@ In your flutter project add the dependency:
2830
``` dart
2931
dependencies:
3032
...
31-
wp_json_api: ^3.5.10
33+
wp_json_api: ^3.5.11
3234
```
3335

3436
### Usage example #

example/pubspec.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: error_stack
72-
sha256: cb189baf478bb896f204485fe6633728eacde26aa944ba9744e501f8a84901a4
72+
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.7.1"
75+
version: "1.7.3"
7676
fake_async:
7777
dependency: transitive
7878
description:
@@ -273,10 +273,10 @@ packages:
273273
dependency: transitive
274274
description:
275275
name: nylo_support
276-
sha256: "1d7202461d501031491b1a614bce288ab8becf72d52c8ab9a47e8096dbfc12ba"
276+
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
277277
url: "https://pub.dev"
278278
source: hosted
279-
version: "5.75.3"
279+
version: "5.76.0"
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.10"
635+
version: "3.5.11"
636636
xdg_directories:
637637
dependency: transitive
638638
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.10";
25+
String _wpJsonAPIVersion = "3.5.11";
2626

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

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: error_stack
72-
sha256: cb189baf478bb896f204485fe6633728eacde26aa944ba9744e501f8a84901a4
72+
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.7.1"
75+
version: "1.7.3"
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: "1d7202461d501031491b1a614bce288ab8becf72d52c8ab9a47e8096dbfc12ba"
276+
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
277277
url: "https://pub.dev"
278278
source: hosted
279-
version: "5.75.3"
279+
version: "5.76.0"
280280
page_transition:
281281
dependency: transitive
282282
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.10
3+
version: 3.5.11
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.75.3
15+
nylo_support: ^5.76.0
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)