diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f9a61..59710d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.2.1] - 2025-01-05 + +* Dependency updates + ## [4.2.0] - 2024-12-31 * Update copyright year diff --git a/README.md b/README.md index 8f128ec..5dd4620 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In your flutter project add the dependency: ``` dart dependencies: ... - wp_json_api: ^4.2.0 + wp_json_api: ^4.2.1 ``` ### Usage example # diff --git a/example/pubspec.lock b/example/pubspec.lock index 8d18e8d..146fa9c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -141,10 +141,10 @@ packages: dependency: transitive description: name: error_stack - sha256: ce2825abfb23ac75cb30bcf05303c714899a10a13e32058cd846058ba968576b + sha256: "9b4b685fbee04cc4a72f0791663caac5838585d32f83e15ab64f9c8957ec506b" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.10.1" fake_async: dependency: transitive description: @@ -231,26 +231,26 @@ packages: dependency: transitive description: name: flutter_secure_storage - sha256: "165164745e6afb5c0e3e3fcc72a012fb9e58496fb26ffb92cf22e16a821e85d0" + sha256: "1913841ac4c7bf57cd2e05b717e1fbff7841b542962feff827b16525a781b3e4" url: "https://pub.dev" source: hosted - version: "9.2.2" + version: "9.2.3" flutter_secure_storage_linux: dependency: transitive description: name: flutter_secure_storage_linux - sha256: "4d91bfc23047422cbcd73ac684bc169859ee766482517c22172c86596bf1464b" + sha256: bf7404619d7ab5c0a1151d7c4e802edad8f33535abfbeff2f9e1fe1274e2d705 url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" flutter_secure_storage_macos: dependency: transitive description: name: flutter_secure_storage_macos - sha256: "1693ab11121a5f925bbea0be725abfcfbbcf36c1e29e571f84a0c0f436147a81" + sha256: "6c0a2795a2d1de26ae202a0d78527d163f4acbb11cde4c75c670f3a0fc064247" url: "https://pub.dev" source: hosted - version: "3.1.2" + version: "3.1.3" flutter_secure_storage_platform_interface: dependency: transitive description: @@ -409,10 +409,10 @@ packages: dependency: transitive description: name: nylo_support - sha256: "5ea5c95264e09e321fb31a362cd5b240d1083a178e3558a19f0fd1bc67af29c9" + sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2" url: "https://pub.dev" source: hosted - version: "6.14.0" + version: "6.14.3" path: dependency: transitive description: @@ -678,10 +678,10 @@ packages: dependency: transitive description: name: url_launcher - sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3" + sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603" url: "https://pub.dev" source: hosted - version: "6.3.0" + version: "6.3.1" url_launcher_android: dependency: transitive description: @@ -792,7 +792,7 @@ packages: path: ".." relative: true source: path - version: "4.2.0" + version: "4.2.1" xdg_directories: dependency: transitive description: diff --git a/lib/wp_json_api.dart b/lib/wp_json_api.dart index 82ce26b..4287270 100644 --- a/lib/wp_json_api.dart +++ b/lib/wp_json_api.dart @@ -23,7 +23,7 @@ import '/models/wp_user.dart'; import '/networking/network_manager.dart'; /// The version of the wp_json_api -String _wpJsonAPIVersion = "4.2.0"; +String _wpJsonAPIVersion = "4.2.1"; /// The base class to initialize and use WPJsonAPI class WPJsonAPI { diff --git a/pubspec.lock b/pubspec.lock index 2daba34..eb54281 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -141,10 +141,10 @@ packages: dependency: transitive description: name: error_stack - sha256: ce2825abfb23ac75cb30bcf05303c714899a10a13e32058cd846058ba968576b + sha256: "9b4b685fbee04cc4a72f0791663caac5838585d32f83e15ab64f9c8957ec506b" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.10.1" fake_async: dependency: transitive description: @@ -231,26 +231,26 @@ packages: dependency: transitive description: name: flutter_secure_storage - sha256: "165164745e6afb5c0e3e3fcc72a012fb9e58496fb26ffb92cf22e16a821e85d0" + sha256: "1913841ac4c7bf57cd2e05b717e1fbff7841b542962feff827b16525a781b3e4" url: "https://pub.dev" source: hosted - version: "9.2.2" + version: "9.2.3" flutter_secure_storage_linux: dependency: transitive description: name: flutter_secure_storage_linux - sha256: "4d91bfc23047422cbcd73ac684bc169859ee766482517c22172c86596bf1464b" + sha256: bf7404619d7ab5c0a1151d7c4e802edad8f33535abfbeff2f9e1fe1274e2d705 url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" flutter_secure_storage_macos: dependency: transitive description: name: flutter_secure_storage_macos - sha256: "1693ab11121a5f925bbea0be725abfcfbbcf36c1e29e571f84a0c0f436147a81" + sha256: "6c0a2795a2d1de26ae202a0d78527d163f4acbb11cde4c75c670f3a0fc064247" url: "https://pub.dev" source: hosted - version: "3.1.2" + version: "3.1.3" flutter_secure_storage_platform_interface: dependency: transitive description: @@ -409,10 +409,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "5ea5c95264e09e321fb31a362cd5b240d1083a178e3558a19f0fd1bc67af29c9" + sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2" url: "https://pub.dev" source: hosted - version: "6.14.0" + version: "6.14.3" path: dependency: transitive description: @@ -678,10 +678,10 @@ packages: dependency: transitive description: name: url_launcher - sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3" + sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603" url: "https://pub.dev" source: hosted - version: "6.3.0" + version: "6.3.1" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9eb848f..020583f 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.2.0 +version: 4.2.1 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.14.0 + nylo_support: ^6.14.3 flutter: sdk: flutter collection: ^1.17.0