Skip to content

Commit ec86a9e

Browse files
authored
Release 18.2.0 (#1512)
1 parent 4eca504 commit ec86a9e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## Version 18.2.0 September 6, 2024
6+
Minor release with several enhancements to In-App Automation, Scenes, and Surveys. This version also contains a fix
7+
for applications that are targeting API 35.
8+
9+
### Changes
10+
- Updated compose bom to 2024.06.00.
11+
- Replaced the usage of `removeFirst` to avoid crashes when targeting API 35.
12+
- Added ability to customize the content per In-App Automation with the new `InAppMessageContentExtender`.
13+
- Added plain markdown support for text markup in Scenes.
14+
- Added execution window support to In-App Automation, Scenes, and Surveys.
15+
- Updated handling of priority for In-App Automation, Scenes, and Surveys. Priority is now taken into consideration at each step of displaying a message instead of just sorting messages that are
16+
triggered at the same time.
17+
- 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.
518

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

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.1.6'
4+
airshipVersion = '18.2.0'
55

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

0 commit comments

Comments
 (0)