Skip to content

Releases: Swrve/swrve-cordova-sdk

release-6_0_1

07 Feb 14:52
Compare
Choose a tag to compare

Features

  • Updated our third-party dependencies to mitigate potential security vulnerabilities.

release-6_0_0

24 Oct 10:01
Compare
Choose a tag to compare

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

01 Mar 12:59
Compare
Choose a tag to compare

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

08 Jun 13:40
Compare
Choose a tag to compare

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

04 Mar 10:59
Compare
Choose a tag to compare

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

16 Feb 10:00
Compare
Choose a tag to compare

Fixes

  • If swrve.handlingGoogleServices is enabled, SwrveFirebaseMessagingService is no longer included in the AndroidManifest.xml by default.

release-3_2_1

04 Nov 09:32
Compare
Choose a tag to compare

Features

  • Updated the Android native Swrve dependency to 7.3.2.

release-3_2_0

27 Oct 14:06
Compare
Choose a tag to compare

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

08 Sep 16:07
Compare
Choose a tag to compare

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

22 May 13:14
Compare
Choose a tag to compare

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.