Skip to content

Commit f09af6e

Browse files
authored
Merge pull request #713 from OneSignal/release/3.0.12
Release 3.0.12
2 parents 8de4c60 + 209c531 commit f09af6e

File tree

11 files changed

+16
-21
lines changed

11 files changed

+16
-21
lines changed

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

+1-1
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-beta.1",
19+
"expression": "3.0.12",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

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.12]
89
### Changed
910
- Updated included Android SDK from 4.8.5 to [4.8.8](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.8)
1011
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
@@ -204,7 +205,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
204205
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
205206
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
206207

207-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.11...HEAD
208+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.12...HEAD
209+
[3.0.12]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.11...3.0.12
208210
[3.0.11]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.10...3.0.11
209211
[3.0.10]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...3.0.10
210212
[3.0.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.8...3.0.9

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

+1-1
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": "3.0.12",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

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

+1-1
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": "3.0.12",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.11
1+
3.0.12

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

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-8
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.11
137+
bundleVersion: 3.0.12
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -462,16 +462,13 @@ PlayerSettings:
462462
m_Kind: 4
463463
m_SubKind: App Store
464464
m_BuildTargetBatching: []
465-
m_BuildTargetShaderSettings: []
466465
m_BuildTargetGraphicsJobs: []
467466
m_BuildTargetGraphicsJobMode: []
468467
m_BuildTargetGraphicsAPIs:
469468
- m_BuildTarget: AndroidPlayer
470469
m_APIs: 0b00000008000000
471470
m_Automatic: 0
472471
m_BuildTargetVRSettings: []
473-
m_DefaultShaderChunkSizeInMB: 16
474-
m_DefaultShaderChunkCount: 0
475472
openGLRequireES31: 0
476473
openGLRequireES31AEP: 0
477474
openGLRequireES32: 0
@@ -632,7 +629,6 @@ PlayerSettings:
632629
switchNetworkInterfaceManagerInitializeEnabled: 1
633630
switchPlayerConnectionEnabled: 1
634631
switchUseNewStyleFilepaths: 0
635-
switchUseLegacyFmodPriorities: 1
636632
switchUseMicroSleepForYield: 1
637633
switchEnableRamDiskSupport: 0
638634
switchMicroSleepForYieldTime: 25
@@ -732,7 +728,6 @@ PlayerSettings:
732728
webGLLinkerTarget: 1
733729
webGLThreadsSupport: 0
734730
webGLDecompressionFallback: 0
735-
webGLPowerPreference: 2
736731
scriptingDefineSymbols:
737732
0: IS_ONESIGNAL_EXAMPLE_APP
738733
additionalCompilerArguments: {}
@@ -747,7 +742,6 @@ PlayerSettings:
747742
allowUnsafeCode: 0
748743
useDeterministicCompilation: 1
749744
enableRoslynAnalyzers: 1
750-
selectedPlatform: 0
751745
additionalIl2CppArgs:
752746
scriptingRuntimeVersion: 1
753747
gcIncremental: 1
@@ -835,7 +829,6 @@ PlayerSettings:
835829
m_VersionName:
836830
apiCompatibilityLevel: 6
837831
activeInputHandler: 0
838-
windowsGamepadBackendHint: 0
839832
cloudProjectId:
840833
framebufferDepthMemorylessMode: 0
841834
qualitySettingsNames: []

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.11",
4+
"version": "3.0.12",
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.11"
8+
"com.onesignal.unity.core": "3.0.12"
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.11";
37+
public const string Version = "3.0.12";
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.11",
4+
"version": "3.0.12",
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.11",
4+
"version": "3.0.12",
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.11"
8+
"com.onesignal.unity.core": "3.0.12"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)