Skip to content

Commit

Permalink
Release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 1, 2023
1 parent 52ce344 commit cd8219d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelogs/5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,12 @@ Released 24th July 2023.
- Fixed netherite items being destroyed by lava.
- Fireproof entities no longer display the burning animation when in fire or lava. This does not apply to creative players, who are immortal rather than being fireproof.
- Fixed frosted ice melting in certain conditions which didn't match vanilla Bedrock.

# 5.3.4
Released 1st August 2023.

## Included releases
This release includes changes from the following releases:
- [4.23.4](https://github.com/pmmp/PocketMine-MP/blob/4.23.4/changelogs/4.23.md#4234) - Item entity lag fix

This release contains no other significant changes.
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.4";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit cd8219d

Please sign in to comment.