Skip to content

Commit 3bad0a2

Browse files
committed
v3.5.13
1 parent 039d594 commit 3bad0a2

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.5.13] - 2024-07-14
2+
3+
* Dependency updates
4+
15
## [3.5.12] - 2024-07-06
26

37
* Dependency updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In your flutter project add the dependency:
3030
``` dart
3131
dependencies:
3232
...
33-
wp_json_api: ^3.5.12
33+
wp_json_api: ^3.5.13
3434
```
3535

3636
### Usage example #

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ packages:
321321
dependency: transitive
322322
description:
323323
name: nylo_support
324-
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
324+
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
325325
url: "https://pub.dev"
326326
source: hosted
327-
version: "5.79.1"
327+
version: "5.81.2"
328328
page_transition:
329329
dependency: transitive
330330
description:
@@ -680,7 +680,7 @@ packages:
680680
path: ".."
681681
relative: true
682682
source: path
683-
version: "3.5.12"
683+
version: "3.5.13"
684684
xdg_directories:
685685
dependency: transitive
686686
description:

lib/wp_json_api.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import '/models/wp_user.dart';
2222
import '/networking/network_manager.dart';
2323

2424
/// The version of the wp_json_api
25-
String _wpJsonAPIVersion = "3.5.12";
25+
String _wpJsonAPIVersion = "3.5.13";
2626

2727
/// The base class to initialize and use WPJsonAPI
2828
class WPJsonAPI {

pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ packages:
321321
dependency: "direct main"
322322
description:
323323
name: nylo_support
324-
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
324+
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
325325
url: "https://pub.dev"
326326
source: hosted
327-
version: "5.79.1"
327+
version: "5.81.2"
328328
page_transition:
329329
dependency: transitive
330330
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wp_json_api
22
description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more.
3-
version: 3.5.12
3+
version: 3.5.13
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/wp-json-api-flutter
66
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
@@ -12,7 +12,7 @@ environment:
1212

1313
dependencies:
1414
dio: ^5.4.3+1
15-
nylo_support: ^5.79.1
15+
nylo_support: ^5.81.2
1616
flutter:
1717
sdk: flutter
1818
collection: ^1.17.0

0 commit comments

Comments
 (0)