Skip to content

Commit 7358375

Browse files
authored
Version 5.0.0 announced
1 parent 392cf16 commit 7358375

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
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 5.0.0 (16/04/2020)
15+
16+
For both platforms:
17+
- Not only copies, from application root, the Google Services configuration files on build, but also on install;
18+
- `onFirebaseDataNotificationIOS` removed, as relied on upstream socket connection, which will is deprecated and will be removed in Firebase 7 (https://firebase.google.com/support/release-notes/ios#fcm, announced in February 25, 2020).
19+
20+
For iOS:
21+
- On install "Remote Notification" is set as a "Background Mode" capacity automatically;
22+
- Firebase now is handled manually, due to complications of auto-swizzling;
23+
- Firebase dependencies are now set to 6.21.0;
24+
- Delayed Firebase registration, by 300ms, to avoid deadlock issue with Watchdog;
25+
- Removed support for iOS 9.
26+
27+
For Android:
28+
- Demonstrative code, for custom notifications, was removed and its imports of androidx classes to improve compatibility with older cordova plugins.
29+
1430
### Version 4.6.0 (04/04/2020)
1531

1632
For the IOS, if app is on the foreground and the app receives a `data` push notification, the data can be retrieved by setting the callback to the new method: `FCMPlugin.onFirebaseDataNotificationIOS`.

0 commit comments

Comments
 (0)