Skip to content

Commit 43fe454

Browse files
authored
Merge pull request #603 from OneSignal/release/3.0.11
Release 3.0.11
2 parents cda6e8c + 1aaa064 commit 43fe454

File tree

8 files changed

+24
-12
lines changed

8 files changed

+24
-12
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+3-1
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+
## [3.0.11]
89
### Fixed
910
- Fixed rare Android ANRs on callbacks firing and also when backgrounding the app.
1011
## [3.0.10]
@@ -195,7 +196,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
195196
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
196197
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
197198

198-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.10...HEAD
199+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.11...HEAD
200+
[3.0.11]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.10...3.0.11
199201
[3.0.10]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...3.0.10
200202
[3.0.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.8...3.0.9
201203
[3.0.8]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.7...3.0.8
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.10
1+
3.0.11

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.10"
8+
"com.onesignal.unity.core": "3.0.11"
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.10"
22+
"com.onesignal.unity.core": "3.0.11"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

+12-2
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.10
137+
bundleVersion: 3.0.11
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

+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.10",
4+
"version": "3.0.11",
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.10"
8+
"com.onesignal.unity.core": "3.0.11"
99
},
1010
"keywords": [
1111
"push-notifications",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace OneSignalSDK {
3434
/// OneSignal SDK for Unity
3535
/// </summary>
3636
public abstract partial class OneSignal {
37-
public const string Version = "3.0.10";
37+
public const string Version = "3.0.11";
3838

3939
/// <summary>
4040
/// The default static instance of the OneSignal Unity SDK

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.10",
4+
"version": "3.0.11",
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.10",
4+
"version": "3.0.11",
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.10"
8+
"com.onesignal.unity.core": "3.0.11"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)