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
- Updated plugin version to 18.0.0
- Updated framework proxy to 15.1.0
- Updated iOS SDK to 20.0.3
- Updated Android SDK to 20.1.0
🤖 Generated with centralized release automation
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Cordova Plugin Changelog
2
2
3
+
## Version 18.0.0 - January 15, 2026
4
+
5
+
Major release that includes several fixes and improvements for Scenes, In-App Automations, and notification handling.
6
+
7
+
### Changes
8
+
- Updated Android SDK to [20.1.0](https://github.com/urbanairship/android-library/releases/tag/20.1.0)
9
+
- Updated iOS SDK to [20.0.3](https://github.com/urbanairship/ios-library/releases/tag/20.0.3)
10
+
- Added support for Story pause/resume and back/next controls in Scenes on Android.
11
+
- Added support for additional text styles and markdown in Scenes on Android.
12
+
- Fixed safe area handling during keyboard presentation in Scenes on iOS.
13
+
14
+
3
15
## Version 17.5.1 - November 14, 2025
4
16
5
17
Patch release that fixes YouTube video playback in In-App Automation and Scenes. Applications that use YouTube videos in Scenes and non-html In-App Automations (IAA) must update to resolve playback errors.
@@ -170,7 +182,7 @@ Patch release that fixing Contact update merging order, improves Scene/Survey ac
170
182
- Improved Scene/Survey accessibility and fixed a reporting bug related to form display events.
171
183
172
184
## Version 14.9.0 - March 21, 2023
173
-
Minor release that adds a new Android config flag `com.urbanairship.android.disable_user_notifications_on_system_opt_out` that will disable user notifications on Airship if not enabled at the system level during app start. Apps can set this to `always` to always do this check, or `once` to apply a one time disable on Airship.
185
+
Minor release that adds a new Android config flag `com.urbanairship.android.disable_user_notifications_on_system_opt_out` that will disable user notifications on Airship if not enabled at the system level during app start. Apps can set this to `always` to always do this check, or `once` to apply a one time disable on Airship.
174
186
175
187
This new flag is useful for preventing a notification permission prompt if the app previously enabled Airship user notifications on plugin 14.2.0 or older on a Android 33+ device. Most apps should use `once` value in order for Airship to still be able to send user notifications if the end user ops back in through system settings instead of through the app without the App needing to enable user notification on Airship again.
176
188
@@ -181,42 +193,42 @@ This new flag is useful for preventing a notification permission prompt if the a
181
193
- Fixed enableUserNotifications on Android to hand back the actual result of the prompt instead of always `true`.
182
194
183
195
## Version 14.7.0 - January 18, 2023
184
-
Minor release adding support for styling message center.
196
+
Minor release adding support for styling message center.
185
197
186
198
### Changes
187
199
- Add support for `messageCenterStyleConfig` from takeOff and `"com.urbanairship.message.center.style.file"` from config.xml.
188
200
189
201
## Version 14.6.0 - December 7, 2022
190
-
Minor release updating Android SDK to 16.8.0 and iOS SDK to 16.10.6.
202
+
Minor release updating Android SDK to 16.8.0 and iOS SDK to 16.10.6.
191
203
192
204
### Changes
193
205
- Updated Android SDK to 16.8.0.
194
206
- Updated iOS SDK to 16.10.6.
195
207
196
208
## Version 14.5.0 - October 10, 2022
197
-
Minor release updating Android SDK to 16.7.5 and iOS SDK to 16.9.4.
209
+
Minor release updating Android SDK to 16.7.5 and iOS SDK to 16.9.4.
198
210
199
211
### Changes
200
212
- Updated Android SDK to 16.7.5.
201
213
- Updated iOS SDK to 16.9.4.
202
214
203
215
## Version 14.4.0 - September 21, 2022
204
-
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.
216
+
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.
205
217
206
218
### Changes
207
219
- Updated Android SDK to 16.7.4.
208
220
- Updated iOS SDK to 16.9.3.
209
221
210
222
## Version 14.3.0 - July 19, 2022
211
-
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.
223
+
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.
212
224
213
225
### Changes
214
226
- Updated Android SDK to 16.6.1.
215
227
- Updated iOS SDK to 16.8.0.
216
228
- Adds locale override methods: setCurrentLocale, getCurrentLocale and resetLocale.
217
229
218
230
## Version 14.2.0 - May 23, 2022
219
-
Minor release updating Android SDK to 16.5.0 and iOS SDK to 16.7.0 and fixing setting named user to null.
231
+
Minor release updating Android SDK to 16.5.0 and iOS SDK to 16.7.0 and fixing setting named user to null.
0 commit comments