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.0 .0
2+ version : v1.1 .0
33changelog :
4+ - date : 2025-10-29
5+ version : v1.1.0
6+ changes :
7+ - type : feature
8+ text : " Added the option of performing reversible soft deletion on Channel and User entities."
9+ - type : feature
10+ text : " Added a MutedUsersManager class that allows for muting specific user IDs on client side."
411 - date : 2025-10-02
512 version : v1.0.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 = "0.4.5 " ;
8+ private const string build = "1.1.0 " ;
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.0 .0" ,
3+ "version" : " 1.1 .0" ,
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