From b095f606c144ca375a69a8a0f0f289a9b3602629 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 3 Jan 2023 19:29:47 +0000 Subject: [PATCH] Release 4.12.4 --- changelogs/4.12.md | 8 +++++++- src/VersionInfo.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelogs/4.12.md b/changelogs/4.12.md index 99ac50e54..066a5ec0b 100644 --- a/changelogs/4.12.md +++ b/changelogs/4.12.md @@ -37,4 +37,10 @@ Released 28th December 2022. ## Fixes - Fixed unauthenticated connections taking up player count slots, preventing players from joining. - Fixed a possible crash in `World->tickChunk()` when plugins unload chunks during some events. -- `/gamemode` will now report a failure to change game mode if the player is already in the requested game mode. \ No newline at end of file +- `/gamemode` will now report a failure to change game mode if the player is already in the requested game mode. + +# 4.12.4 +Released 3rd January 2023. + +## Fixes +- Added workarounds for an active exploit being used to deny service to servers. \ No newline at end of file diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 4b59607a6..a361232b3 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "4.12.4"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){