Skip to content

Commit

Permalink
Prepare 5.20.1 release (#6479)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Oct 31, 2024
1 parent 0065fe6 commit 94dff74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/5.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if

## Fixes
- Fixed a bug in `tools/generate-blockstate-upgrade-schema.php` that caused it to fail on 1.21.40 with the new mushroom block changes.

# 5.20.1
Released 31st October 2024.

## Fixes
- Workaround old mob heads in world saves not being upgraded correctly and causing crashes.
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.20.1";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit 94dff74

Please sign in to comment.