Skip to content

Commit 44bd980

Browse files
committed
Release 5.5.25
1 parent 4f1ef85 commit 44bd980

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

com.woltlab.wcf/package.xml

Lines changed: 5 additions & 3 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>5.5.24</version>
9-
<date>2024-11-23</date>
8+
<version>5.5.25</version>
9+
<date>2025-04-15</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -50,7 +50,9 @@
5050
<instruction type="script">acp/post_install.php</instruction>
5151
</instructions>
5252

53-
<instructions type="update" fromversion="5.5.23">
53+
<instructions type="update" fromversion="5.5.24">
54+
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
5455
<instruction type="file">files_update.tar</instruction>
56+
<instruction type="language"/>
5557
</instructions>
5658
</package>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
// define current woltlab suite version
53-
\define('WCF_VERSION', '5.5.24');
53+
\define('WCF_VERSION', '5.5.25');
5454

5555
// define current API version
5656
// @deprecated 5.2

0 commit comments

Comments
 (0)