Skip to content

Commit d8e2d87

Browse files
committed
update versions
1 parent 3f5d1f1 commit d8e2d87

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

com.playeveryware.eos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
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).
4+
5+
## [4.1.0] - 2025-07-15
6+
7+
### Changed
8+
- Update to EOS SDK 1.17.1.0-CL43712763
9+
10+
### Fixed
11+
- fix: SendMessage does not verify if the P2P connection is fully established before sending messages
12+
13+
414
## [4.0.2] - 2025-06-17
515

616
### Changed

com.playeveryware.eos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"unity": "2021.3",
5-
"unityRelease": "16f1",
5+
"unityRelease": "45f1",
66
"author": {
77
"name": "PlayEveryWare, Inc.",
88
"email": "[email protected]",
99
"url": "https://playeveryware.com"
1010
},
1111
"displayName": "Epic Online Services Plugin for Unity",
12-
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.17.0-HF\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
12+
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.45f1\n EOS SDK 1.17.1.0-CL43712763\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
1313
"documentationUrl": "https://eospluginforunity.playeveryware.com",
1414
"dependencies": {
1515
"com.unity.nuget.newtonsoft-json": "3.0.2",

0 commit comments

Comments
 (0)