Skip to content

Commit

Permalink
Ready 5.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 9, 2024
1 parent bba525d commit 2f11608
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/5.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,16 @@ Released 5th December 2024.

## Internals
- Improved blockstate consistency check to detect tiles disappearing during refactors.

# 5.23.2
Released 9th December 2024.

## General
- Updated translations for Russian and Korean.

## Fixes
- Fixed server build number.
- Fixed some crashes being misreported as plugin-involved.

## Internals
- Removed legacy `build/make-release.php` script. This script is no longer used, as all releases should now follow the PR workflow.
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.2";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit 2f11608

Please sign in to comment.