Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jul 18, 2023
1 parent f6ee7dd commit 69abd5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelogs/5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,19 @@ Released 14th July 2023.

## General
- Updated `build/php` submodule to pmmp/PHP-Binaries@e0c918d1379465964acefd562d9e48f87cfc2c9e.

# 5.3.2
Released 18th July 2023.

## Included releases
**This release includes changes from the following releases:**
- [4.23.2](https://github.com/pmmp/PocketMine-MP/blob/4.23.2/changelogs/4.23.md#4232) - Fix for `sandboxId`-related login errors

## Documentation
- Fixed documentation error in `StringToTParser`.

## Fixes
- Fixed turtle helmet not being able to be unequipped.

## Internals
- Armor pieces are no longer set back into the armor inventory if no change was made. This reduces the number of slot updates sent to clients, as well as avoiding unnecessary updates for armor pieces which have Unbreaking enchantments.
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.3.2";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit 69abd5e

Please sign in to comment.