Update version to 6.0
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Aug 2022 12:17:43 +0000 (14:17 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Aug 2022 12:17:43 +0000 (14:17 +0200)
.github/workflows/deploy.yml
README.md
docs/index.md
docs/migration/wsc55/deprecations_removals.md
docs/migration/wsc55/libraries.md
mkdocs.yml

index e8fb56df373ba4344dad203aba022daedb38b4ad..fa68a22bd665c2b3280fed426b98ece350fdd37c 100644 (file)
@@ -6,6 +6,7 @@ on:
     - '5.4'
     - '5.5'
     - '5.6'
+    - '6.0'
 
 permissions:
   contents: write
index 705bbc26f8154ab556218c0780f4d647fee310b5..aabb8919cc2dcd01dc9c2e5b1b45657428d3efc9 100644 (file)
--- 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.
 
index d111c24dbf665028a9acebb379766740a54d635e..547c8f845d1f35062d75655955cad02ffde3b5a6 100644 (file)
@@ -1,4 +1,4 @@
-# WoltLab Suite 5.6 Documentation
+# WoltLab Suite 6.0 Documentation
 
 ## Introduction
 
index fc5877171378c033d6545f64f91447f498c24296..073a426ec8f25f7a9ae863ab9f037569264fb41e 100644 (file)
@@ -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.
 
 
 
index ca9b8d667358b72074d9cf0ad81966ba71a59703..daeb0f6ccf9a09418ae202e1ddac20c01e87b0e1 100644 (file)
@@ -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.
index d6c51ccf24f32fe83c03e61529b56de5a3f6f77a..70b6fc97a43a1bc9868bd93fec856ff83cd4e892 100644 (file)
@@ -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'