Releases: urbanairship/airship-flutter
5.3.0
Minor release that adds support for multi-channel Preference Center.
Changes
- Added support for multi-channel Preference Center
- Added a method to trigger takeOff from Flutter
- Fixed clearing named user on iOS
- Updated iOS SDK to 16.4.0
- Updated Android SDK to 16.3.3
5.2.0
Minor release updating iOS SDK and Android SDK to 16.3.0
Changes
- Updated iOS SDK to 16.3.0
- Updated Android SDK to 16.3.0
5.1.1
Patch release that updates to latest Airship SDKs and fixes a nullable variable issue
in PushReceivedEvent.
Changes
- Updated iOS SDK to 16.1.2
- Updated Android SDK to 16.1.1
- Fixed issue when PushReceivedEvent's notification is null
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.