<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>3.0.12 pl 1</version> <!-- codename: vortex -->
- <date>2018-02-12</date>
+ <version>3.0.13</version> <!-- codename: vortex -->
+ <date>2018-03-12</date>
</packageinformation>
<authorinformation>
<instruction type="script">acp/post_install.php</instruction>
</instructions>
- <instructions type="update" fromversion="2.1.19">
+ <instructions type="update" fromversion="2.1.20">
<instruction type="file">files_pre_update.tar</instruction>
<instruction type="script">acp/update_com.woltlab.wcf_3.0_pre_sql.php</instruction>
<instruction type="sql">update_part1.sql</instruction>
<instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
</instructions>
+ <!-- WARNING: Keep both update blocks below in sync! -->
<instructions type="update" fromversion="3.0.12">
+ <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+ <instruction type="file">files_update.tar</instruction>
+
+ <instruction type="language" />
+ </instructions>
+ <instructions type="update" fromversion="3.0.12 pl 1">
+ <instruction type="acpTemplate">acptemplates_update.tar</instruction>
<instruction type="file">files_update.tar</instruction>
<instruction type="language" />
}
// define current woltlab suite version
-define('WCF_VERSION', '3.0.12 pl 1');
+define('WCF_VERSION', '3.0.13');
// define current unix timestamp
define('TIME_NOW', time());