From: Alexander Ebert Date: Wed, 20 Nov 2024 14:59:44 +0000 (+0100) Subject: Release 6.1.1 dev 1 X-Git-Tag: 6.1.1_dev_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c483578d751e272f03e4958d343f90ddfcdba0c4;p=GitHub%2FWoltLab%2FWCF.git Release 6.1.1 dev 1 --- diff --git a/com.woltlab.wcf/files_pre_check.tar b/com.woltlab.wcf/files_pre_check.tar index 08edabb623..4205571296 100644 Binary files a/com.woltlab.wcf/files_pre_check.tar and b/com.woltlab.wcf/files_pre_check.tar differ diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index de2a04e2fe..412f4576aa 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 - 6.1.0 - 2024-10-28 + 6.1.1 dev 1 + 2024-11-20 @@ -100,7 +100,11 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ - + acptemplates_update.tar + files_update.tar + templates_update.tar + acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 16cd066605..63fc52ce33 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.1.0'); +\define('WCF_VERSION', '6.1.1 dev 1'); // define current unix timestamp \define('TIME_NOW', \time());