Releases: urbanairship/urbanairship-cordova
14.10.0
Minor release that updates the iOS SDK to 16.12.1 and the Android SDK to 16.11.1.
Changes
- Updated iOS Airship SDK to 16.12.1
- Updated Android Airship SDK to 16.11.1
- Fixed issue with
Delete
button on the InboxMessageView not dismissing the view
14.9.1
Patch release that fixing Contact update merging order, improves Scene/Survey accessibility and reporting.
Changes
- Updated iOS Airship SDK to 16.11.3
- Updated Android Airship SDK to 16.9.1
- Fixed Contact update merge order, resolving a Preference Center bug that could lead to unexpected subscription states in some circumstances.
- Improved Scene/Survey accessibility and fixed a reporting bug related to form display events.
14.9.0
Minor release that adds a new Android config flag com.urbanairship.android.disable_user_notifications_on_system_opt_out
that will disable user notifications on Airship if not enabled at the system level during app start. Apps can set this to always
to always do this check, or once
to apply a one time disable on Airship.
This new flag is useful for preventing a notification permission prompt if the app previously enabled Airship user notifications on plugin 14.2.0 or older on a Android 33+ device. Most apps should use once
value in order for Airship to still be able to send user notifications if the end user ops back in through system settings instead of through the app without the App needing to enable user notification on Airship again.
Changes
- Added new config flag on Android to disable user notifications on startup.
- Fixed enableUserNotifications on Android to hand back the actual result of the prompt instead of always
true
.
14.7.0
Minor release adding support for styling message center.
Changes
- Add support for
messageCenterStyleConfig
from takeOff and"com.urbanairship.message.center.style.file"
from config.xml.
14.6.0
Minor release updating Android SDK to 16.8.0 and iOS SDK to 16.10.6.
Changes
- Updated Android SDK to 16.8.0.
- Updated iOS SDK to 16.10.6.
14.5.0
Minor release updating Android SDK to 16.7.5 and iOS SDK to 16.9.4.
Changes
- Updated Android SDK to 16.7.5.
- Updated iOS SDK to 16.9.4.
14.4.0
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.
Changes
- Updated Android SDK to 16.7.4.
- Updated iOS SDK to 16.9.3.
14.3.0
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.
Changes
- Updated Android SDK to 16.6.1.
- Updated iOS SDK to 16.8.0.
- Adds locale override methods: setCurrentLocale, getCurrentLocale and resetLocale.
14.2.0
Minor release updating Android SDK to 16.5.0 and iOS SDK to 16.7.0 and fixing setting named user to null.
Changes
- Updated Android SDK to 16.5.0.
- Updated iOS SDK to 16.7.0.
- Fixed setting named user to null.
- Added actions to the push events.
- Added set method to suppress notifications on Android in the foreground.
14.1.0
Minor release that updates Airship Android SDK to 16.4.0, and iOS SDK to 16.6.0. These SDK releases fix several issues with Scenes and Surveys. Apps using Scenes & Surveys should update.
- Added support for randomizing Survey responses.
- Added subscription list action.
- Added firebase app name to config.
- Updated localizations. All strings within the SDK are now localized in 48 different languages.
- Improved accessibility with OOTB Message Center UI.
- In-App rules will now attempt to refresh before displaying. This change should reduce the chances of showing out of data or cancelled in-app automations, scenes, or surveys when background refresh is disabled.
- Fixed reporting issue with a single page Scene.
- Fixed rendering issues for Scenes & Surveys.
- Fixed deep links that contain invalid characters by encoding those deep links.
- Fixed crash on Android 8 with Scenes & Surveys.
- Fixed Survey attribute storage on Android.
- Fixed silent push events on Android.