Skip to content

Commit e54ee33

Browse files
committed
chore: Resolve merge conflicts with release-3.2.1
2 parents b40777c + 82e5f3d commit e54ee33

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
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

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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
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-20
5+
# [3.2.1] - 2024-06-24
66

7-
### Fixes
8-
- **General Fixes**:
9-
- Corrected the binary associated with the release, and included the appropriate `.gitattributes` file for the corresponding release in the `eos_plugin_for_unity_upm` repository.
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.
1011

1112
# [3.2.0] - 2024-05-16
1213

etc/PackageTemplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
}
3232
],
3333
"com_playeveryware": {
34-
"git_build_sha": "337a768c64ddfb73294c904923b2db8a45308ef5"
34+
"git_build_sha": "ca1af13f274ed796f9d575e7e88151ad8dc2a5f0"
3535
}
3636
}

0 commit comments

Comments
 (0)