Release 4.12.5

This commit is contained in:
Dylan K. Taylor 2023-01-06 00:44:58 +00:00
parent 3baa5ab712
commit d146175d27
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 8 additions and 2 deletions

View File

@ -43,4 +43,10 @@ Released 28th December 2022.
Released 3rd January 2023.
## 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.

View File

@ -32,7 +32,7 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.12.5";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
private function __construct(){