Skip to content

Commit

Permalink
Release 18.3.3 (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Oct 16, 2024
1 parent 812c03c commit 21d49c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,37 @@

[Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration)

## Version 18.3.2 October 2, 2024
## Version 18.3.3, October 16, 2024
Patch release that fixes a potential crash when displaying In-App Automation messages, improves WebView security, and improves accessibility in Scenes and Stories.
Apps that make use of In-App Automation, Landing Pages, or Message Center should update.

### Changes
- Fix a potential crash when displaying In-App messages
- Explicitly disallow file and content access in all WebViews
- Accessibility improvements for Scenes and Stories

## Version 18.3.2, October 2, 2024
Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling.
Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update.

### Changes
- Improve markdown support in Scenes, including better handling of newlines in the input text.
- Fixed automation display interval and frequency limit handling.

## Version 18.3.1 September 30, 2024
## Version 18.3.1, September 30, 2024
Patch release that fixes modal IAA border radius and fixes scenes with wide images.

### Changes
- Fixed modal IAA border radius.
- Fixed scenes with wide images.

## Version 18.3.0 September 13, 2024
## Version 18.3.0, September 13, 2024
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.

### Changes
- Added a `enableUserNotifications(PermissionPromptFallback)` method on `PushManager` that will attempt to enable notifications and use the fallback if the permission is denied.

## Version 18.2.0 September 6, 2024
## Version 18.2.0, September 6, 2024
Minor release with several enhancements to In-App Automation, Scenes, and Surveys. This version also contains a fix
for applications that are targeting API 35.

Expand All @@ -37,7 +46,7 @@ for applications that are targeting API 35.
triggered at the same time.
- Updated handling of long delays for In-App Automation, Scenes, and Surveys. Delays will now be preprocessed up to 30 seconds before it ends before the message is prepared.

## Version 18.1.6 August 9, 2024
## Version 18.1.6, August 9, 2024
Patch release that fixes in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.

### Changes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// Airship Version - major.minor.patch
airshipVersion = '18.3.2'
airshipVersion = '18.3.3'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = "alpha"
Expand Down

0 comments on commit 21d49c3

Please sign in to comment.