Releases: urbanairship/airship-flutter
5.1.0
Minor release updating iOS SDK to 16.1.1 and Android SDK to 16.1.0
Changes
- Updated iOS SDK to 16.1.1
- Updated Android SDK to 16.1.0
5.0.1
Patch release that fixes preferences resetting on iOS when upgrading to 5.0.0. This update will restore old preferences that have not been modified new plugin.
Apps that have migrated to 5.0.0 from an older version should update. Apps currently on version 4.0.0 and below should only migrate to 5.0.1 to avoid the bug in 5.0.0.
Changes
- Updated iOS SDK to 16.0.2
5.0.0
Major release for Airship Android SDK 16.0.0 and iOS SDK 16.0.1.
Changes
- Added Privacy Manager methods
enableFeatures
,disableFeatures
,setEnabledFeatures
,getEnabledFeatures
andisFeatureEnabled
that replacegetDataCollectionEnabled
,setDataCollectionEnabled
,getPushTokenRegistrationEnabled
andsetPushTokenRegistrationEnabled
- Support for OOTB Preference Center
- Xcode 13 is now required.
- CompileSdkVersion 31 and java 8 source compatibility are now required for Android.
4.4.0
Minor release to add badge methods.
Changes
- Added
resetBadge
,setBadge
,setAutoBadgeEnabled
andisAutoBadgeEnabled
methods.
4.3.0
Minor release updating the iOS and Android SDKs to 14.4.1 and 14.4.3. Also adds support for null-safety.
Changes
- Updated iOS SDK to 14.4.1
- Updated Android SDK to 14.4.3
- Support null-safety
- Updated Android minSdkLevel to API 21
4.2.0
Minor release updating the iOS and Android SDKs to 14.3.1 and 14.3.0.
Changes
- Updated iOS SDK to 14.3.1
- Updated Android SDK to 14.3.0
- Added extras to the message center payload
4.1.1
Patch release to fix some issues with setting attributes on a named user if the named user ID contains invalid URL characters. Applications using attributes with named users that possibly contain invalid URL characters should update.
Changes
- Updated iOS SDK to 14.2.2
- Fixed attributes updates when the named user has invalid URL characters.
4.1.0
Minor release adding support for frequency limits and advanced segmentation to In-App Automation and hybrid composition support for InboxMessageView.
Changes
- Update Airship Android SDK 14.1.1 and iOS SDK 14.2.1
- Added hybrid composition support for InboxMessageView on Android
- Added
refreshInbox
method
4.0.1
Patch release for Airship Android SDK 14.0.1 and iOS SDK 14.1.2.
Changes
- Update Airship Android SDK 14.0.1 and iOS SDK 14.1.2
- Fixed events not firing on Android
3.0.2
Patch release updating to the latest Airship SDKs and addressing issues with YouTube video support and channel registration on iOS.
Changes
- Updated iOS SDK to 13.3.0
- Updated Android SDK to 13.1.0
- Fixed YouTube video support in Message Center and HTML In-app messages.
- Fixed channel registration to occur every APNs registration change.