Skip to content

Commit

Permalink
5.23.1 (#6562)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Dec 5, 2024
1 parent 6b2da15 commit 2b0daeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelogs/5.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.

# 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.
2 changes: 1 addition & 1 deletion src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.23.1";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit 2b0daeb

Please sign in to comment.