Skip to content

Commit

Permalink
v3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 6, 2024
1 parent a963033 commit 039d594
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.5.12] - 2024-07-06

* Dependency updates

## [3.5.11] - 2024-06-21

* Readme update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In your flutter project add the dependency:
``` dart
dependencies:
...
wp_json_api: ^3.5.11
wp_json_api: ^3.5.12
```

### Usage example #
Expand Down
62 changes: 55 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.11.0"
base58check:
dependency: transitive
description:
name: base58check
sha256: "6c300dfc33e598d2fe26319e13f6243fea81eaf8204cb4c6b69ef20a625319a5"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
bech32:
dependency: transitive
description:
name: bech32
sha256: "156cbace936f7720c79a79d16a03efad343b1ef17106716e04b8b8e39f99f7f7"
url: "https://pub.dev"
source: hosted
version: "0.2.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -49,6 +65,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
convert:
dependency: transitive
description:
name: convert
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
url: "https://pub.dev"
source: hosted
version: "3.1.1"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.dev"
source: hosted
version: "3.0.3"
date_field:
dependency: transitive
description:
name: date_field
sha256: "8643c8e5f2ee55b4b389fc567ee27186c5a63570f545b291d61f02ab6ca7981d"
url: "https://pub.dev"
source: hosted
version: "5.2.1"
dio:
dependency: transitive
description:
Expand All @@ -69,10 +109,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
sha256: "608c9165184a7ffc10b6b41a72392f6c4e51dd300f3b8746944430b1094c6e37"
url: "https://pub.dev"
source: hosted
version: "1.7.3"
version: "1.8.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -115,6 +155,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_multi_formatter:
dependency: transitive
description:
name: flutter_multi_formatter
sha256: "3495dc0056c96e467039a05bd184a5285c271a0efb2024a7030c7e84ba828994"
url: "https://pub.dev"
source: hosted
version: "2.12.8"
flutter_secure_storage:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +321,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
url: "https://pub.dev"
source: hosted
version: "5.76.0"
version: "5.79.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -385,10 +433,10 @@ packages:
dependency: transitive
description:
name: rxdart
sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb"
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
url: "https://pub.dev"
source: hosted
version: "0.27.7"
version: "0.28.0"
shared_preferences:
dependency: transitive
description:
Expand Down Expand Up @@ -632,7 +680,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.11"
version: "3.5.12"
xdg_directories:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/wp_json_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import '/models/wp_user.dart';
import '/networking/network_manager.dart';

/// The version of the wp_json_api
String _wpJsonAPIVersion = "3.5.11";
String _wpJsonAPIVersion = "3.5.12";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
60 changes: 54 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.11.0"
base58check:
dependency: transitive
description:
name: base58check
sha256: "6c300dfc33e598d2fe26319e13f6243fea81eaf8204cb4c6b69ef20a625319a5"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
bech32:
dependency: transitive
description:
name: bech32
sha256: "156cbace936f7720c79a79d16a03efad343b1ef17106716e04b8b8e39f99f7f7"
url: "https://pub.dev"
source: hosted
version: "0.2.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -49,6 +65,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
convert:
dependency: transitive
description:
name: convert
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
url: "https://pub.dev"
source: hosted
version: "3.1.1"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.dev"
source: hosted
version: "3.0.3"
date_field:
dependency: transitive
description:
name: date_field
sha256: "8643c8e5f2ee55b4b389fc567ee27186c5a63570f545b291d61f02ab6ca7981d"
url: "https://pub.dev"
source: hosted
version: "5.2.1"
dio:
dependency: "direct main"
description:
Expand All @@ -69,10 +109,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: "4a42065d1b3e82e60754ce2e4c462a558d376d6c584c45a7f56c5ab88c896ec9"
sha256: "608c9165184a7ffc10b6b41a72392f6c4e51dd300f3b8746944430b1094c6e37"
url: "https://pub.dev"
source: hosted
version: "1.7.3"
version: "1.8.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -115,6 +155,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_multi_formatter:
dependency: transitive
description:
name: flutter_multi_formatter
sha256: "3495dc0056c96e467039a05bd184a5285c271a0efb2024a7030c7e84ba828994"
url: "https://pub.dev"
source: hosted
version: "2.12.8"
flutter_secure_storage:
dependency: transitive
description:
Expand Down Expand Up @@ -273,10 +321,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "56d7f9f598715320a2ff95050b0d138b9bd0b108d3eb549160869ec64ac609ed"
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
url: "https://pub.dev"
source: hosted
version: "5.76.0"
version: "5.79.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -385,10 +433,10 @@ packages:
dependency: transitive
description:
name: rxdart
sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb"
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
url: "https://pub.dev"
source: hosted
version: "0.27.7"
version: "0.28.0"
shared_preferences:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 3.5.11
version: 3.5.12
homepage: https://woosignal.com
repository: https://github.com/woosignal/wp-json-api-flutter
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
Expand All @@ -12,7 +12,7 @@ environment:

dependencies:
dio: ^5.4.3+1
nylo_support: ^5.76.0
nylo_support: ^5.79.1
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 039d594

Please sign in to comment.