diff --git a/README.md b/README.md index dab5759..26e58ad 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ First, follow regular update instructions on the website (uploading files etc). ## Available tags | Tag | NamelessMC version | PHP version | Receives updates\* | Notes | --- | ------------------ | ----------- | ---------------- | ----- -**v2-pr11** | **v2.0.0-pr11** | **8.0** | **Yes** | **Recommended** -v2-pr11-php74 | v2.0.0-pr11 | 7.4 | Yes | For compatibility with legacy modules +**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.0 | Yes | Testing only, reinstall frequently. ### Legacy tags @@ -47,6 +47,8 @@ v2-pr9 | v2.0.0-pr9 | 7.4 | Yes | v2-pr9-php8 | v2.0.0-pr9 | 8.0 | Yes | Experimental 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 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. diff --git a/deploy.sh b/deploy.sh index 538ea24..7c26174 100755 --- a/deploy.sh +++ b/deploy.sh @@ -38,4 +38,6 @@ deploy_php v2-pr10 8.0 v2.0.0-pr10 deploy_php v2-pr10-php74 7.4 v2.0.0-pr10 deploy_php v2-pr11 8.0 v2.0.0-pr11 deploy_php v2-pr11-php74 7.4 v2.0.0-pr11 +deploy_php v2-pr12 8.0 v2.0.0-pr12 +deploy_php v2-pr12-php74 7.4 v2.0.0-pr12 deploy_php dev 8.0 v2