Skip to content

Releases: urbanairship/airship-flutter

5.3.0

05 Mar 02:26
Compare
Choose a tag to compare

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

10 Feb 17:42
24285d8
Compare
Choose a tag to compare

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

13 Jan 20:46
Compare
Choose a tag to compare

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

03 Dec 19:32
6655c7a
Compare
Choose a tag to compare

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

05 Nov 10:50
29b4068
Compare
Choose a tag to compare

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

25 Oct 10:32
9b727da
Compare
Choose a tag to compare

Major release for Airship Android SDK 16.0.0 and iOS SDK 16.0.1.

Changes

  • Added Privacy Manager methods enableFeatures, disableFeatures, setEnabledFeatures, getEnabledFeatures and isFeatureEnabled that replace getDataCollectionEnabled, setDataCollectionEnabled, getPushTokenRegistrationEnabled and setPushTokenRegistrationEnabled
  • 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

07 Oct 18:30
Compare
Choose a tag to compare

Minor release to add badge methods.

Changes

  • Added resetBadge, setBadge, setAutoBadgeEnabled and isAutoBadgeEnabled methods.

4.3.0

25 May 17:14
adb9209
Compare
Choose a tag to compare

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

06 Apr 18:39
b7eb364
Compare
Choose a tag to compare

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

02 Feb 13:58
7b43fa3
Compare
Choose a tag to compare

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.