Releases: xPaw/PHP-Minecraft-Query
Releases · xPaw/PHP-Minecraft-Query
5.0.0
- Bump minimum PHP version to 8.0
- Set protocol to -1 in MinecraftPing::Query
- Send handshake followed by status ping packet in MinecraftPing::Query
- Strings are now decoded from ISO-8859-1 in MinecraftQuery
- Improved types
4.0.1
- Fix
Uninitialized string offset 0
4.0.0
- Bump minimum PHP version to 7.0
- Mute errors in
dns_get_record
- Rename
Unknown1
to Protocol
- Fix packet id not being read as varint in
MinecraftPing
3.0.0
Added MCPE (Bedrock Edition) support in MinecraftQuery
. Use ConnectBedrock
function.
2.0.0
Added SRV DNS record resolving