Skip to content

Commit a867dcf

Browse files
committed
Preparing the release 6.2.0 Alpha 1
1 parent 49b0630 commit a867dcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
0 Bytes
Binary file not shown.

com.woltlab.wcf/package.xml

Lines changed: 3 additions & 2 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 dev 1</version>
9-
<date>2025-03-24</date>
8+
<version>6.2.0 Alpha 1</version>
9+
<date>2025-10-13</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -90,6 +90,7 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
9090
<instruction type="coreObject"/>
9191
<instruction type="fileDelete"/>
9292
<instruction type="templateDelete"/>
93+
<instruction type="userGroupOption"/>
9394
<instruction type="userMenu"/>
9495
<instruction type="userOption"/>
9596
</instructions>

fileDelete.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
<file>icon/font-awesome/v6/brands/galactic-republic.svg</file>
182182
<file>icon/font-awesome/v6/brands/galactic-senate.svg</file>
183183
<file>icon/font-awesome/v6/brands/get-pocket.svg</file>
184-
<file>icon/font-awesome/v6/brands/gg-circle.svg</file>
185184
<file>icon/font-awesome/v6/brands/gg.svg</file>
186185
<file>icon/font-awesome/v6/brands/git-alt.svg</file>
187186
<file>icon/font-awesome/v6/brands/git.svg</file>

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

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

0 commit comments

Comments
 (0)