<packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
<packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
<isapplication>1</isapplication>
- <version>2.0.11 pl 1</version> <!-- codename: maelstrom -->
- <date>2015-02-26</date>
+ <version>2.0.12</version> <!-- codename: maelstrom -->
+ <date>2015-03-09</date>
</packageinformation>
<authorinformation>
<instruction type="script">acp/post_install.php</instruction>
</instructions>
+ <!-- Heads up! Keep the two update blocks below in sync! -->
+
<instructions type="update" fromversion="2.0.11">
<instruction type="file">files_update.tar</instruction>
+ <instruction type="template">templates_update.tar</instruction>
+ </instructions>
+
+ <instructions type="update" fromversion="2.0.11 pl 1">
+ <instruction type="file">files_update.tar</instruction>
+ <instruction type="template">templates_update.tar</instruction>
</instructions>
</package>
}
// define current wcf version
-define('WCF_VERSION', '2.0.11 pl 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.12 (Maelstrom)');
// define current unix timestamp
define('TIME_NOW', time());