From 494808f72b64a26fbde28e8b1f4a3bdefd5e6dd9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 20 May 2022 16:20:42 +0200 Subject: [PATCH] Release 5.5.0 Beta 3 --- com.woltlab.wcf/package.xml | 12 +++++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 0a1cc1f326..72725e730b 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 5.5.0 Beta 2 - 2022-05-10 + 5.5.0 Beta 3 + 2022-05-20 @@ -50,7 +50,13 @@ acp/post_install.php - + + acptemplates_update.tar files_update.tar + templates_update.tar + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 7fec9f3b3c..cc98ee0cb1 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -53,7 +53,7 @@ if (!@\ini_get('date.timezone')) { } // define current woltlab suite version -\define('WCF_VERSION', '5.5.0 Beta 2'); +\define('WCF_VERSION', '5.5.0 Beta 3'); // define current API version // @deprecated 5.2 -- 2.20.1