Skip to content

Commit 8639fca

Browse files
committed
v2.0.1
1 parent 04e1ed2 commit 8639fca

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.1] - 2024-03-04
2+
3+
* Add screenshot
4+
15
## [2.0.0] - 2024-03-04
26

37
* Dependency updates

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.0
21+
wp_notify: ^2.0.1
2222
```
2323

2424
### Usage example #

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.0';
24+
const String _wpNotify = '2.0.1';
2525

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

pubspec.yaml

Lines changed: 4 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.0
3+
version: 2.0.1
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
@@ -22,4 +22,6 @@ dev_dependencies:
2222

2323
flutter:
2424

25-
25+
screenshots:
26+
- description: The WooSignal package logo.
27+
path: screenshots/logo.png

screenshots/logo.png

5.34 KB
Loading

0 commit comments

Comments
 (0)