Releases: Swrve/swrve-cordova-sdk
Releases · Swrve/swrve-cordova-sdk
release-6_0_1
Features
- Updated our third-party dependencies to mitigate potential security vulnerabilities.
release-6_0_0
Features
- Updated the minimum support for Cordova CLI to 12.0.0.
- Updated the minimum support for cordova-android to 12.0.1.
- Updated the minimum support for cordova-ios to 7.0.1.
- Updated the Android native Swrve dependency to 10.11.2.
- Updated the iOS native Swrve dependency to 8.8.1.
- Added the
swrve.pushNotificationPermissionEvent
to the config.xml for Android. This enables the configuration of a specific event that triggers a notification permission prompt on Android 13 when added to the event queue.
release-5_0_0
Features
- Updated the minimum support for cordova-android to 11.0.0.
- Updated the Android native Swrve dependency to 9.4.0.
- Updated the iOS native Swrve framework to 7.5.2.
- Added support for Android 12. The minimum Android SDK compile version is now 31.
Fixes
- Fixed an issue that prevented the push notification hook from correctly integrating Firebase push if the swrve.handlingGoogleServices preference was set to any value.
release-4_0_0
Features
- Updated the minimum support for Cordova to 11.
- Updated the Android native Swrve dependency to 8.0.0.
- Updated the iOS native Swrve framework to 7.2.1.
- Added support for embedded campaigns and the personalization of embedded campaigns.
- Removed iOS frameworks and framework hooks. SwrveSDK now uses cocoapods to include native iOS dependencies.
Fixes
- Removed evalJS calls from the iOS SwrvePlugin due to a known issue that can cause crashes with the Cordova plugin version 6+.
release-3_3_0
Features
- Updated the Android native Swrve dependency to use Maven Central instead of Bintray.
- Updated the iOS native Swrve framework to 6.8.1.
release-3_2_2
Fixes
- If swrve.handlingGoogleServices is enabled, SwrveFirebaseMessagingService is no longer included in the AndroidManifest.xml by default.
release-3_2_1
Features
- Updated the Android native Swrve dependency to 7.3.2.
release-3_2_0
Features
- Updated tracking of device OS and type for platform-specific delivery of in-app messages.
- Added an additional configuration option to Android which disables google-service modifications being done by Swrve.
- Updated the iOS native Swrve framework to 6.7.0.
- Updated the Android native Swrve dependency to 7.3.1.
release-3_1_0
Features
- Updated the iOS native Swrve framework to 6.6.0.
- Updated the Android native Swrve dependency to 7.2.1.
release-3_0_0
Features
- Swrve now automatically tracks and logs when push notifications are delivered and displayed on each device. This data will be used to drive campaign reports, retargeting, and exports.
- Updated the iOS native Swrve framework to 6.5.0.
- Updated the Android native Swrve dependency to 7.1.0.
- We have migrated from android-support to AndroidX. This change includes an update to the android-after_plugin_install hook to change the gradle.properties in your project to support AndroidX.