mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
changelog: mention UPnP API changes
This commit is contained in:
parent
36b8217e68
commit
5f1e66478b
@ -780,6 +780,12 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
|
||||
- `mcpe\RakLibInterface` -> `mcpe\raklib\RakLibInterface`
|
||||
- The following classes have been removed:
|
||||
- `mcpe\PlayerNetworkSessionAdapter`
|
||||
- The following methods have been renamed:
|
||||
- `UPnP::PortForward()` -> `UPnP::portForward()`
|
||||
- `UPnP::RemovePortForward()` -> `UPnP::removePortForward()`
|
||||
- The following methods have changed signatures:
|
||||
- `UPnP::portForward()` now accepts `string $serviceURL, string $internalIP, int $internalPort, int $externalPort`.
|
||||
- `UPnP::removePortForward()` now accepts `string $serviceURL, int $externalPort`.
|
||||
- The following methods have been removed:
|
||||
- `NetworkInterface->putPacket()`
|
||||
- `NetworkInterface->close()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user