- '5.4'
- '5.5'
- '5.6'
+ - '6.0'
permissions:
contents: write
-## WoltLab Suite 5.6 Documentation
+## WoltLab Suite 6.0 Documentation
This repository is used to build the documentation at [https://docs.woltlab.com](https://docs.woltlab.com), contributions are welcome.
-# WoltLab Suite 5.6 Documentation
+# WoltLab Suite 6.0 Documentation
## Introduction
# Migrating from WoltLab Suite 5.5 - Deprecations and Removals
-With version 5.6, we have deprecated certain components and removed several other components that have been deprecated for many years.
+With version 6.0, we have deprecated certain components and removed several other components that have been deprecated for many years.
## Diff
-WoltLab Suite 5.6 ships with sebastian/diff as a replacement for `wcf\util\Diff`.
+WoltLab Suite 6.0 ships with sebastian/diff as a replacement for `wcf\util\Diff`.
The `wcf\util\Diff::rawDiffFromSebastianDiff()` method was added as a compatibility helper to transform sebastian/diff's output format into Diff's output format.
Refer to the documentation within the [sebastianbergmann/diff](https://github.com/sebastianbergmann/diff) repository for details on how to use the library.
## Cronjobs
-WoltLab Suite 5.6 ships with dragonmantank/cron-expression as a replacement for `wcf\util\CronjobUtil`.
+WoltLab Suite 6.0 ships with dragonmantank/cron-expression as a replacement for `wcf\util\CronjobUtil`.
This library is considered an internal library / implementation detail and not covered by backwards compatibility promises of WoltLab Suite.
copyright: Copyright © 2020 WoltLab GmbH
site_url: https://docs.woltlab.com/
repo_url: https://github.com/WoltLab/docs.woltlab.com/
-edit_uri: edit/5.6/docs/
+edit_uri: edit/6.0/docs/
nav:
- 'Getting Started': 'getting-started.md'