Skip to content

Commit 5f698ac

Browse files
authored
Merge pull request #385 from OneSignal/release/2.14.2
Release 2.14.2
2 parents 50c91f1 + f36c464 commit 5f698ac

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+5-1
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.2]
9+
### Fixed
10+
- Fixes rare iOS crash with some apps due to a threading issue. From [OneSignal-iOS-SDK PR #979](https://github.com/OneSignal/OneSignal-iOS-SDK/pull/979)
811
## [2.14.1]
912
### Fixed
1013
- Corrected directory separators in post processor when building for iOS in a
@@ -20,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2023
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
2124
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
2225

23-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.1...HEAD
26+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.2...HEAD
27+
[2.14.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.1...2.14.2
2428
[2.14.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.0...2.14.1
2529
[2.14.0]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.13.6...2.14.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.1
1+
2.14.2

OneSignalExample/ProjectSettings/ProjectSettings.asset

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ PlayerSettings:
127127
16:10: 1
128128
16:9: 1
129129
Others: 1
130-
bundleVersion: 2.14.1
130+
bundleVersion: 2.14.2
131131
preloadedAssets: []
132132
metroInputSource: 0
133133
wsaTransparentSwapchain: 0
@@ -586,6 +586,7 @@ PlayerSettings:
586586
ps4videoRecordingFeaturesUsed: 0
587587
ps4contentSearchFeaturesUsed: 0
588588
ps4CompatibilityPS5: 0
589+
ps4AllowPS5Detection: 0
589590
ps4GPU800MHz: 1
590591
ps4attribEyeToEyeDistanceSettingVR: 0
591592
ps4IncludedModules: []

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": "2.14.1",
4+
"version": "2.14.2",
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.1"
8+
"com.onesignal.unity.core": "2.14.2"
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": "2.14.1",
4+
"version": "2.14.2",
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": {
Binary file not shown.

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

0 commit comments

Comments
 (0)