Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [4.0.0] - 2024-09-27

### Changed

- Bumps the unity version to 2021.3
- Updated `com.unity.services.analytics` dependency to 6.0.1
  • Loading branch information
Unity Technologies committed Sep 27, 2024
1 parent 295c6f2 commit 16b2a15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2024-09-27

### Changed

- Bumps the unity version to 2021.3
- Updated `com.unity.services.analytics` dependency to 6.0.1

## [4.0.0-pre.1] - 2023-09-05

### Changed
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.unity.services.push-notifications",
"displayName": "Push Notifications",
"version": "4.0.0-pre.1",
"unity": "2020.3",
"version": "4.0.0",
"unity": "2021.3",
"_upm": {
"gameService": {
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/environments/default/campaigns/push/overview",
Expand All @@ -14,11 +14,11 @@
"Android",
"iOS"
],
"changelog": "### Changed\n\n- You can now only subscribe to OnNotificationReceived before calling RegisterForPushNotificationsAsync\n - Once RegisterForPushNotificationsAsync completes, OnNotificationReceived will be invoked if the app was launched from a remote notification\n- Updated `com.unity.services.analytics` dependency to 5.0.0\n- Updated `com.unity.services.core` dependency to 1.10.1\n- Added `com.unity.mobile.notifications` version `2.2.0` as a dependency.\n\n### Fixed\n\n- Behaviour when the app is launched from a push notification is now consistent between iOS and Android (incoming push notification data is broadcast after RegisterForPushNotificationsAsync flow is complete)"
"changelog": "### Changed\n\n- Bumps the unity version to 2021.3\n- Updated `com.unity.services.analytics` dependency to 6.0.1"
},
"description": "This package adds support for Push Notifications to your game. It allows sending rich push notifications with images, and provides analytics on the number of received push notifications.",
"dependencies": {
"com.unity.services.analytics": "5.0.0",
"com.unity.services.analytics": "6.0.1",
"com.unity.services.core": "1.10.1",
"com.unity.mobile.notifications": "2.2.0"
},
Expand All @@ -30,15 +30,15 @@
}
],
"relatedPackages": {
"com.unity.services.push-notifications.tests": "4.0.0-pre.1"
"com.unity.services.push-notifications.tests": "4.0.0"
},
"upmCi": {
"footprint": "054068a89710c104e87a975345d09a133468fb0c"
"footprint": "af8df0834b2b91b5e123cc826be53e8020d8f3d6"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
"type": "git",
"revision": "90d4a9809f94049ed1b036b44dcdba044f530efd"
"revision": "50b23cb45b26b142133375a4d22e504fd2707203"
}
}

0 comments on commit 16b2a15

Please sign in to comment.