forked from pmmp/PocketMine-MP
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/stable' into stable
- Loading branch information
Showing
10 changed files
with
131 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Setup PHP and tools | ||
uses: shivammathur/[email protected].2 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: 8.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].2 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: ${{ matrix.php-version }} | ||
|
||
|
@@ -76,6 +76,9 @@ jobs: | |
${{ steps.php-binary-url.outputs.PHP_BINARY_URL }} \ | ||
> build_info.json | ||
- name: Generate core permission doc for doc.pmmp.io | ||
run: php tools/generate-permission-doc.php rst | ||
|
||
- name: Upload release artifacts | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
|
@@ -84,6 +87,7 @@ jobs: | |
${{ github.workspace }}/PocketMine-MP.phar | ||
${{ github.workspace }}/start.* | ||
${{ github.workspace }}/build_info.json | ||
${{ github.workspace }}/core-permissions.rst | ||
- name: Create draft release | ||
uses: ncipollo/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Setup PHP and tools | ||
uses: shivammathur/[email protected].2 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: 8.2 | ||
tools: php-cs-fixer:3.49 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 5.15.0 | ||
Released 25th April 2024. | ||
|
||
**For Minecraft: Bedrock Edition 1.20.80** | ||
|
||
This is a support release for Minecraft: Bedrock Edition 1.20.80. | ||
|
||
**Plugin compatibility:** Plugins for previous 5.x versions will run unchanged on this release, unless they use internal APIs, reflection, or packages like the `pocketmine\network\mcpe` or `pocketmine\data` namespace. | ||
Do not update plugin minimum API versions unless you need new features added in this release. | ||
|
||
**WARNING: If your plugin uses the `pocketmine\network\mcpe` namespace, you're not shielded by API change constraints.** | ||
Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you're using packets directly. | ||
|
||
## General | ||
- Added support for Minecraft: Bedrock Edition 1.20.80. | ||
- Removed support for earlier versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters