File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
unity-chat/PubnubChatUnity/Assets/PubnubChat Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11---
2- version : v1.1.0
2+ version : v1.1.1
33changelog :
4+ - date : 2025-11-06
5+ version : v1.1.1
6+ changes :
7+ - type : feature
8+ text : " Updated Unity SDK dependency to latest version - 9.3.0."
9+ - type : bug
10+ text : " Fixed an issue where sometimes the Active status for User would not have expected value."
411 - date : 2025-10-29
512 version : v1.1.0
613 changes :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace PubnubChatApi
55{
66 public class UnityChatPNSDKSource : IPNSDKSource
77 {
8- private const string build = "1.1.0 " ;
8+ private const string build = "1.1.1 " ;
99
1010 private string GetPlatformString ( )
1111 {
Original file line number Diff line number Diff line change 11{
22 "name" : " com.pubnub.pubnubchat" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "displayName" : " Pubnub Chat" ,
55 "description" : " PubNub Unity Chat SDK" ,
66 "unity" : " 2022.3" ,
You can’t perform that action at this time.
0 commit comments