chore: version bump & readme update

This commit is contained in:
Martin Ambrus
2017-10-17 13:52:22 +02:00
parent c32ef23f8b
commit 17fcadc3d1
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
TravianZ Version v.8.1.1 BETA (for PHP version 7)
TravianZ Version v.8.2.0 BETA (for PHP version 7)
Download and updates : https://github.com/Shadowss/TravianZ
@@ -20,6 +20,9 @@ martinambrus changes:
8. PLUS settings (including PayPal options) can be configured in Admin
9. installation timeouting fix
10. extra settings in admin save config correctly
11. security tightened to try and prevent MySQL injections from in-game
12. assigning link to alliance forum now works
13. alliance description now really editable
Shadowss changes:
+1 -1
View File
@@ -22,7 +22,7 @@
<div class="footer-menu">
<center><br />
<div class="copyright">&copy; 2010 - <?php echo date('Y') . ' ' . (defined('SERVER_NAME') ? SERVER_NAME : 'TravianZ');?> All rights reserved</div>
<div class="copyright">Server running on: <a href="version.php"><b><font color="Red">v.8.1.1 BETA</font></b></a>
<div class="copyright">Server running on: <a href="version.php"><b><font color="Red">v.8.2.0 BETA</font></b></a>
</div>
</div>
</div></center>
+1 -1
View File
@@ -206,7 +206,7 @@ include ("GameEngine/Lang/".LANG.".php");
<li><a href="spielregeln.php"><?php echo SPIELREGELN; ?></a>|</li>
<li><a href="agb.php"><?php echo AGB; ?></a>|</li>
<li><a href="impressum.php"><?php echo IMPRINT; ?></a></li>
<li class="copyright">&copy; 2011-2014 - TravianZ - All rights reserved</li>
<li class="copyright">&copy; 2011-<?php echo date('Y'); ?> - TravianZ - All rights reserved</li>
</ul>
</div>
</div>