Skip to content

Commit

Permalink
Upgrade the package to 4.5.0 version (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid authored Jun 7, 2024
1 parent 23204df commit 2b7352f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Assets/Plugins/StreamChat/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v4.5.0:
Fixes:
* Fixed channel member role deserialization breaking

Improvements:
* Reduced memory allocations

Code Samples:
* Added code examples for the user presence (online status)

v4.4.0:
Fixes:
* Fixed Unity 2019.4 compiler errors (due to older C# syntax)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private set
/// <summary>
/// SDK Version number
/// </summary>
public static readonly Version SDKVersion = new Version(4, 4, 0);
public static readonly Version SDKVersion = new Version(4, 5, 0);

/// <summary>
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 4.4.0
bundleVersion: 4.5.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 2b7352f

Please sign in to comment.