Skip to content

Commit ca1af13

Browse files
authored
Merge pull request #744 from PlayEveryWare/hotfix/release-fixes
Hotfixes for Release `3.2.1`
2 parents 6ab49c8 + a685925 commit ca1af13

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Assets/Plugins/Source/Core/EOSManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ namespace PlayEveryWare.EpicOnlineServices
7373
using LoginCallbackInfo = Epic.OnlineServices.Auth.LoginCallbackInfo;
7474
using LoginOptions = Epic.OnlineServices.Auth.LoginOptions;
7575
using LoginStatusChangedCallbackInfo = Epic.OnlineServices.Auth.LoginStatusChangedCallbackInfo;
76-
#endif
76+
7777
using Utility;
7878
using JsonUtility = PlayEveryWare.EpicOnlineServices.Utility.JsonUtility;
7979
using LogoutCallbackInfo = Epic.OnlineServices.Auth.LogoutCallbackInfo;
8080
using LogoutOptions = Epic.OnlineServices.Auth.LogoutOptions;
8181
using OnLogoutCallback = Epic.OnlineServices.Auth.OnLogoutCallback;
82+
#endif
8283

8384
/// <summary>
8485
/// One of the responsibilities of this class is to manage the lifetime of

Assets/Plugins/Source/Core/EOSPackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2.0";
38+
public const string Version = "3.2.1";
3939

4040
public const string PackageName = "com.playeveryware.eos";
4141
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
# [3.2.1] - 2024-06-24
6+
7+
- ### Fixes
8+
- **Release Binary Fixes**:
9+
- Corrects an error that was made when generating the binary package for the `3.2.0` release.
10+
- Corrects an issue where the presence of the scripting define `EOS_DISABLE` caused compilation errors.
11+
512
# [3.2.0] - 2024-05-16
613

714
### New Features

etc/PackageTemplate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
# [3.2.1] - 2024-06-24
6+
7+
- ### Fixes
8+
- **Release Binary Fixes**:
9+
- Corrects an error that was made when generating the binary package for the `3.2.0` release.
10+
- Corrects an issue where the presence of the scripting define `EOS_DISABLE` caused compilation errors.
11+
512
# [3.2.0] - 2024-05-16
613

714
### New Features

etc/PackageTemplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"unity": "2021.3",
55
"unityRelease": "8f1",
66
"displayName": "Epic Online Services Plugin for Unity",

0 commit comments

Comments
 (0)