Skip to content

Commit cdecd7b

Browse files
authored
Merge pull request #760 from OneSignal/release/5.1.9
Release 5.1.9
2 parents 454c42d + fb14ecd commit cdecd7b

File tree

13 files changed

+19
-17
lines changed

13 files changed

+19
-17
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": "5.1.8",
19+
"expression": "5.1.9",
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+
## [5.1.9]
89
### Changed
910
- Updated included Android SDK from 5.1.20 to [5.1.21](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.21)
1011
- Fix ending an already ended session
@@ -402,7 +403,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
402403
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
403404
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
404405

405-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.8...HEAD
406+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.9...HEAD
407+
[5.1.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.8...5.1.9
406408
[5.1.8]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.7...5.1.8
407409
[5.1.7]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.6...5.1.7
408410
[5.1.6]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.5...5.1.6

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": "5.1.8",
19+
"expression": "5.1.9",
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": "5.1.8",
21+
"expression": "5.1.9",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.8
1+
5.1.9

OneSignalExample/Packages/packages-lock.json

+3-3
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": "5.1.8"
8+
"com.onesignal.unity.core": "5.1.9"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.1.8"
22+
"com.onesignal.unity.core": "5.1.9"
2323
}
2424
},
2525
"com.unity.ai.navigation": {
@@ -104,9 +104,9 @@
104104
"depth": 0,
105105
"source": "registry",
106106
"dependencies": {
107+
"com.unity.modules.audio": "1.0.0",
107108
"com.unity.modules.director": "1.0.0",
108109
"com.unity.modules.animation": "1.0.0",
109-
"com.unity.modules.audio": "1.0.0",
110110
"com.unity.modules.particlesystem": "1.0.0"
111111
},
112112
"url": "https://packages.unity.com"

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ PlayerSettings:
135135
vulkanEnableLateAcquireNextImage: 0
136136
vulkanEnableCommandBufferRecycling: 1
137137
loadStoreDebugModeEnabled: 0
138-
bundleVersion: 5.1.8
138+
bundleVersion: 5.1.9
139139
preloadedAssets: []
140140
metroInputSource: 0
141141
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": "5.1.8",
4+
"version": "5.1.9",
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": "5.1.8"
8+
"com.onesignal.unity.core": "5.1.9"
99
},
1010
"keywords": [
1111
"push-notifications",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040
/// OneSignal SDK for Unity
4141
/// </summary>
4242
public static partial class OneSignal {
43-
public const string Version = "5.1.8";
43+
public const string Version = "5.1.9";
4444

4545
/// <summary>
4646
/// The default static instance of the OneSignal Unity SDK

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
namespace OneSignalSDK {
4040
public abstract class OneSignalPlatform {
41-
public const string VersionHeader = "050108";
41+
public const string VersionHeader = "050109";
4242

4343
internal static event Action<string> OnInitialize;
4444

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": "5.1.8",
4+
"version": "5.1.9",
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/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ - (void)setOneSignalUnityDelegate:(id <UIApplicationDelegate>)delegate {
9797

9898
- (BOOL)oneSignalApplication:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
9999
[OneSignalWrapper setSdkType:@"unity"];
100-
[OneSignalWrapper setSdkVersion:@"050108"];
100+
[OneSignalWrapper setSdkVersion:@"050109"];
101101
[OneSignal initialize:nil withLaunchOptions:launchOptions];
102102

103103
if ([self respondsToSelector:@selector(oneSignalApplication:didFinishLaunchingWithOptions:)])

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

0 commit comments

Comments
 (0)