From 4006be35d900325b6d29a1a962b54ba0231c37c5 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 26 Aug 2018 19:15:01 +0100 Subject: [PATCH 1/7] Update BinaryUtils dependency --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 4809e8a22..86292d682 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "pocketmine/binaryutils", - "version": "0.1.0", + "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/pmmp/BinaryUtils.git", - "reference": "c824ac67eeeb6899c2a9ec91a769eb9ed6e3f595" + "reference": "54efeb978be0ff9335022729fe63c1e2077bf1be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/c824ac67eeeb6899c2a9ec91a769eb9ed6e3f595", - "reference": "c824ac67eeeb6899c2a9ec91a769eb9ed6e3f595", + "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/54efeb978be0ff9335022729fe63c1e2077bf1be", + "reference": "54efeb978be0ff9335022729fe63c1e2077bf1be", "shasum": "" }, "require": { @@ -38,20 +38,20 @@ "source": "https://github.com/pmmp/BinaryUtils/tree/master", "issues": "https://github.com/pmmp/BinaryUtils/issues" }, - "time": "2018-04-16T09:05:08+00:00" + "time": "2018-08-26T18:11:05+00:00" }, { "name": "pocketmine/math", - "version": "0.2.0", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/pmmp/Math.git", - "reference": "95ae5600328ed2add44c0bc830a68d3660e9e0ef" + "reference": "ee299f5c9c444ca526c9c691b920f321458cf0b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/Math/zipball/95ae5600328ed2add44c0bc830a68d3660e9e0ef", - "reference": "95ae5600328ed2add44c0bc830a68d3660e9e0ef", + "url": "https://api.github.com/repos/pmmp/Math/zipball/ee299f5c9c444ca526c9c691b920f321458cf0b6", + "reference": "ee299f5c9c444ca526c9c691b920f321458cf0b6", "shasum": "" }, "require": { @@ -69,10 +69,10 @@ ], "description": "PHP library containing math related code used in PocketMine-MP", "support": { - "source": "https://github.com/pmmp/Math/tree/master", + "source": "https://github.com/pmmp/Math/tree/0.2.1", "issues": "https://github.com/pmmp/Math/issues" }, - "time": "2018-06-09T09:26:30+00:00" + "time": "2018-08-15T15:43:27+00:00" }, { "name": "pocketmine/nbt", From 08897c6941bee01bf2eda0e3fefaaad7cfe46fe5 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 15:47:28 +0100 Subject: [PATCH 2/7] Release 3.0.12 --- src/pocketmine/PocketMine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 32065dbdd..61854caa1 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -38,7 +38,7 @@ namespace pocketmine { const NAME = "PocketMine-MP"; const BASE_VERSION = "3.0.12"; - const IS_DEVELOPMENT_BUILD = true; + const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0"; From 5179bb1d30c3ae7b96ef55f644a8aa6e1d836fb5 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 15:57:58 +0100 Subject: [PATCH 3/7] Release 3.1.5 --- src/pocketmine/PocketMine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 598d11bb1..189aafe4e 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -38,7 +38,7 @@ namespace pocketmine { const NAME = "PocketMine-MP"; const BASE_VERSION = "3.1.5"; - const IS_DEVELOPMENT_BUILD = true; + const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0"; From 17f1bf5512d2acde1fc2955e636b1a2ba82dc01e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 16:08:45 +0100 Subject: [PATCH 4/7] 3.1.6 is next --- src/pocketmine/PocketMine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 189aafe4e..a9f737d2d 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -37,8 +37,8 @@ namespace pocketmine { use pocketmine\wizard\SetupWizard; const NAME = "PocketMine-MP"; - const BASE_VERSION = "3.1.5"; - const IS_DEVELOPMENT_BUILD = false; + const BASE_VERSION = "3.1.6"; + const IS_DEVELOPMENT_BUILD = true; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0"; From e09087de26a9a42ef520192a0753c93626c1b98d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 16:27:01 +0100 Subject: [PATCH 5/7] Fix version numbers --- src/pocketmine/network/mcpe/protocol/ProtocolInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php b/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php index d7cc21f51..65c98a6f5 100644 --- a/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php +++ b/src/pocketmine/network/mcpe/protocol/ProtocolInfo.php @@ -43,11 +43,11 @@ interface ProtocolInfo{ /** * Current Minecraft PE version reported by the server. This is usually the earliest currently supported version. */ - public const MINECRAFT_VERSION = 'v1.6.0.8 beta'; + public const MINECRAFT_VERSION = 'v1.6.0'; /** * Version number sent to clients in ping responses. */ - public const MINECRAFT_VERSION_NETWORK = '1.6.0.8'; + public const MINECRAFT_VERSION_NETWORK = '1.6.0'; public const LOGIN_PACKET = 0x01; public const PLAY_STATUS_PACKET = 0x02; From ba12dfafd69c17ba55b16e8a0e3de09c7e594dfa Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 16:28:35 +0100 Subject: [PATCH 6/7] Release 3.2.0 --- src/pocketmine/PocketMine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 5ac2e90c6..99611972d 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -38,7 +38,7 @@ namespace pocketmine { const NAME = "PocketMine-MP"; const BASE_VERSION = "3.2.0"; - const IS_DEVELOPMENT_BUILD = true; + const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0"; From cf7071de3d22b7c6767869c5cc0ceac539822715 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 29 Aug 2018 17:25:31 +0100 Subject: [PATCH 7/7] 3.2.1 is next --- src/pocketmine/PocketMine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 99611972d..a1192ddd3 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -37,8 +37,8 @@ namespace pocketmine { use pocketmine\wizard\SetupWizard; const NAME = "PocketMine-MP"; - const BASE_VERSION = "3.2.0"; - const IS_DEVELOPMENT_BUILD = false; + const BASE_VERSION = "3.2.1"; + const IS_DEVELOPMENT_BUILD = true; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0";