Skip to content

Commit

Permalink
v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 28, 2024
1 parent 476cb50 commit e1e0db3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 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.3] - 2024-03-28

* Dependency updates

## [3.5.2] - 2024-03-27

* Dependency updates
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.2
wp_json_api: ^3.5.3
```

### 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 @@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: dio
sha256: "50fec96118958b97c727d0d8f67255d3683f16cc1f90d9bc917b5d4fe3abeca9"
sha256: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
url: "https://pub.dev"
source: hosted
version: "5.4.2"
version: "5.4.2+1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -265,10 +265,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "837ebdc972916006be78d9a77c7ed9c1a99d6266df92dc32cbdd89f56905d617"
sha256: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
url: "https://pub.dev"
source: hosted
version: "5.60.0"
version: "5.60.1"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -560,7 +560,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.2"
version: "3.5.3"
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.2";
String _wpJsonAPIVersion = "3.5.3";

/// 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 @@ -53,10 +53,10 @@ packages:
dependency: "direct main"
description:
name: dio
sha256: "50fec96118958b97c727d0d8f67255d3683f16cc1f90d9bc917b5d4fe3abeca9"
sha256: "0978e9a3e45305a80a7210dbeaf79d6ee8bee33f70c8e542dc654c952070217f"
url: "https://pub.dev"
source: hosted
version: "5.4.2"
version: "5.4.2+1"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -265,10 +265,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "837ebdc972916006be78d9a77c7ed9c1a99d6266df92dc32cbdd89f56905d617"
sha256: "76ecb47e2d90b572ea81dc971926d18884f1a1a9ab9a0820cfd3ddafdebdfd7c"
url: "https://pub.dev"
source: hosted
version: "5.60.0"
version: "5.60.1"
page_transition:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 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.2
version: 3.5.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
Expand All @@ -11,8 +11,8 @@ environment:
flutter: ">=1.17.0"

dependencies:
dio: ^5.4.2
nylo_support: ^5.60.0
dio: ^5.4.2+1
nylo_support: ^5.60.1
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit e1e0db3

Please sign in to comment.