From 9e9f8a487084b695985302eedb1931d6353434d1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 4 Mar 2025 20:57:47 +0000 Subject: [PATCH] Prepare 5.25.2 release --- changelogs/5.25.md | 6 ++++++ src/VersionInfo.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelogs/5.25.md b/changelogs/5.25.md index 5fdc013a6..39862cbb7 100644 --- a/changelogs/5.25.md +++ b/changelogs/5.25.md @@ -44,3 +44,9 @@ Released 26th February 2025. - Fixed confusing exception message when a block-breaking tool has an efficiency value of zero. - Fixed incorrect facing of doors since 1.21.60 (resulted in mismatched AABBs between client & server, rendering glitches etc.) - Resource pack UUIDs are now validated on load. Previously, invalid UUIDs would be accepted, and potentially cause a server crash on player join. + +# 5.25.2 +Released 4th March 2025. + +## Fixes +- Added limits to various `explode()` calls. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 712ad6e3b..c966c03cb 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 = "5.25.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**