diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 14153a89d1..f071c0195c 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 Beta 1 - 2024-08-30 + 6.1.0 Beta 2 + 2024-09-27 @@ -50,14 +50,21 @@ acp/install_com.woltlab.wcf_step2.php - - acptemplates_update.tar - files_update.tar - templates_update.tar - - + + files_update.tar + templates_update.tar + + acp/update_com.woltlab.wcf_6.1.0_beta_2_migrateStaticFiles.php + + + + + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index e1d85bb64e..19d3497cfd 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.1.0 Beta 1'); +\define('WCF_VERSION', '6.1.0 Beta 2'); // define current unix timestamp \define('TIME_NOW', \time());