Skip to content

Commit 07de8b0

Browse files
Merge pull request #450 from OneSignal/release/3.0.0-beta.6
Release 3.0.0-beta.6
2 parents a51de83 + 5a3671a commit 07de8b0

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0-beta.6]
810
### Fixed
9-
- iOS build post processor will determine extension's imported OneSignalXCFramework from the package's dependencies xml
11+
- iOS build post processor will determine extension's imported OneSignalXCFramework from the package's dependencies xml. Fixes [#442](https://github.com/OneSignal/OneSignal-Unity-SDK/issues/442)
1012
- iOS callbacks for the `NotificationPermissionChanged` event will no longer cause an il2cpp exception
1113
### Changed
1214
- Added AndroidManifest with location permissions to the example app to display `PromptLocation`
@@ -105,8 +107,9 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
105107
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
106108
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
107109

108-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.5...HEAD
109-
[3.0.0-beta.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.4...3.0.0-beta.5
110+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.6...HEAD
111+
[3.0.0-beta.6]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.5...3.0.0-beta.6
112+
[3.0.0-beta.5]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.4...3.0.0-beta.5
110113
[3.0.0-beta.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.3...3.0.0-beta.4
111114
[3.0.0-beta.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.2...3.0.0-beta.3
112115
[3.0.0-beta.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.1...3.0.0-beta.2
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-beta.5
1+
3.0.0-beta.6

OneSignalExample/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.0-beta.5"
8+
"com.onesignal.unity.core": "3.0.0-beta.6"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "3.0.0-beta.5"
22+
"com.onesignal.unity.core": "3.0.0-beta.6"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 3.0.0-beta.5
137+
bundleVersion: 3.0.0-beta.6
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

com.onesignal.unity.android/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.android",
33
"displayName": "OneSignal Unity SDK - Android",
4-
"version": "3.0.0-beta.5",
4+
"version": "3.0.0-beta.6",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.0-beta.5"
8+
"com.onesignal.unity.core": "3.0.0-beta.6"
99
},
1010
"keywords": [
1111
"push-notifications",

com.onesignal.unity.core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.onesignal.unity.core",
33
"displayName": "OneSignal Unity SDK - Core",
4-
"version": "3.0.0-beta.5",
4+
"version": "3.0.0-beta.6",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {

com.onesignal.unity.ios/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.ios",
33
"displayName": "OneSignal Unity SDK - iOS",
4-
"version": "3.0.0-beta.5",
4+
"version": "3.0.0-beta.6",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.0-beta.5"
8+
"com.onesignal.unity.core": "3.0.0-beta.6"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)