Skip to content

Commit 7b89dda

Browse files
committed
Release 5.11.1
1 parent db665fe commit 7b89dda

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelogs/5.11.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
2424
- Restructured GitHub Actions CI workflows to make them easier to maintain (no need to update PHP versions in multiple places anymore).
2525
- GitHub Actions CodeStyle workflow now uses php-cs-fixer 3.49.x.
2626
- Dependabot updates are now processed weekly instead of daily.
27+
28+
# 5.11.1
29+
Released 23rd February 2024.
30+
31+
## Fixes
32+
- Fixed subchunk count calculation in `ChunkSerializer` for non-overworld dimension (useful for dimension plugins).
33+
- Harden options used for processing JSON data, particularly on the network, to close security issues.
34+
35+
## Documentation
36+
- Fixed PHPStan signature for `Utils::cloneObjectArray()`.
37+
38+
## Internals
39+
- Updated GitHub Actions versions to get rid of deprecation warnings.

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.11.1";
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)