Skip to content

Commit 093d8b2

Browse files
committed
v2.0.2
1 parent 8639fca commit 093d8b2

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.2] - 2024-03-11
2+
3+
* Dependency updates
4+
15
## [2.0.1] - 2024-03-04
26

37
* Add screenshot

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your flutter project add the dependency:
1818
``` dart
1919
dependencies:
2020
...
21-
wp_notify: ^2.0.1
21+
wp_notify: ^2.0.2
2222
```
2323

2424
### Usage example #

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ packages:
265265
dependency: transitive
266266
description:
267267
name: nylo_support
268-
sha256: ca1ed13234368429abb5c371c4258c2413ba65d0a98d38a090ab3a62f8b6f912
268+
sha256: "36f7b966fe5a8a53d144f72b31e1eabb926f27d596cc4a766e177a28ac223340"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.51.0"
271+
version: "5.54.0"
272272
page_transition:
273273
dependency: transitive
274274
description:
@@ -560,7 +560,7 @@ packages:
560560
path: ".."
561561
relative: true
562562
source: path
563-
version: "2.0.0"
563+
version: "2.0.2"
564564
xdg_directories:
565565
dependency: transitive
566566
description:

lib/wp_notify.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export '/models/responses/wp_update_token_response.dart';
2121
export '/networking/wp_notify_api_service.dart';
2222

2323
/// MediaPro version
24-
const String _wpNotify = '2.0.1';
24+
const String _wpNotify = '2.0.2';
2525

2626
/// The [WPNotifyAPI] class is used to configure the WPNotify package.
2727
class WPNotifyAPI {

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ packages:
265265
dependency: "direct main"
266266
description:
267267
name: nylo_support
268-
sha256: ca1ed13234368429abb5c371c4258c2413ba65d0a98d38a090ab3a62f8b6f912
268+
sha256: "36f7b966fe5a8a53d144f72b31e1eabb926f27d596cc4a766e177a28ac223340"
269269
url: "https://pub.dev"
270270
source: hosted
271-
version: "5.51.0"
271+
version: "5.54.0"
272272
page_transition:
273273
dependency: transitive
274274
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wp_notify
22
description: Send push notification from WordPress using Firebase Cloud Messaging. This package automatically pushes your FCM token to WordPress to start sending notifications. Features include the ability to assign a WordPress user with an FCM token and send push notifications to IOS/Android devices using our API in WordPress.
3-
version: 2.0.1
3+
version: 2.0.2
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/wp-notify-flutter
66
issue_tracker: https://github.com/woosignal/wp-notify-flutter/issues
@@ -11,7 +11,7 @@ environment:
1111
flutter: ">=1.17.0"
1212

1313
dependencies:
14-
nylo_support: ^5.51.0
14+
nylo_support: ^5.54.0
1515
pretty_dio_logger: ^1.3.1
1616
flutter:
1717
sdk: flutter

0 commit comments

Comments
 (0)