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: com.unity.mobile.notifications/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to this package will be documented in this file.
4
4
5
+
## [2.0.1] - 2022-04-15
6
+
7
+
### Fixes:
8
+
-[Android] Change exported attribute to false in the manifest for package receivers.
9
+
-[Android][issue 144](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/144) Fix Transaction.TooLargeException exception on some devices for notifications with large icons or more content.
10
+
-[Android][issue 160](https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/160) Fix UnityNotificationRestartOnBootReceiver not setting FLAG_IMMUTABLE.
11
+
12
+
### Changes & Improvements:
13
+
-[Android] Build will now fail if minimum SDK in Unity is lower than supported by package.
Copy file name to clipboardExpand all lines: com.unity.mobile.notifications/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "com.unity.mobile.notifications",
3
3
"displayName": "Mobile Notifications",
4
-
"version": "2.0.0",
4
+
"version": "2.0.1",
5
5
"unity": "2019.4",
6
6
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 4.4 or above.",
0 commit comments