Skip to content

Commit 3aa2198

Browse files
Merge pull request #397 from OneSignal/release/2.14.4
Release 2.14.4
2 parents 82e0486 + 6cd23d6 commit 3aa2198

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4]
9+
### Fixed
10+
- Removed use of C# 8.0 features to maintain compatibility
11+
### Changed
12+
- Updated included Android SDK to [3.16.1](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/3.16.1)
13+
- Avoid continuing with null IAM message Ids [#1386](https://github.com/OneSignal/OneSignal-Android-SDK/pull/1386)
14+
- Updated included iOS SDK to version [2.16.7](https://github.com/OneSignal/OneSignal-iOS-SDK/tree/2.16.7/)
15+
- In App Messaging now respects device orientation locks for Unity Applications [#1000](https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1000)
816
## [2.14.3]
917
### Fixed
1018
- Added a delayed call when attempting to reshow the `OneSignalSetupWindow` after importing packages.
@@ -30,10 +38,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3038

3139
### Changed
3240
- The OneSignal Unity SDK has now transitioned to [Unity Package Manager](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) support
33-
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
41+
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
3442
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
3543

36-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.3...HEAD
44+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.4...HEAD
45+
[2.14.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.3...2.14.4
3746
[2.14.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.2...2.14.3
3847
[2.14.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.1...2.14.2
3948
[2.14.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.0...2.14.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.3
1+
2.14.4

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-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.3
130+
bundleVersion: 2.14.4
131131
preloadedAssets: []
132132
metroInputSource: 0
133133
wsaTransparentSwapchain: 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": "2.14.3",
4+
"version": "2.14.4",
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.3"
8+
"com.onesignal.unity.core": "2.14.4"
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.3",
4+
"version": "2.14.4",
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": "2.14.3",
4+
"version": "2.14.4",
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.3"
8+
"com.onesignal.unity.core": "2.14.4"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)