Skip to content

Commit

Permalink
Release 6.1.0 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Oct 10, 2024
1 parent 3d18fbd commit 7ebb094
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 11 deletions.
Binary file modified com.woltlab.wcf/files_pre_check.tar
Binary file not shown.
59 changes: 49 additions & 10 deletions com.woltlab.wcf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
<packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
<isapplication>1</isapplication>
<version>6.1.0 Beta 2</version>
<date>2024-09-27</date>
<version>6.1.0 RC 1</version>
<date>2024-10-10</date>
</packageinformation>

<authorinformation>
Expand Down Expand Up @@ -50,21 +50,60 @@
<instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
</instructions>

<instructions type="update" fromversion="6.1.0 Beta 1">
<!-- https://github.com/WoltLab/WCF/issues/5996 -->
<instructions type="update" fromversion="6.0.*">
<!--
tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php \
acp/update_com.woltlab.wcf_6.1_messageEmbeddedObject.php \
acp/update_com.woltlab.wcf_6.1_sharedTemplate.php \
acp/database/update_com.woltlab.wcf_6.1.php
-->
<instruction type="file">files_pre_check.tar</instruction>

<!-- Checks that need to happen before the upgrade starts. -->
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php</instruction>

<!-- Required for the shared templates. -->
<instruction type="script">acp/update_com.woltlab.wcf_6.1_sharedTemplate.php</instruction>

<!-- Clean up any duplicate entries in the message embedded objects table. -->
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_messageEmbeddedObject.php</instruction>

<!-- Migrate the database as early as possible. -->
<instruction type="database">acp/database/update_com.woltlab.wcf_6.1.php</instruction>

<!-- Deploy the new application code. -->
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="template"/>

<instruction type="file">files_update.tar</instruction>
<instruction type="template">templates_update.tar</instruction>
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_spider_step1.php</instruction>
<instruction type="database" run="standalone">acp/database/update_com.woltlab.wcf_6.1_spider_step2.php</instruction>

<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1.0_beta_2_migrateStaticFiles.php</instruction>

<instruction type="language"/>
<instruction type="objectTypeDefinition"/>
<instruction type="objectType"/>
<instruction type="page"/>
<instruction type="menuItem"/>
<instruction type="userGroupOption"/>
<instruction type="userProfileMenu"/>
<instruction type="bbcode"/>
<instruction type="acpTemplateDelete"/>
<instruction type="box"/>
<instruction type="fileDelete"/>
<instruction type="userMenu"/>
<instruction type="option"/>
<instruction type="templateDelete"/>
<instruction type="cronjob"/>
<instruction type="userOption"/>
<instruction type="userNotificationEvent"/>

<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_serviceWorker.php</instruction>
</instructions>

<instructions type="update" fromversion="6.1.0 Beta 2">
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
<instruction type="file">files_update.tar</instruction>
<instruction type="template">templates_update.tar</instruction>
<instruction type="language"/>
<instruction type="fileDelete"/>
</instructions>
</package>
2 changes: 1 addition & 1 deletion wcfsetup/install/files/lib/system/WCF.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
\mb_language('uni');

// define current woltlab suite version
\define('WCF_VERSION', '6.1.0 Beta 2');
\define('WCF_VERSION', '6.1.0 RC 1');

// define current unix timestamp
\define('TIME_NOW', \time());
Expand Down

0 comments on commit 7ebb094

Please sign in to comment.