The documentation does not include just the core, but also the other apps.
-# Migrating from WSC 5.2 - Third Party Libraries
+# Migrating from WoltLab Suite 5.2 - Third Party Libraries
## SCSS Compiler
-# Migrating from WSC 5.2 - PHP
+# Migrating from WoltLab Suite 5.2 - PHP
## Comments
-# Migrating from WSC 5.2 - Templates and Languages
+# Migrating WoltLab Suite 5.2 - Templates and Languages
## `{jslang}`
-# Migrating from WSC 5.3 - TypeScript and JavaScript
+# Migrating from WoltLab Suite 5.3 - TypeScript and JavaScript
## TypeScript
-# Migrating from WSC 5.3 - Third Party Libraries
+# Migrating from WoltLab Suite 5.3 - Third Party Libraries
## Guzzle
No breaking changes are expected for simple uses.
A detailed [Guzzle migration guide](https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#60-to-70) can be found in the Guzzle documentation.
-The explicit `sink` that was recommended in the [migration guide for WSC 5.2](../wsc52/libraries.md#guzzle) can now be removed, as [the Guzzle issue #2735](https://github.com/guzzle/guzzle/issues/2735) was fixed in Guzzle 7.
+The explicit `sink` that was recommended in the [migration guide for WoltLab Suite 5.2](../wsc52/libraries.md#guzzle) can now be removed, as [the Guzzle issue #2735](https://github.com/guzzle/guzzle/issues/2735) was fixed in Guzzle 7.
## Emogrifier / CSS Inliner
-# Migrating from WSC 5.3 - PHP
+# Migrating from WoltLab Suite 5.3 - PHP
## Minimum requirements
-# Migrating from WSC 5.3 - Session Handling and Authentication
+# Migrating from WoltLab Suite 5.3 - Session Handling and Authentication
WoltLab Suite 5.4 includes a completely refactored session handling.
As long as you only interact with sessions via `WCF::getSession()`, especially when you perform read-only accesses, you should not notice any breaking changes.
-# Migrating from WSC 5.3 - Templates and Languages
+# Migrating from WoltLab Suite 5.3 - Templates and Languages
## `{csrfToken}`
-# Migrating from WSC 5.4 - Deprecations and Removals
+# Migrating from WoltLab Suite 5.4 - Deprecations and Removals
With version 5.5, we have deprecated certain components and removed several other components that have been deprecated for many years.
-# Migrating from WSC 5.4 - WoltLab Suite Forum
+# Migrating from WoltLab Suite 5.4 - WoltLab Suite Forum
## Subscriptions
$userIDs,
$board->boardID
);
-```
\ No newline at end of file
+```
-# Migrating from WSC 5.4 - TypeScript and JavaScript
+# Migrating from WoltLab Suite 5.4 - TypeScript and JavaScript
## `Ajax.dboAction()`
You must update your trigger button to include the `role`, `tabindex` and ARIA attributes! Please take a look at the links in `pageHeaderUser.tpl` to see these four attributes in action.
-See [WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603) for details.
\ No newline at end of file
+See [WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603) for details.
-# Migrating from WSC 5.4 - Third Party Libraries
+# Migrating from WoltLab Suite 5.4 - Third Party Libraries
## Symfony PHP Polyfills
-# Migrating from WSC 5.4 - PHP
+# Migrating from WoltLab Suite 5.4 - PHP
## Initial PSR-7 support
-# Migrating from WSC 5.4 - Templates
+# Migrating from WoltLab Suite 5.4 - Templates
## Content Interaction Buttons
- 'Database PHP API': 'package/database-php-api.md'
- 'Migration':
- - 'Migrating from WSC 5.4':
+ - 'From WoltLab Suite 5.4':
- 'PHP API': 'migration/wsc54/php.md'
- 'TypeScript and JavaScript': 'migration/wsc54/javascript.md'
- 'Templates': 'migration/wsc54/templates.md'
- 'Third Party Libraries': 'migration/wsc54/libraries.md'
- 'Deprecations and Removals': 'migration/wsc54/deprecations_removals.md'
- - 'Migrating from WSC 5.3':
+ - 'From WoltLab Suite 5.3':
- 'PHP API': 'migration/wsc53/php.md'
- 'Session Handling and Authentication': 'migration/wsc53/session.md'
- 'TypeScript and JavaScript': 'migration/wsc53/javascript.md'
- 'Templates': 'migration/wsc53/templates.md'
- 'Third Party Libraries': 'migration/wsc53/libraries.md'
- - 'Migrating from WSC 5.2':
+ - 'From WoltLab Suite 5.2':
- 'PHP API': 'migration/wsc52/php.md'
- 'Templates and Languages': 'migration/wsc52/templates.md'
- 'Third Party Libraries': 'migration/wsc52/libraries.md'
- - 'Migrating from WSC 3.1':
+ - 'From WoltLab Suite 3.1':
- 'PHP API': 'migration/wsc31/php.md'
- - 'Migrating from WSC 3.0':
+ - 'From WoltLab Suite 3.0':
- 'PHP API': 'migration/wsc30/php.md'
- 'JavaScript API': 'migration/wsc30/javascript.md'
- 'Templates': 'migration/wsc30/templates.md'
- 'CSS': 'migration/wsc30/css.md'
- 'Package Components': 'migration/wsc30/package.md'
- - 'Migrating from WCF 2.1':
+ - 'From WCF 2.1':
- 'PHP API': 'migration/wcf21/php.md'
- 'Templates': 'migration/wcf21/templates.md'
- 'CSS': 'migration/wcf21/css.md'