File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 3232final 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 /**
You can’t perform that action at this time.
0 commit comments