Skip to content

Commit 58e0c05

Browse files
authored
Merge pull request #627 from OneSignal/release/5.0.0
Release 5.0.0
2 parents 8da0fc1 + 472be28 commit 58e0c05

File tree

11 files changed

+27
-15
lines changed

11 files changed

+27
-15
lines changed

OneSignalExample/Assets/OneSignal/Attribution/OneSignal.UnityPackage.Attribution.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.0",
19+
"expression": "5.0.0",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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+
## [5.0.0]
89
### Changed
910
- Removed `SetLaunchURLsInApp`
1011
- Removed async from location request permission and updated method name to `RequestPermission`
@@ -228,7 +229,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
228229
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
229230
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
230231

231-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.3...HEAD
232+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0...HEAD
233+
[5.0.0]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.3...5.0.0
232234
[5.0.0-beta.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.2...5.0.0-beta.3
233235
[5.0.0-beta.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.1...5.0.0-beta.2
234236
[5.0.0-beta.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...5.0.0-beta.1

OneSignalExample/Assets/OneSignal/Editor/OneSignal.UnityPackage.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.0",
19+
"expression": "5.0.0",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Example/OneSignal.UnityPackage.Example.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versionDefines": [
1919
{
2020
"name": "com.onesignal.unity.core",
21-
"expression": "3.0.0",
21+
"expression": "5.0.0",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta.3
1+
5.0.0

OneSignalExample/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
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": "5.0.0-beta.3"
8+
"com.onesignal.unity.core": "5.0.0"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.0.0-beta.3"
22+
"com.onesignal.unity.core": "5.0.0"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 12 additions & 2 deletions
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: 5.0.0-beta.3
137+
bundleVersion: 5.0.0
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -145,6 +145,7 @@ PlayerSettings:
145145
enable360StereoCapture: 0
146146
isWsaHolographicRemotingEnabled: 0
147147
enableFrameTimingStats: 0
148+
enableOpenGLProfilerGPURecorders: 1
148149
useHDRDisplay: 0
149150
D3DHDRBitDepth: 0
150151
m_ColorGamuts: 00000000
@@ -218,6 +219,7 @@ PlayerSettings:
218219
iOSLaunchScreeniPadCustomStoryboardPath:
219220
iOSDeviceRequirements: []
220221
iOSURLSchemes: []
222+
macOSURLSchemes: []
221223
iOSBackgroundModes: 0
222224
iOSMetalForceHardShadows: 0
223225
metalEditorSupport: 1
@@ -460,13 +462,16 @@ PlayerSettings:
460462
m_Kind: 4
461463
m_SubKind: App Store
462464
m_BuildTargetBatching: []
465+
m_BuildTargetShaderSettings: []
463466
m_BuildTargetGraphicsJobs: []
464467
m_BuildTargetGraphicsJobMode: []
465468
m_BuildTargetGraphicsAPIs:
466469
- m_BuildTarget: AndroidPlayer
467470
m_APIs: 0b00000008000000
468471
m_Automatic: 0
469472
m_BuildTargetVRSettings: []
473+
m_DefaultShaderChunkSizeInMB: 16
474+
m_DefaultShaderChunkCount: 0
470475
openGLRequireES31: 0
471476
openGLRequireES31AEP: 0
472477
openGLRequireES32: 0
@@ -478,6 +483,7 @@ PlayerSettings:
478483
m_BuildTargetGroupLightmapEncodingQuality: []
479484
m_BuildTargetGroupLightmapSettings: []
480485
m_BuildTargetNormalMapEncoding: []
486+
m_BuildTargetDefaultTextureCompressionFormat: []
481487
playModeTestRunnerEnabled: 0
482488
runPlayModeTestAsEditModeTest: 0
483489
actionOnDotNetUnhandledException: 1
@@ -496,6 +502,7 @@ PlayerSettings:
496502
switchScreenResolutionBehavior: 2
497503
switchUseCPUProfiler: 0
498504
switchUseGOLDLinker: 0
505+
switchLTOSetting: 0
499506
switchApplicationID: 0x01004b9000490000
500507
switchNSODependencies:
501508
switchTitleNames_0:
@@ -725,6 +732,7 @@ PlayerSettings:
725732
webGLLinkerTarget: 1
726733
webGLThreadsSupport: 0
727734
webGLDecompressionFallback: 0
735+
webGLPowerPreference: 2
728736
scriptingDefineSymbols:
729737
0: IS_ONESIGNAL_EXAMPLE_APP
730738
additionalCompilerArguments: {}
@@ -738,8 +746,8 @@ PlayerSettings:
738746
suppressCommonWarnings: 1
739747
allowUnsafeCode: 0
740748
useDeterministicCompilation: 1
741-
useReferenceAssemblies: 1
742749
enableRoslynAnalyzers: 1
750+
selectedPlatform: 0
743751
additionalIl2CppArgs:
744752
scriptingRuntimeVersion: 1
745753
gcIncremental: 1
@@ -835,4 +843,6 @@ PlayerSettings:
835843
organizationId:
836844
cloudEnabled: 0
837845
legacyClampBlendShapeWeights: 0
846+
playerDataPath:
847+
forceSRGBBlit: 1
838848
virtualTexturingSupportEnabled: 0

com.onesignal.unity.android/package.json

Lines changed: 2 additions & 2 deletions
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": "5.0.0-beta.3",
4+
"version": "5.0.0",
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": "5.0.0-beta.3"
8+
"com.onesignal.unity.core": "5.0.0"
99
},
1010
"keywords": [
1111
"push-notifications",

com.onesignal.unity.core/Runtime/OneSignal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040
/// OneSignal SDK for Unity
4141
/// </summary>
4242
public static partial class OneSignal {
43-
public const string Version = "5.0.0-beta.3";
43+
public const string Version = "5.0.0";
4444

4545
/// <summary>
4646
/// The default static instance of the OneSignal Unity SDK

com.onesignal.unity.core/package.json

Lines changed: 1 addition & 1 deletion
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": "5.0.0-beta.3",
4+
"version": "5.0.0",
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": {

0 commit comments

Comments
 (0)