Skip to content

Commit 58c7eee

Browse files
committed
v3.5.7
1 parent 87d221f commit 58c7eee

File tree

6 files changed

+163
-15
lines changed

6 files changed

+163
-15
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.5.7] - 2024-05-02
2+
3+
* Dependency updates
4+
15
## [3.5.6] - 2024-04-26
26

37
* Dependency updates

README.md

+1-1
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.6
31+
wp_json_api: ^3.5.7
3232
```
3333

3434
### Usage example #

example/pubspec.lock

+78-6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ packages:
6565
url: "https://pub.dev"
6666
source: hosted
6767
version: "2.0.5"
68+
error_stack:
69+
dependency: transitive
70+
description:
71+
name: error_stack
72+
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
73+
url: "https://pub.dev"
74+
source: hosted
75+
version: "1.2.0"
6876
fake_async:
6977
dependency: transitive
7078
description:
@@ -265,10 +273,10 @@ packages:
265273
dependency: transitive
266274
description:
267275
name: nylo_support
268-
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
276+
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
269277
url: "https://pub.dev"
270278
source: hosted
271-
version: "5.66.0"
279+
version: "5.68.0"
272280
page_transition:
273281
dependency: transitive
274282
description:
@@ -441,10 +449,10 @@ packages:
441449
dependency: transitive
442450
description:
443451
name: skeletonizer
444-
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
452+
sha256: "50c3fdf3d1bf6182129c03b53bc7ff6dca10ca0b8e71ccdee148b9322caabdba"
445453
url: "https://pub.dev"
446454
source: hosted
447-
version: "1.1.1"
455+
version: "1.1.2+1"
448456
sky_engine:
449457
dependency: transitive
450458
description: flutter
@@ -514,6 +522,70 @@ packages:
514522
url: "https://pub.dev"
515523
source: hosted
516524
version: "1.3.1"
525+
url_launcher:
526+
dependency: transitive
527+
description:
528+
name: url_launcher
529+
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
530+
url: "https://pub.dev"
531+
source: hosted
532+
version: "6.2.6"
533+
url_launcher_android:
534+
dependency: transitive
535+
description:
536+
name: url_launcher_android
537+
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
538+
url: "https://pub.dev"
539+
source: hosted
540+
version: "6.3.1"
541+
url_launcher_ios:
542+
dependency: transitive
543+
description:
544+
name: url_launcher_ios
545+
sha256: "9149d493b075ed740901f3ee844a38a00b33116c7c5c10d7fb27df8987fb51d5"
546+
url: "https://pub.dev"
547+
source: hosted
548+
version: "6.2.5"
549+
url_launcher_linux:
550+
dependency: transitive
551+
description:
552+
name: url_launcher_linux
553+
sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811
554+
url: "https://pub.dev"
555+
source: hosted
556+
version: "3.1.1"
557+
url_launcher_macos:
558+
dependency: transitive
559+
description:
560+
name: url_launcher_macos
561+
sha256: b7244901ea3cf489c5335bdacda07264a6e960b1c1b1a9f91e4bc371d9e68234
562+
url: "https://pub.dev"
563+
source: hosted
564+
version: "3.1.0"
565+
url_launcher_platform_interface:
566+
dependency: transitive
567+
description:
568+
name: url_launcher_platform_interface
569+
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
570+
url: "https://pub.dev"
571+
source: hosted
572+
version: "2.3.2"
573+
url_launcher_web:
574+
dependency: transitive
575+
description:
576+
name: url_launcher_web
577+
sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a"
578+
url: "https://pub.dev"
579+
source: hosted
580+
version: "2.3.1"
581+
url_launcher_windows:
582+
dependency: transitive
583+
description:
584+
name: url_launcher_windows
585+
sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7
586+
url: "https://pub.dev"
587+
source: hosted
588+
version: "3.1.1"
517589
validated:
518590
dependency: transitive
519591
description:
@@ -560,7 +632,7 @@ packages:
560632
path: ".."
561633
relative: true
562634
source: path
563-
version: "3.5.6"
635+
version: "3.5.7"
564636
xdg_directories:
565637
dependency: transitive
566638
description:
@@ -570,5 +642,5 @@ packages:
570642
source: hosted
571643
version: "1.0.4"
572644
sdks:
573-
dart: ">=3.3.0 <4.0.0"
645+
dart: ">=3.3.3 <4.0.0"
574646
flutter: ">=3.19.0"

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.6";
25+
String _wpJsonAPIVersion = "3.5.7";
2626

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

pubspec.lock

+77-5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ packages:
6565
url: "https://pub.dev"
6666
source: hosted
6767
version: "2.0.5"
68+
error_stack:
69+
dependency: transitive
70+
description:
71+
name: error_stack
72+
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
73+
url: "https://pub.dev"
74+
source: hosted
75+
version: "1.2.0"
6876
fake_async:
6977
dependency: transitive
7078
description:
@@ -265,10 +273,10 @@ packages:
265273
dependency: "direct main"
266274
description:
267275
name: nylo_support
268-
sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72"
276+
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
269277
url: "https://pub.dev"
270278
source: hosted
271-
version: "5.66.0"
279+
version: "5.68.0"
272280
page_transition:
273281
dependency: transitive
274282
description:
@@ -441,10 +449,10 @@ packages:
441449
dependency: transitive
442450
description:
443451
name: skeletonizer
444-
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
452+
sha256: "50c3fdf3d1bf6182129c03b53bc7ff6dca10ca0b8e71ccdee148b9322caabdba"
445453
url: "https://pub.dev"
446454
source: hosted
447-
version: "1.1.1"
455+
version: "1.1.2+1"
448456
sky_engine:
449457
dependency: transitive
450458
description: flutter
@@ -514,6 +522,70 @@ packages:
514522
url: "https://pub.dev"
515523
source: hosted
516524
version: "1.3.1"
525+
url_launcher:
526+
dependency: transitive
527+
description:
528+
name: url_launcher
529+
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
530+
url: "https://pub.dev"
531+
source: hosted
532+
version: "6.2.6"
533+
url_launcher_android:
534+
dependency: transitive
535+
description:
536+
name: url_launcher_android
537+
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
538+
url: "https://pub.dev"
539+
source: hosted
540+
version: "6.3.1"
541+
url_launcher_ios:
542+
dependency: transitive
543+
description:
544+
name: url_launcher_ios
545+
sha256: "9149d493b075ed740901f3ee844a38a00b33116c7c5c10d7fb27df8987fb51d5"
546+
url: "https://pub.dev"
547+
source: hosted
548+
version: "6.2.5"
549+
url_launcher_linux:
550+
dependency: transitive
551+
description:
552+
name: url_launcher_linux
553+
sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811
554+
url: "https://pub.dev"
555+
source: hosted
556+
version: "3.1.1"
557+
url_launcher_macos:
558+
dependency: transitive
559+
description:
560+
name: url_launcher_macos
561+
sha256: b7244901ea3cf489c5335bdacda07264a6e960b1c1b1a9f91e4bc371d9e68234
562+
url: "https://pub.dev"
563+
source: hosted
564+
version: "3.1.0"
565+
url_launcher_platform_interface:
566+
dependency: transitive
567+
description:
568+
name: url_launcher_platform_interface
569+
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
570+
url: "https://pub.dev"
571+
source: hosted
572+
version: "2.3.2"
573+
url_launcher_web:
574+
dependency: transitive
575+
description:
576+
name: url_launcher_web
577+
sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a"
578+
url: "https://pub.dev"
579+
source: hosted
580+
version: "2.3.1"
581+
url_launcher_windows:
582+
dependency: transitive
583+
description:
584+
name: url_launcher_windows
585+
sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7
586+
url: "https://pub.dev"
587+
source: hosted
588+
version: "3.1.1"
517589
validated:
518590
dependency: transitive
519591
description:
@@ -563,5 +635,5 @@ packages:
563635
source: hosted
564636
version: "1.0.4"
565637
sdks:
566-
dart: ">=3.3.0 <4.0.0"
638+
dart: ">=3.3.3 <4.0.0"
567639
flutter: ">=3.19.0"

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.6
3+
version: 3.5.7
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.66.0
15+
nylo_support: ^5.68.0
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)