Skip to content

Commit 1e797b9

Browse files
authored
Prepare 5.33.2 release (#6804)
1 parent a056af1 commit 1e797b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelogs/5.33.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,15 @@ Released 31st August 2025.
133133

134134
## Fixes
135135
- Fixed banners placed in prior versions getting their tiles deleted (due to missing `Type` tags).
136+
137+
# 5.33.2
138+
Released 16th September 2025.
139+
140+
## General
141+
- PHP 8.4 has now been added to the test matrix.
142+
143+
## Fixes
144+
- Fixed PHP 8.4 deprecation notice in `AsyncGeneratorExecutor`.
145+
- Fixed inventory windows breaking if a window is sent while the player has the chat window open (e.g. quickly pressing E followed by / could trigger this).
146+
- Fixed `BlockBreakEvent` being called twice in creative if cancelled.
147+
- Reduced block lag when towering and other situations where the placed block might intersect with the player's AABB. Block lag may still appear on higher latency clients - this is still being worked on.

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "5.33.2";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)