Skip to content

Commit fdbe070

Browse files
committed
Release 6.1.13 dev 1
1 parent 2e95a22 commit fdbe070

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

com.woltlab.wcf/package.xml

Lines changed: 8 additions & 13 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.1.12</version>
9-
<date>2025-07-17</date>
8+
<version>6.1.13 dev 1</version>
9+
<date>2025-08-25</date>
1010
</packageinformation>
1111

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

53-
<instructions type="update" fromversion="6.1.11">
54-
<instruction type="file">files_update.tar</instruction>
55-
<instruction type="fileDelete"/>
56-
</instructions>
57-
<instructions type="update" fromversion="6.1.12 dev 1">
58-
<instruction type="file">files_update.tar</instruction>
59-
</instructions>
60-
<instructions type="update" fromversion="6.1.12 dev 2">
61-
<instruction type="file">files_update.tar</instruction>
62-
</instructions>
63-
<instructions type="update" fromversion="6.1.12 dev 3">
53+
<instructions type="update" fromversion="6.1.12">
6454
<instruction type="file">files_update.tar</instruction>
55+
<instruction type="template">templates_update.tar</instruction>
56+
<instruction type="language"/>
57+
<instruction type="page"/>
58+
<instruction type="menuItem"/>
59+
<instruction type="box"/>
6560
</instructions>
6661
</package>

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.1.12');
82+
\define('WCF_VERSION', '6.1.13 dev 1');
8383

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

0 commit comments

Comments
 (0)