mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
5.23.1 (#6562)
This commit is contained in:
parent
6b2da15b80
commit
2b0daebc2a
@ -105,3 +105,12 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
|
|||||||
- Event handler tests have been converted to PHPUnit tests by mocking `Server` and `Plugin` instances. Previously, these required integration tests for these dependencies.
|
- Event handler tests have been converted to PHPUnit tests by mocking `Server` and `Plugin` instances. Previously, these required integration tests for these dependencies.
|
||||||
- Fixed various deprecation warnings in PHP 8.4.
|
- Fixed various deprecation warnings in PHP 8.4.
|
||||||
- `netresearch/jsonmapper` is now used at `5.0.0`. The PMMP fork of this library has been removed, as it is no longer needed.
|
- `netresearch/jsonmapper` is now used at `5.0.0`. The PMMP fork of this library has been removed, as it is no longer needed.
|
||||||
|
|
||||||
|
# 5.23.1
|
||||||
|
Released 5th December 2024.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
- Fixed signs not creating a tile when placed.
|
||||||
|
|
||||||
|
## Internals
|
||||||
|
- Improved blockstate consistency check to detect tiles disappearing during refactors.
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.23.1";
|
public const BASE_VERSION = "5.23.1";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user