You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
6
15
Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling.
7
16
Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update.
8
17
9
18
### Changes
10
19
- Improve markdown support in Scenes, including better handling of newlines in the input text.
11
20
- Fixed automation display interval and frequency limit handling.
12
21
13
-
## Version 18.3.1 September 30, 2024
22
+
## Version 18.3.1, September 30, 2024
14
23
Patch release that fixes modal IAA border radius and fixes scenes with wide images.
15
24
16
25
### Changes
17
26
- Fixed modal IAA border radius.
18
27
- Fixed scenes with wide images.
19
28
20
-
## Version 18.3.0 September 13, 2024
29
+
## Version 18.3.0, September 13, 2024
21
30
Minor release that adds a new method `enableUserNotifications(PermissionPromptFallback)` on `PushManager`.
22
31
23
32
### Changes
24
33
- Added a `enableUserNotifications(PermissionPromptFallback)` method on `PushManager` that will attempt to enable notifications and use the fallback if the permission is denied.
25
34
26
-
## Version 18.2.0 September 6, 2024
35
+
## Version 18.2.0, September 6, 2024
27
36
Minor release with several enhancements to In-App Automation, Scenes, and Surveys. This version also contains a fix
28
37
for applications that are targeting API 35.
29
38
@@ -37,7 +46,7 @@ for applications that are targeting API 35.
37
46
triggered at the same time.
38
47
- 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.
39
48
40
-
## Version 18.1.6 August 9, 2024
49
+
## Version 18.1.6, August 9, 2024
41
50
Patch release that fixes in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.
0 commit comments