From 3c0d3c9b8f64149ec678a4c22c7b943d737e6176 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 4 Jun 2022 21:02:06 +0200 Subject: [PATCH] Update readme for pr13 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee3cb13..7452933 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ If you want to use Docker for developing NamelessMC, please see the [docker comp First, follow regular update instructions on the website (uploading files etc). After the upgrade is complete and your website is back up, change the image tag to the new version (e.g. change from `v2-pr7` to `v2-pr8`) to get the newest PHP library versions. ## Available tags +### Supported tags | Tag | NamelessMC version | PHP version | Receives updates\* | Notes | --- | ------------------ | ----------- | ---------------- | ----- -**v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended** -v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules -dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently. +**v2-pr13** | **v2.0.0-pr13** | **8.1** | **Yes** | **Recommended** +dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently. Downloads latest source code and includes composer and yarnpkg. ### Legacy tags @@ -60,6 +60,8 @@ v2-pr10 | v2.0.0-pr10 | 8.0 | Yes | Use PHP 7.4 for compatibility v2-pr10-php74 | v2.0.0-pr10 | 7.4 | Yes | v2-pr11 | v2.0.0-pr11 | 8.0 | Yes | v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules +v2-pr12 | v2.0.0-pr12** | 8.0** | Yes | +v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules dev-php8 | v2 development | 8.0 | No | Use `:dev` instead, it now uses PHP 8 \* Image updates, not NamelessMC updates. Only the latest NamelessMC version is supported.