File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Assets/Plugins/Source/Core Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static class EOSPackageInfo
3535 * not involve editing source code files.
3636 */
3737
38- public const string Version = "3.3.0 " ;
38+ public const string Version = "3.3.1 " ;
3939
4040 public const string PackageName = "com.playeveryware.eos" ;
4141 }
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
55# Changelog
66
7+ ## [ 3.3.1] - 2024-07-30
8+
9+ ### Fixed
10+ - fix(native,log) : log config error handling to prevent crashing
11+ - fix(ui,log) : show correct log levels in UILogWindow on native initialized platforms
12+ - chore(log,config) : update log config fields to Pascal case
13+ - chore(native,windows) : rebuild libs after fixing log config crash
14+
715## [ 3.3.0] - 2024-07-03
816
917### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " com.playeveryware.eos" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "unity" : " 2021.3" ,
55 "unityRelease" : " 8f1" ,
66 "displayName" : " Epic Online Services Plugin for Unity" ,
3131 }
3232 ],
3333 "com_playeveryware" : {
34- "git_build_sha" : " dcba58e540ad7611e6369b920c9dcd9609570f02 "
34+ "git_build_sha" : " 9b9229325c93dd7e81461fde387ed5ef012349ec "
3535 }
3636}
You can’t perform that action at this time.
0 commit comments