Skip to content

Commit 21d49c3

Browse files
authored
Release 18.3.3 (#1543)
1 parent 812c03c commit 21d49c3

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,37 @@
22

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

5-
## Version 18.3.2 October 2, 2024
5+
## Version 18.3.3, October 16, 2024
6+
Patch release that fixes a potential crash when displaying In-App Automation messages, improves WebView security, and improves accessibility in Scenes and Stories.
7+
Apps that make use of In-App Automation, Landing Pages, or Message Center should update.
8+
9+
### Changes
10+
- Fix a potential crash when displaying In-App messages
11+
- Explicitly disallow file and content access in all WebViews
12+
- Accessibility improvements for Scenes and Stories
13+
14+
## Version 18.3.2, October 2, 2024
615
Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling.
716
Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update.
817

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

13-
## Version 18.3.1 September 30, 2024
22+
## Version 18.3.1, September 30, 2024
1423
Patch release that fixes modal IAA border radius and fixes scenes with wide images.
1524

1625
### Changes
1726
- Fixed modal IAA border radius.
1827
- Fixed scenes with wide images.
1928

20-
## Version 18.3.0 September 13, 2024
29+
## Version 18.3.0, September 13, 2024
2130
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.
2231

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

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

@@ -37,7 +46,7 @@ for applications that are targeting API 35.
3746
triggered at the same time.
3847
- 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.
3948

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

4352
### Changes

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Airship Version - major.minor.patch
4-
airshipVersion = '18.3.2'
4+
airshipVersion = '18.3.3'
55

66
// Airship Version Qualifier beta, release, etc...
77
// airshipVersionQualifier = "alpha"

0 commit comments

Comments
 (0)