From d828a8be0e23b4250b02cb79bc9c40201ba618cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 13 May 2022 15:11:23 +0200 Subject: [PATCH] Add barebones deprecations_removals.md for 5.6 --- docs/migration/wsc55/deprecations_removals.md | 61 +++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 62 insertions(+) create mode 100644 docs/migration/wsc55/deprecations_removals.md diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md new file mode 100644 index 00000000..6ec44036 --- /dev/null +++ b/docs/migration/wsc55/deprecations_removals.md @@ -0,0 +1,61 @@ +# 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. + + + +## Deprecations + +### PHP + +#### Classes + +#### Methods + +#### Properties + +#### Constants + +#### Functions + +#### Options + +### JavaScript + +### Database Tables + +### Templates + +#### Template Modifiers + +#### Template Events + +### Miscellaneous + +## Removals + +### PHP + +#### Classes + +#### Methods + +#### Properties + +#### Constants + +#### Options + +#### Files + +### JavaScript + +### Phrases + +### Templates + +#### Templates + +#### Template Events + +### Miscellaneous diff --git a/mkdocs.yml b/mkdocs.yml index a8b10aec..a3e80932 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -114,6 +114,7 @@ nav: - 'PHP API': 'migration/wsc55/php.md' - 'TypeScript and JavaScript': 'migration/wsc55/javascript.md' - 'Third Party Libraries': 'migration/wsc55/libraries.md' + - 'Deprecations and Removals': 'migration/wsc55/deprecations_removals.md' - 'From WoltLab Suite 5.4': - 'PHP API': 'migration/wsc54/php.md' - 'TypeScript and JavaScript': 'migration/wsc54/javascript.md' -- 2.20.1