From 96d99f12f2e45021827386e3fe973c1d9bbcab50 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 19 Jun 2024 12:23:32 +0200 Subject: [PATCH] Release 5.4.34 --- com.woltlab.wcf/package.xml | 8 ++++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 3b2362543c..10b971edde 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.33 - 2024-01-29 + 5.4.34 + 2024-06-19 @@ -50,9 +50,9 @@ 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 c284c9964c..ee8ec54838 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.33'); +\define('WCF_VERSION', '5.4.34'); // define current API version // @deprecated 5.2 -- 2.20.1