Skip to content

Commit ba7e810

Browse files
authored
Merge pull request #176 from Unity-Technologies/prepare-2-0-1
Prepare 2.0.1
2 parents 9cbe0af + 089ef3a commit ba7e810

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

com.unity.mobile.notifications/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this package will be documented in this file.
44

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.
14+
515
## [2.0.0] - 2022-02-02
616

717
### Fixes:

com.unity.mobile.notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.mobile.notifications",
33
"displayName": "Mobile Notifications",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"unity": "2019.4",
66
"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.",
77
"keywords": [

0 commit comments

Comments
 (0)