Skip to content

Commit 1052e3a

Browse files
authored
Update README.md
1 parent f2dac1d commit 1052e3a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
[![Known Vulnerabilities](https://snyk.io/test/github/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/badge.svg?targetFile=package.json)](https://snyk.io/test/github/andrehtissot/cordova-plugin-fcm-with-dependecy-updated?targetFile=package.json)
1212
[![DeepScan grade](https://deepscan.io/api/teams/3417/projects/5068/branches/39495/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3417&pid=5068&bid=39495)
1313

14-
### Version 7.0.0 Beta (04/06/2020)
14+
## Features
1515

16-
JS methods refactored for a more modern approach:
1716
- [As its own](https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/blob/v7.0.0-beta/README.md#as-its-own)
1817
- [FCM.clearAllNotifications()](https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/blob/v7.0.0-beta/README.md#fcmclearallnotifications)
1918
- [FCM.createNotificationChannel()](https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/blob/v7.0.0-beta/README.md#fcmcreatenotificationchannel)
@@ -191,6 +190,12 @@ this.fcm.onTokenRefresh().subscribe((token: string) => {
191190

192191
After a lot of work, the first release of the plugin https://github.com/andrehtissot/cordova-plugin-fcm-image-support is out. Which should enable the support, just by installing it.
193192

193+
## Changelog
194+
195+
### Version 7.0.0 Beta (04/06/2020)
196+
197+
JS methods refactored for a more modern approach and Ionic support included.
198+
194199
### Version 6.4.0 (21/05/2020)
195200

196201
The `FCMPlugin.requestPushPermissionIOS` function now, not only triggers the request alert, but also returns, as boolean, if the permission was given.

0 commit comments

Comments
 (0)