Skip to content

Commit 4bca76c

Browse files
committed
Release 6.0.19
1 parent 98d37d2 commit 4bca76c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

com.woltlab.wcf/package.xml

Lines changed: 3 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.0.18</version>
9-
<date>2024-10-14</date>
8+
<version>6.0.19</version>
9+
<date>2024-11-23</date>
1010
</packageinformation>
1111

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

53-
<instructions type="update" fromversion="6.0.17">
53+
<instructions type="update" fromversion="6.0.18">
5454
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
5555
<instruction type="file">files_update.tar</instruction>
56-
<instruction type="template">templates_update.tar</instruction>
57-
<instruction type="language"/>
58-
<instruction type="fileDelete"/>
5956
</instructions>
6057
</package>

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

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

8383
// define current woltlab suite version
84-
\define('WCF_VERSION', '6.0.18');
84+
\define('WCF_VERSION', '6.0.19');
8585

8686
// define current unix timestamp
8787
\define('TIME_NOW', \time());

0 commit comments

Comments
 (0)