From 71ab160048d9fa484fe3fa44f47fe502046eda7a Mon Sep 17 00:00:00 2001 From: Mose Date: Thu, 4 Jan 2024 18:22:22 +0000 Subject: [PATCH] (API 8+) Updated API page to state API 8 EOL (#992) * Wait really .... only 1 commit which changed from api 8.2 to 8.3 before eol? * Found versions * end of updates --- source/plugin/api-versions.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/plugin/api-versions.rst b/source/plugin/api-versions.rst index 0d8f9636796..59e310b8690 100644 --- a/source/plugin/api-versions.rst +++ b/source/plugin/api-versions.rst @@ -5,20 +5,20 @@ API-Versions This page explains which API versions exist, and to which Minecraft version their implementations belong. +-------------+--------------+----------------+-------------------------------------------+ -| API-Version | Release Date | End of Support | Known Implementations (Minecraft Version) | +| API-Version | Release Date | End of Updates | Known Implementations (Minecraft Version) | +=============+==============+================+===========================================+ -| *11.0.0* | TBA | TBA | * SpongeForge (1.20.1 - expected) | -| | | | * SpongeVanilla (1.20.1 - expected) | +| *11.0.0* | TBA | TBA | * SpongeForge (1.20.4 - expected) | +| | | | * SpongeVanilla (1.20.4 - expected) | +-------------+--------------+----------------+-------------------------------------------+ | 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) | | | | | * SpongeVanilla (1.19.4) | +-------------+--------------+----------------+-------------------------------------------+ | 9.0.0 | May 19 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) | +-------------+--------------+----------------+-------------------------------------------+ -| 8.2.0 | Sep 3, 2023 | TBA | * SpongeForge (1.16.5) | +| 8.2.0 | Sep 3, 2023 | Sep 3, 2023 | * SpongeForge (1.16.5) | | | | | * SpongeVanilla (1.16.5) | +-------------+--------------+----------------+-------------------------------------------+ -| 8.1.0 | Jan 8, 2022 | Sep 3rd, 2023 | * SpongeForge (1.16.5) | +| 8.1.0 | Jan 8, 2022 | Sep 3, 2023 | * SpongeForge (1.16.5) | | | | | * SpongeVanilla (1.16.5) | +-------------+--------------+----------------+-------------------------------------------+ | 8.0.0 | May 19, 2022 | Jan 8, 2022 | * SpongeForge (1.16.5) |