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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Cordova Plugin Changelog
2
2
3
+
## Version 18.0.0 - January 20, 2026
4
+
5
+
Major release that updates to iOS and Android SDK 20.1.1, improves accessibility, and fixes a potential crash in Android Scenes.
6
+
7
+
### Changes
8
+
- Updated Android SDK to [20.1.1](https://github.com/urbanairship/android-library/releases/tag/20.1.1)
9
+
- Updated iOS SDK to [20.1.1](https://github.com/urbanairship/ios-library/releases/tag/20.1.1)
10
+
- Improved VoiceOver focus handling for Message Center on iOS
11
+
- Fixed a potential crash in Android Scenes and addressed various accessibility issues
12
+
- Requires cordova-android 14.0.0+
13
+
- Requires AGP 8.13+ and Kotlin 2.2+ for Android builds
14
+
- Requires iOS deployment target 16.0+
15
+
16
+
3
17
## Version 17.5.1 - November 14, 2025
4
18
5
19
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 +184,7 @@ Patch release that fixing Contact update merging order, improves Scene/Survey ac
170
184
- Improved Scene/Survey accessibility and fixed a reporting bug related to form display events.
171
185
172
186
## 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.
187
+
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
188
175
189
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
190
@@ -181,42 +195,42 @@ This new flag is useful for preventing a notification permission prompt if the a
181
195
- Fixed enableUserNotifications on Android to hand back the actual result of the prompt instead of always `true`.
182
196
183
197
## Version 14.7.0 - January 18, 2023
184
-
Minor release adding support for styling message center.
198
+
Minor release adding support for styling message center.
185
199
186
200
### Changes
187
201
- Add support for `messageCenterStyleConfig` from takeOff and `"com.urbanairship.message.center.style.file"` from config.xml.
188
202
189
203
## Version 14.6.0 - December 7, 2022
190
-
Minor release updating Android SDK to 16.8.0 and iOS SDK to 16.10.6.
204
+
Minor release updating Android SDK to 16.8.0 and iOS SDK to 16.10.6.
191
205
192
206
### Changes
193
207
- Updated Android SDK to 16.8.0.
194
208
- Updated iOS SDK to 16.10.6.
195
209
196
210
## Version 14.5.0 - October 10, 2022
197
-
Minor release updating Android SDK to 16.7.5 and iOS SDK to 16.9.4.
211
+
Minor release updating Android SDK to 16.7.5 and iOS SDK to 16.9.4.
198
212
199
213
### Changes
200
214
- Updated Android SDK to 16.7.5.
201
215
- Updated iOS SDK to 16.9.4.
202
216
203
217
## Version 14.4.0 - September 21, 2022
204
-
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.
218
+
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.
205
219
206
220
### Changes
207
221
- Updated Android SDK to 16.7.4.
208
222
- Updated iOS SDK to 16.9.3.
209
223
210
224
## Version 14.3.0 - July 19, 2022
211
-
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.
225
+
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.
212
226
213
227
### Changes
214
228
- Updated Android SDK to 16.6.1.
215
229
- Updated iOS SDK to 16.8.0.
216
230
- Adds locale override methods: setCurrentLocale, getCurrentLocale and resetLocale.
217
231
218
232
## 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.
233
+
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