From: Tim Düsterhus Date: Mon, 10 Oct 2022 14:42:49 +0000 (+0200) Subject: Remove `` documentation from package.xml page X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=56b6f0efa139c5d4d6db57491d996f37ccad134a;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Remove `` documentation from package.xml page see #298 --- diff --git a/docs/package/package-xml.md b/docs/package/package-xml.md index c26811cb..2199e9be 100644 --- a/docs/package/package-xml.md +++ b/docs/package/package-xml.md @@ -129,27 +129,6 @@ Example: The attribute `version` must be a valid version number as described in the [\](#version) section. In the example above it will be impossible to install this package in WoltLab Suite Core 6.0.0 Alpha 1 or higher. -### `` -!!! info "Available since WoltLab Suite 3.1" -!!! warning "With the release of WoltLab Suite 5.2 the API versions were abolished. Instead of using API versions packages should exclude version `6.0.0 Alpha 1` of `com.woltlab.wcf` going forward." - -WoltLab Suite 3.1 introduced a new versioning system that focused around the API compatibility and is intended to replace the `` instruction for the Core for most plugins. - -The ``-tag holds a list of compatible API versions, and while only a single version is available at the time of writing, future versions will add more versions with backwards-compatibility in mind. - -Example: - -```xml - - - -``` - -#### Existing API versions - -| WoltLab Suite Core | API-Version | Backwards-Compatible to API-Version | -|---|---|---| -| 3.1 | 2018 | n/a | ### ``