Skip to content

Commit

Permalink
Release 4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 6, 2023
1 parent 3baa5ab commit d146175
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion changelogs/4.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ Released 28th December 2022.
Released 3rd January 2023.

## Fixes
- Added workarounds for an active exploit being used to deny service to servers.
- Added workarounds for an active exploit being used to deny service to servers.

# 4.12.5
Released 6th January 2023.

## Fixes
- Removed a workaround for an old client bug in custom form responses. The code contained a denial-of-service vulnerability.
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.12.5";
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 d146175

Please sign in to comment.