From 2cc82d33bb7f55d59dda971db3951297dcbbebeb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 9 Aug 2022 14:17:43 +0200 Subject: [PATCH] Update version to 6.0 --- .github/workflows/deploy.yml | 1 + README.md | 2 +- docs/index.md | 2 +- docs/migration/wsc55/deprecations_removals.md | 2 +- docs/migration/wsc55/libraries.md | 4 ++-- mkdocs.yml | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8fb56df..fa68a22b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,7 @@ on: - '5.4' - '5.5' - '5.6' + - '6.0' permissions: contents: write diff --git a/README.md b/README.md index 705bbc26..aabb8919 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## 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. diff --git a/docs/index.md b/docs/index.md index d111c24d..547c8f84 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# WoltLab Suite 5.6 Documentation +# WoltLab Suite 6.0 Documentation ## Introduction diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md index fc587717..073a426e 100644 --- a/docs/migration/wsc55/deprecations_removals.md +++ b/docs/migration/wsc55/deprecations_removals.md @@ -1,6 +1,6 @@ # 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 --git a/docs/migration/wsc55/libraries.md b/docs/migration/wsc55/libraries.md index ca9b8d66..daeb0f6c 100644 --- a/docs/migration/wsc55/libraries.md +++ b/docs/migration/wsc55/libraries.md @@ -19,7 +19,7 @@ Diactoros was updated from version 2.4 to 2.14. ## 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. @@ -28,6 +28,6 @@ See [WoltLab/WCF#4918](https://github.com/WoltLab/WCF/pull/4918) for examples on ## 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. diff --git a/mkdocs.yml b/mkdocs.yml index d6c51ccf..70b6fc97 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,7 @@ theme: 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' -- 2.20.1