From 04cfe01a7700b1971aac8c39b45fc5720a3c52e4 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 25 Nov 2024 22:22:36 +0700 Subject: [PATCH] v4.0.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 6 +++--- lib/wp_json_api.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223c84e..1b497e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.3] - 2024-11-25 + +* Dependency updates + ## [4.0.2] - 2024-11-23 * Dependency updates diff --git a/README.md b/README.md index d501d17..feff1ee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In your flutter project add the dependency: ``` dart dependencies: ... - wp_json_api: ^4.0.2 + wp_json_api: ^4.0.3 ``` ### Usage example # diff --git a/example/pubspec.lock b/example/pubspec.lock index c2bac08..b0e61b3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -401,10 +401,10 @@ packages: dependency: transitive description: name: nylo_support - sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273" + sha256: "7707ecaba8cee2defec4e0609d0e73e6b08a52b3432f6c5a373de6581fe973a9" url: "https://pub.dev" source: hosted - version: "6.5.0" + version: "6.6.0" path: dependency: transitive description: @@ -784,7 +784,7 @@ packages: path: ".." relative: true source: path - version: "4.0.2" + version: "4.0.3" xdg_directories: dependency: transitive description: diff --git a/lib/wp_json_api.dart b/lib/wp_json_api.dart index 76e7c1e..947dd64 100644 --- a/lib/wp_json_api.dart +++ b/lib/wp_json_api.dart @@ -22,7 +22,7 @@ import '/models/wp_user.dart'; import '/networking/network_manager.dart'; /// The version of the wp_json_api -String _wpJsonAPIVersion = "4.0.2"; +String _wpJsonAPIVersion = "4.0.3"; /// The base class to initialize and use WPJsonAPI class WPJsonAPI { diff --git a/pubspec.lock b/pubspec.lock index 75def1d..c758788 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -401,10 +401,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "253edc164e5465772972c93f0f2e219a46699bf950ad434ec934486da7685273" + sha256: "7707ecaba8cee2defec4e0609d0e73e6b08a52b3432f6c5a373de6581fe973a9" url: "https://pub.dev" source: hosted - version: "6.5.0" + version: "6.6.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ebc682a..9715760 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wp_json_api description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more. -version: 4.0.2 +version: 4.0.3 homepage: https://woosignal.com repository: https://github.com/woosignal/wp-json-api-flutter issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues @@ -12,7 +12,7 @@ environment: dependencies: dio: ^5.7.0 - nylo_support: ^6.5.0 + nylo_support: ^6.6.0 flutter: sdk: flutter collection: ^1.17.0