Skip to content

Commit 80c8f7c

Browse files
authored
Merge pull request #768 from OneSignal/release/5.1.11
Release 5.1.11
2 parents a60e4ae + 3187416 commit 80c8f7c

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.11]
89
### Changed
910
- Updated included Android SDK from 5.1.24 to [5.1.25](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.25)
1011
- Fix NullPointerException from getScheduleBackgroundRunIn
@@ -424,7 +425,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
424425
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
425426
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
426427

427-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.10...HEAD
428+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.11...HEAD
429+
[5.1.11]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.10...5.1.11
428430
[5.1.10]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.9...5.1.10
429431
[5.1.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.8...5.1.9
430432
[5.1.8]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.7...5.1.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.10
1+
5.1.11

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
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.10
138+
bundleVersion: 5.1.11
139139
preloadedAssets: []
140140
metroInputSource: 0
141141
wsaTransparentSwapchain: 0

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

0 commit comments

Comments
 (0)