[ADF-4016] Added page with version compat table (#4274)

This commit is contained in:
Andy Stark
2019-02-06 11:55:06 +00:00
committed by Eugenio Romano
parent 2376f79c2b
commit 3a9958988a
4 changed files with 35 additions and 6 deletions

19
docs/compatibility.md Normal file
View File

@@ -0,0 +1,19 @@
---
Title: Version compatibility
---
# Version compatibility
The table below shows the versions of Alfresco's backend services that
have been tested with recent versions of ADF. Note that *smoke testing*
means that the version should be safe to use (ie, it won't "catch fire")
but it is not guaranteed to be free of minor issues or missing features.
You can find further information about released versions of ADF in the
[version index](versionIndex.md) and the [release notes](release-notes/README.md).
| ADF version | ACS versions | APS versions |
| -- | -- | -- |
| [2.6](versionIndex.md#v260) | **Full test:** v6.0, v5.2.4 <br/> **Smoke test:** v5.3.2 | **Full test:** v1.9.0 <br/>**Smoke test:** v1.8.1, v1.7.0, v1.6.4 |
| [2.5](versionIndex.md#v250) | **Full test:** v5.2.3 | **Full test:** v1.6.4 |
| [2.4](versionIndex.md#v240) | **Full test:** v5.2.3 <br/> **Smoke test:** v6.0.0 | **Full test:** v1.8.1 <br/> **Smoke test:** v1.9.0, v1.8.0, v1.7.0, v1.6.4 |