Skip to content

Commit

Permalink
Release 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 2, 2020
1 parent d554d80 commit d36b24c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelogs/3.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ Plugin developers should **only** update their required API to this version if y
- `mobflame` particle can now be spawned using the `/particle` command.
- Fixed several internal errors that could occur while modifying writable books.
- Fixed swapping writable book pages not working in some cases.
- `WritableBook->getPageText()` no longer throws an exception when the page doesn't exist, but returns null (as it was originally intended to).
- `WritableBook->getPageText()` no longer throws an exception when the page doesn't exist, but returns null (as it was originally intended to).

# 3.12.4
- Fixed absorption hearts not being consumed.
2 changes: 1 addition & 1 deletion src/pocketmine/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.12.4";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;

0 comments on commit d36b24c

Please sign in to comment.