Skip to content

Commit

Permalink
Upgrade version to 4.4 + update the Changelog (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid authored Mar 27, 2024
1 parent 3b41d62 commit 6604878
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Assets/Plugins/StreamChat/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v4.4.0:
Fixes:
* Fixed Unity 2019.4 compiler errors (due to older C# syntax)
* Fixed unnecessary DLLs being added to the Windows build. Test framework dependencies (Tasks.Extensions, CompilerServices.Unsafe) + changed NativeWebSocket to be only included in a WebGL build

Sample Project:
* Fixes:
* Fixed Json deserialization error due to code being stripped by the IL2CPP

v4.3.0:
Fixes:
* Fixed state update after channel.truncated event with a past date
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, 3, 0);
public static readonly Version SDKVersion = new Version(4, 4, 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.3.0
bundleVersion: 4.4.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 6604878

Please sign in to comment.