Releases: OneSignal/OneSignal-Cordova-SDK
Releases · OneSignal/OneSignal-Cordova-SDK
2.3.0 Release
• Adds Email to the onesignal Cordova sdk
• Fixes an issue where iOS launch url settings were ignored
2.2.5 Release
Fixed Cordova Android platform 7.0.0 compatibility
- Fixed gradle build error with
AndroidManifest.xml
. Issue #280 - Updated to latest 3.7.1 Android SDK and 2.6.0 iOS OneSignal native SDKs
2.2.4 Release
Android Build Fix
- Fixed gradle build error
2.2.3 Release
Multidex Fix and native SDK updates
- Fixes build issue with multidex, Issue #258
- Updated to latest OneSignal native SDKs.
- Android 3.6.5
- iOS 2.5.7
2.2.2 Release
Native SDKs Update - iOS 2.5.6, Android 3.6.3
Must upgrade to this version when building with Xcode 9!
- iOS - Fixes issue with open event on cold start on iOS 11. Issue #253
- Android - Oreo and misc error handling improvements
2.2.1 Release
Android Fixes
- Updated to Android OneSignal Native SDK 3.6.2
- Improved compatibility with other plugins
- Compatibility issues with Google and support library dependencies
- Correctly includes Android support 25 or 26 depending on the Cordova version
2.2.0 Release
Android Oreo (8.0)
Must upgrade to this version when targeting Android API level 26
- Added support for Android O Notification Channels
- Also know as Notification Categories
- See OneSignal's guide on setting these up
- Dropped Android 2.3 (API 9) support, minimum is now 4.0.3 (API 15)
2.1.2 Release
Android Fixes
- Fixed compatibility with
cordova-plugin-google-analytics
- Fixed GoogleApiClient is not connected yet error.
- Fixed ANR during intermittent network connections.
- Added datetime stamp to Android 7 notifications.
2.1.1 Release
Increased Reliability of iOS 10 Action Buttons and Media Attachments
Upgrade Note!
Follow the new Cordova iOS Setup Steps to use this version.
- Switched to CocoaPods for iOS OneSignal native SDK framework
- This allows the use of a Notification Service Extension.
2.1.0 Release
Observer functions and Native SDK updates
- Updated to OneSignal iOS Native SDK 2.5.4 and Android SDK 3.5.6.
- Added
PromptForPushNotificationsWithUserResponse
for iOS. - Added
GetPermissionSubscriptionState
- Added
permissionObserver
andsubscriptionObserver
event delegates - Added
inFocusDisplayType
property.