mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Release 4.12.5
This commit is contained in:
parent
3baa5ab712
commit
d146175d27
@ -44,3 +44,9 @@ Released 3rd January 2023.
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Added workarounds for an active exploit being used to deny service to servers.
|
- Added workarounds for an active exploit being used to deny service to servers.
|
||||||
|
|
||||||
|
# 4.12.5
|
||||||
|
Released 6th January 2023.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Removed a workaround for an old client bug in custom form responses. The code contained a denial-of-service vulnerability.
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.12.5";
|
public const BASE_VERSION = "4.12.5";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user