mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 15:46:06 +00:00
chore: version bump & readme update
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<div class="footer-menu">
|
||||
<center><br />
|
||||
<div class="copyright">© 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>
|
||||
|
||||
@@ -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">© 2011-2014 - TravianZ - All rights reserved</li>
|
||||
<li class="copyright">© 2011-<?php echo date('Y'); ?> - TravianZ - All rights reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user