Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 21, 2024
1 parent 1e0f113 commit ce82a56
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 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.1] - 2024-03-21

* Dependency updates

## [3.5.0] - 2024-03-18

* Breaking change `WPJsonAPI.initWith` is now `WPJsonAPI.init`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In your flutter project add the dependency:
``` dart
dependencies:
...
wp_json_api: ^3.5.0
wp_json_api: ^3.5.1
```

### Usage example #
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "2927b62a1dfbed8e85847e9460d0b8bcca3ec61b4d72318f3835dbbad6980fb0"
sha256: "0b933c275855582f4dcd36a87a3a2b7084a261104d3bb3035e787ed6e945ec77"
url: "https://pub.dev"
source: hosted
version: "5.56.1"
version: "5.57.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -441,10 +441,10 @@ packages:
dependency: transitive
description:
name: skeletonizer
sha256: "2eb80153c80507359ff05f6a18ed50ae0bafa1b999aa867a8cef0a53387b5650"
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -560,7 +560,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.0"
version: "3.5.1"
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.0";
String _wpJsonAPIVersion = "3.5.1";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "2927b62a1dfbed8e85847e9460d0b8bcca3ec61b4d72318f3835dbbad6980fb0"
sha256: "0b933c275855582f4dcd36a87a3a2b7084a261104d3bb3035e787ed6e945ec77"
url: "https://pub.dev"
source: hosted
version: "5.56.1"
version: "5.57.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -441,10 +441,10 @@ packages:
dependency: transitive
description:
name: skeletonizer
sha256: "2eb80153c80507359ff05f6a18ed50ae0bafa1b999aa867a8cef0a53387b5650"
sha256: "9a3ae2f4ee4349bdbed3292d04586a1315a44745d2c454684f82f0c46dbeabf9"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
sky_engine:
dependency: transitive
description: flutter
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.0
version: 3.5.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
Expand All @@ -12,7 +12,7 @@ environment:

dependencies:
dio: ^5.4.1
nylo_support: ^5.56.1
nylo_support: ^5.57.0
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit ce82a56

Please sign in to comment.