Preparing release 2.1.10
authorAlexander Ebert <ebert@woltlab.com>
Thu, 3 Mar 2016 12:28:02 +0000 (13:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 3 Mar 2016 12:28:02 +0000 (13:28 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/setup/template/footer.tpl

index 1f3b43cb1560a2fc54eea482771f5ccc33df9671..10a0b7b8debe832f04b9bca734a1c9b78b2f0210 100644 (file)
@@ -5,8 +5,8 @@
                <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.1.9 pl 1</version> <!-- codename: typhoon -->
-               <date>2015-12-23</date>
+               <version>2.1.10</version> <!-- codename: typhoon -->
+               <date>2016-03-03</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
        </instructions>
        
+       <!-- Heads up! Keep both update blocks below in sync! -->
        <instructions type="update" fromversion="2.1.9">
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
+       </instructions>
+       <instructions type="update" fromversion="2.1.9 pl 1">
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language">language/*.xml</instruction>
        </instructions>
 </package>
index 55eaefbeb08375c71bf479cf29ff6cc59b7e9c9b..2fb013c396318b5baa762431b293b97580dd73bf 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.9 pl 1 (Typhoon)');
+define('WCF_VERSION', '2.1.10 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());
@@ -53,7 +53,7 @@ if (!defined('NO_IMPORTS')) {
  * It holds the database connection, access to template and language engine.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system
index a6e00a9d503f42d522c0ffe0878a777704c96f35..a2e06a5706278c253150acbc99b726f1b1ad70f9 100644 (file)
@@ -11,7 +11,7 @@
                </nav>
                
                <div class="footerContent">
-                       <address class="copyright marginTop"><a href="http://www.woltlab.com">Copyright &copy; 2001-2015 WoltLab&reg; GmbH</a></address>
+                       <address class="copyright marginTop"><a href="http://www.woltlab.com">Copyright &copy; 2001-2016 WoltLab&reg; GmbH</a></address>
                </div>
        </footer>