Skip to content

Commit

Permalink
Release 4.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jul 24, 2023
1 parent 2a4909d commit 948875b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/4.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@ Released 18th July 2023.

## Fixes
- Fixed login errors due to a new `sandboxId` field appearing in the Xbox Live authentication data in `LoginPacket`. All clients, regardless of version, are affected by this change.

# 4.23.3
Released 24th July 2023.

## Documentation
- Fixed typo in `ChunkSelector::selectChunks()` documentation.

## Fixes
- Fixed the server not stopping properly during crash conditions on *nix platforms.
- Fixed `HORSE_EQUIP` and `SMITHING_TABLE_TEMPLATE` container UI types not being handled by `ItemStackContainerIdTranslator`. This bug prevented plugins from implementing missing inventory types.
- Player emotes no longer broadcast messages to other players. This was unintended behaviour caused by a client-side behavioural change.
- Shulker boxes no longer support the placement of torches or other similar blocks.
- Fire can now be placed on upper slabs and the top of upside-down stairs.
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 = "4.23.3";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

private function __construct(){
Expand Down

0 comments on commit 948875b

Please sign in to comment.