<instruction type="script">acp/post_install.php</instruction>
</instructions>
- <instructions type="update" fromversion="2.0.10">
+ <instructions type="update" fromversion="2.0.10 pl 2">
<!-- pre-update check to prevent update from WCF < 2.0.10 -->
<instruction type="file">pre_update_check.tar</instruction>
<instruction type="script" run="standalone">acp/pre_update_com.woltlab.wcf_2.1.php</instruction>
/**
* @author Alexander Ebert
- * @copyright 2001-2014 WoltLab GmbH
+ * @copyright 2001-2015 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf
* @category Community Framework
if (Package::compareVersion(preg_replace('~ \(Maelstrom\)$~', '', WCF_VERSION), '2.0.10', '<')) {
if (WCF::getLanguage()->getFixedLanguageCode() == 'de') {
- die("<pre>".preg_replace('~ \(Maelstrom\)$~', '', WCF_VERSION)." != 2.0.10");
throw new SystemException("Die Aktualisierung erfordert WoltLab Community Framework (com.woltlab.wcf) in Version 2.0.10 oder hoeher");
}
else {