Skip to content

Commit e6ca727

Browse files
committed
Changelog: First list platform changes, than common
1 parent 190d2bf commit e6ca727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Version 1.2.2-dev
44

5+
### iOS
6+
- Ignore deprecation warning about using `UNNotificationPresentationOptionAlert`
7+
- XCode could give a deprecation warning about using `UNNotificationPresentationOptionAlert` which is deprecated since iOS 14. The code is already written in such a way that it can only be used on iOS 13 and older versions. So ignore the deprecation warning.
8+
59
### Common
610

711
- Add plugin method `getDefaults` back
812
- The `getDefaults` method was accidentally removed in version `1.1.0`
913
- Thanks to @randnetdd who reported this issue
1014
- Fixes [#2088](https://github.com/katzer/cordova-plugin-local-notifications/issues/2088)
1115

12-
### iOS
13-
- Ignore deprecation warning about using `UNNotificationPresentationOptionAlert`
14-
- XCode could give a deprecation warning about using `UNNotificationPresentationOptionAlert` which is deprecated since iOS 14. The code is already written in such a way that it can only be used on iOS 13 and older versions. So ignore the deprecation warning.
15-
1616
## Version 1.2.1 (14.08.2025)
1717

1818
### Android

0 commit comments

Comments
 (0)