Skip to content

Commit 05a5e5e

Browse files
committed
Release 4.2.4
1 parent c8e1cfc commit 05a5e5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelogs/4.2.md

+6
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ Released 9th March 2022.
5151
- Various APIs accepting `Vector3`, `Position` or `Location` no longer accept objects containing `INF` or `NaN` in any component. Previously, this was allowed, but would cause lots of obscure crashes later on.
5252
- `Entity->setRotation()` no longer accepts `INF` or `NaN`.
5353
- Fixed missing bounds check for `ItemFrame->setItemDropChance()`.
54+
55+
# 4.2.4
56+
Released 18th March 2022.
57+
58+
## Fixes
59+
- Fixed a crash when handling out-of-bounds meta values on the network.

src/VersionInfo.php

+1-1
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 = "4.2.4";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
private function __construct(){

0 commit comments

Comments
 (0)