Skip to content

Commit a5a2db4

Browse files
Merge pull request #414 from OneSignal/release/2.14.6
Release 2.14.6
2 parents 9526027 + 3b135c6 commit a5a2db4

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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+
## [2.14.6]
9+
### Added
10+
- Included [Unity's VSP Attribution](https://github.com/Unity-Technologies/com.unity.vsp-attribution) code for distribution via the Asset Store.
811
## [2.14.5]
912
### Changed
1013
- Updated included Android SDK to [3.16.2](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/3.16.2)
@@ -46,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4649
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
4750
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
4851

49-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.5...HEAD
52+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.6...HEAD
53+
[2.14.6]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.5...2.14.6
5054
[2.14.5]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.4...2.14.5
5155
[2.14.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.3...2.14.4
5256
[2.14.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.2...2.14.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.5
1+
2.14.6

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ PlayerSettings:
6868
androidRenderOutsideSafeArea: 1
6969
androidUseSwappy: 1
7070
androidBlitType: 0
71+
androidResizableWindow: 0
72+
androidDefaultWindowWidth: 1920
73+
androidDefaultWindowHeight: 1080
74+
androidMinimumWindowWidth: 400
75+
androidMinimumWindowHeight: 300
76+
androidFullscreenMode: 1
7177
defaultIsNativeResolution: 1
7278
macRetinaSupport: 1
7379
runInBackground: 1
@@ -121,13 +127,14 @@ PlayerSettings:
121127
vulkanEnableSetSRGBWrite: 0
122128
vulkanEnablePreTransform: 0
123129
vulkanEnableLateAcquireNextImage: 0
130+
vulkanEnableCommandBufferRecycling: 1
124131
m_SupportedAspectRatios:
125132
4:3: 1
126133
5:4: 1
127134
16:10: 1
128135
16:9: 1
129136
Others: 1
130-
bundleVersion: 2.14.5
137+
bundleVersion: 2.14.6
131138
preloadedAssets: []
132139
metroInputSource: 0
133140
wsaTransparentSwapchain: 0
@@ -237,6 +244,7 @@ PlayerSettings:
237244
useCustomGradlePropertiesTemplate: 1
238245
useCustomProguardFile: 0
239246
AndroidTargetArchitectures: 3
247+
AndroidTargetDevices: 0
240248
AndroidSplashScreenScale: 0
241249
androidSplashScreen: {fileID: 0}
242250
AndroidKeystoreName:
@@ -253,6 +261,7 @@ PlayerSettings:
253261
height: 180
254262
banner: {fileID: 0}
255263
androidGamepadSupportLevel: 0
264+
chromeosInputEmulation: 1
256265
AndroidMinifyWithR8: 0
257266
AndroidMinifyRelease: 0
258267
AndroidMinifyDebug: 0
@@ -377,6 +386,7 @@ PlayerSettings:
377386
cameraUsageDescription:
378387
locationUsageDescription:
379388
microphoneUsageDescription:
389+
bluetoothUsageDescription:
380390
switchNMETAOverride:
381391
switchNetLibKey:
382392
switchSocketMemoryPoolSize: 6144

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

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": "2.14.5",
4+
"version": "2.14.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

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

0 commit comments

Comments
 (0)