From: Tim Düsterhus Date: Tue, 7 Jun 2022 10:01:01 +0000 (+0200) Subject: Clear `AVAILABLE_UPGRADE_VERSION` for 5.5 X-Git-Tag: 5.5.0_RC_1~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7685f6dd144baeacd03928dad0046948312e4f55;p=GitHub%2FWoltLab%2FWCF.git Clear `AVAILABLE_UPGRADE_VERSION` for 5.5 see 15933d22a95b67d57ae794a88471098326911aba --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 6dc5170685..4ef8880c68 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -80,7 +80,7 @@ class WCF * @var ?string * @since 5.3 */ - public const AVAILABLE_UPGRADE_VERSION = '5.5'; + public const AVAILABLE_UPGRADE_VERSION = null; /** * list of supported legacy API versions