Skip to content

Commit 616dd05

Browse files
committed
Release 6.2.0 Beta 4
1 parent ddae4c7 commit 616dd05

File tree

4 files changed

+5
-91
lines changed

4 files changed

+5
-91
lines changed

com.woltlab.wcf/package.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
66
<packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
77
<isapplication>1</isapplication>
8-
<version>6.2.0 Beta 2</version>
9-
<date>2025-11-12</date>
8+
<version>6.2.0 Beta 4</version>
9+
<date>2025-11-26</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -50,12 +50,10 @@
5050
<instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
5151
</instructions>
5252

53-
<instructions type="update" fromversion="6.2.0 Beta 1">
53+
<instructions type="update" fromversion="6.2.0 Beta 2">
54+
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
5455
<instruction type="file">files_update.tar</instruction>
5556
<instruction type="template">templates_update.tar</instruction>
56-
<instruction type="database">acp/database/update_com.woltlab.wcf_6.2_step1.php</instruction>
57-
<instruction type="script">acp/update_com.woltlab.wcf_6.2.0_beta_2_fileTemporary_exifData.php</instruction>
58-
<instruction type="script">acp/update_com.woltlab.wcf_6.2.0_beta_2_file_exifData.php</instruction>
5957
<instruction type="language"/>
6058
</instructions>
6159
</package>

wcfsetup/install/files/acp/update_com.woltlab.wcf_6.2.0_beta_2_fileTemporary_exifData.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

wcfsetup/install/files/acp/update_com.woltlab.wcf_6.2.0_beta_2_file_exifData.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

wcfsetup/install/files/lib/system/WCF.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
\mb_language('uni');
8080

8181
// define current woltlab suite version
82-
\define('WCF_VERSION', '6.2.0 Beta 2');
82+
\define('WCF_VERSION', '6.2.0 Beta 4');
8383

8484
// define current unix timestamp
8585
\define('TIME_NOW', \time());

0 commit comments

Comments
 (0)