From 52b6f1a492de260556852763c33d7bb5812fa793 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 8 Jan 2023 20:23:15 +0000 Subject: [PATCH] Release 4.12.7 --- changelogs/4.12.md | 9 ++++++++- src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/4.12.md b/changelogs/4.12.md index 065c9c5dc..77f30f554 100644 --- a/changelogs/4.12.md +++ b/changelogs/4.12.md @@ -55,4 +55,11 @@ Released 6th January 2023. Released 7th January 2023. ## Changes -- Added a new security measure to `NetworkSession` to detect and ban players who flood the server with packets. \ No newline at end of file +- Added a new security measure to `NetworkSession` to detect and ban players who flood the server with packets. + +# 4.12.7 +Released 8th January 2023. + +## Fixes +- Fixed players getting kicked when the server lags for too long. +- Fixed players getting kicked when a debugging session is active and a breakpoint is hit. \ No newline at end of file diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 317f0b5e6..65b86da3b 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.7"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){