Skip to content

Commit bcf2b12

Browse files
committed
v4.3.1
1 parent 6989d28 commit bcf2b12

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+
## [4.3.1] - 2025-04-09
2+
3+
* Dependency updates
4+
15
## [4.3.0] - 2025-03-27
26

37
* Dependency updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In your flutter project add the dependency:
3030
``` dart
3131
dependencies:
3232
...
33-
wp_json_api: ^4.3.0
33+
wp_json_api: ^4.3.1
3434
```
3535

3636
### Usage example #

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ packages:
417417
dependency: transitive
418418
description:
419419
name: nylo_support
420-
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
420+
sha256: b7f3ca15e933dcec3d43ea1ae7d4bf332531e66f21291cce1ddad9da58835e8b
421421
url: "https://pub.dev"
422422
source: hosted
423-
version: "6.22.0"
423+
version: "6.25.1"
424424
path:
425425
dependency: transitive
426426
description:
@@ -800,7 +800,7 @@ packages:
800800
path: ".."
801801
relative: true
802802
source: path
803-
version: "4.3.0"
803+
version: "4.3.1"
804804
xdg_directories:
805805
dependency: transitive
806806
description:

lib/wp_json_api.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import '/models/wp_user.dart';
2323
import '/networking/network_manager.dart';
2424

2525
/// The version of the wp_json_api
26-
String _wpJsonAPIVersion = "4.3.0";
26+
String _wpJsonAPIVersion = "4.3.1";
2727

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

pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ packages:
417417
dependency: "direct main"
418418
description:
419419
name: nylo_support
420-
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
420+
sha256: b7f3ca15e933dcec3d43ea1ae7d4bf332531e66f21291cce1ddad9da58835e8b
421421
url: "https://pub.dev"
422422
source: hosted
423-
version: "6.22.0"
423+
version: "6.25.1"
424424
path:
425425
dependency: transitive
426426
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: 4.3.0
3+
version: 4.3.1
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.8.0+1
15-
nylo_support: ^6.22.0
15+
nylo_support: ^6.25.1
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)