From df214c2462eb1e06deaee9471b4319f0e4bb3d2e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 25 Jul 2023 12:06:26 +0200 Subject: [PATCH] Release 5.4.30 --- com.woltlab.wcf/package.xml | 12 +++++------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index af7102dca1..775f90ffc4 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.4.29 - 2023-06-21 + 5.4.30 + 2023-07-25 @@ -50,10 +50,8 @@ acp/post_install.php - - - - - + + acptemplates_update.tar + files_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index e23dab5363..44c1a6d520 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.4.29'); +\define('WCF_VERSION', '5.4.30'); // define current API version // @deprecated 5.2 -- 2.20.1