Skip to content

Migrating from WoltLab Suite 5.5 - Deprecations and Removals#

With version 6.0, 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#

  • calendar\data\CALENDARDatabaseObject
  • calendar\system\image\EventDataHandler
  • gallery\data\GalleryDatabaseObject
  • gallery\system\image\ImageDataHandler
  • wbb\system\user\object\watch\BoardUserObjectWatch and the corresponding object type
  • wbb\system\user\object\watch\ThreadUserObjectWatch and the corresponding object type
  • wcf\acp\form\ApplicationEditForm (WoltLab/WCF#4785)
  • wcf\action\GravatarDownloadAction (WoltLab/WCF#4929)
  • wcf\data\user\avatar\Gravatar (WoltLab/WCF#4929)
  • wcf\system\bbcode\highlighter\*Highlighter (WoltLab/WCF#4926)
  • wcf\system\bbcode\highlighter\Highlighter (WoltLab/WCF#4926)
  • wcf\system\cache\source\MemcachedCacheSource (WoltLab/WCF#4928)
  • wcf\system\cli\command\CLICommandNameCompleter (WoltLab/WCF#5185)
  • wcf\system\cli\command\CommandsCLICommand (WoltLab/WCF#5185)
  • wcf\system\cli\command\CronjobCLICommand (WoltLab/WCF#5171)
  • wcf\system\cli\command\HelpCLICommand (WoltLab/WCF#5185)
  • wcf\system\cli\command\PackageCLICommand (WoltLab/WCF#4946)
  • wcf\system\cli\DatabaseCLICommandHistory (WoltLab/WCF#5058)
  • wcf\system\database\table\column/\UnsupportedDefaultValue (WoltLab/WCF#5012)
  • wcf\system\exception\ILoggingAwareException (and associated functionality) (WoltLab/WCF#5086)
  • wcf\system\mail\Mail (WoltLab/WCF#4941)
  • wcf\system\option\DesktopNotificationApplicationSelectOptionType (WoltLab/WCF#4785)
  • wcf\system\search\elasticsearch\ElasticsearchException

Methods#

Properties#

Events#

Constants#

  • wcf\system\search\elasticsearch\ElasticsearchHandler::DELETE
  • wcf\system\search\elasticsearch\ElasticsearchHandler::GET
  • wcf\system\search\elasticsearch\ElasticsearchHandler::POST
  • wcf\system\search\elasticsearch\ElasticsearchHandler::PUT
  • PACKAGE_NAME (WoltLab/WCF#5006)
  • PACKAGE_VERSION (WoltLab/WCF#5006)
  • SECURITY_TOKEN_INPUT_TAG (WoltLab/WCF#4934)
  • SECURITY_TOKEN (WoltLab/WCF#4934)
  • WSC_API_VERSION (WoltLab/WCF#4943)

Functions#

Options#

Files#

JavaScript#

Database#

Templates#

Templates#

Template Plugins#

Template Events#

Template Variables#

Miscellaneous#

  • The use of a non-1 WCF_N in WCFSetup. (WoltLab/WCF#4791)
  • The global option to set a specific style with a request parameter ($_REQUEST['styleID']) is removed. (WoltLab/WCF#4533)
  • Using non-standard ports for package servers is no longer supported. (WoltLab/WCF#4790)
  • Using the insecure http:// scheme for package servers is no longer supported. The use of https:// is enforced. (WoltLab/WCF#4790)
  • The support for AMP pages was removed. (WoltLab/WCF#5425)
  • The support for style API version was removed. All styles are treated as if they are fully compatible with the latest version. (WoltLab/WCF#5036)

Last update: 2023-05-16