Skip to content

Commit 3ed9615

Browse files
authored
Merge pull request #6422 from pmmp/5.17.1
Release patch update 5.17.1
2 parents 585dc83 + f5ab297 commit 3ed9615

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelogs/5.17.md

+13
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
2323
## Fixes
2424
- Bowl can now be used as fuel.
2525
- Bells always drops themselves even when using an incompatible tool.
26+
27+
# 5.17.1
28+
Released 13th August 2024.
29+
30+
## Documentation
31+
- Added a note about `BlockStateData::CURRENT_VERSION`.
32+
33+
## Fixes
34+
- Fixed anvil placement rotation to match vanilla.
35+
- Fixed outdated `BedrockWorldData` version, this was preventing use newer worlds.
36+
37+
## Internals
38+
- Dependabot: PHPStan and patch updates are now grouped into a single PR.

src/VersionInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
34-
public const BASE_VERSION = "5.17.1";
34+
public const BASE_VERSION = "5.17.2";
3535
public const IS_DEVELOPMENT_BUILD = true;
3636
public const BUILD_CHANNEL = "stable";
3737

0 commit comments

Comments
 (0)