chore: version change (a lot of changes happened, so it's time :P )

This commit is contained in:
Martin Ambrus
2017-10-28 09:57:44 +02:00
parent 4621c29e05
commit e148b917e5
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
TravianZ Version v.8.2.5 BETA (for PHP version 7) TravianZ Version v.8.3.0 BETA
Download and updates : https://github.com/Shadowss/TravianZ Download and updates : https://github.com/Shadowss/TravianZ
@@ -58,6 +58,9 @@ martinambrus changes:
46. vastly improved speed of world and oasis generation steps 46. vastly improved speed of world and oasis generation steps
47. Multihunter & Support password fields are now really password fields 47. Multihunter & Support password fields are now really password fields
48. login & logout pages redirect to install if game is not installed yet 48. login & logout pages redirect to install if game is not installed yet
49. Multihunter can no longer build beyond level 20
50. installation final screen shows info to remove install folder and CHMOD folders on Linux
51. fixed farms generation via Admin - these will be created all over map, not only where new players are currently being placed (players are positioned like this: middle section for first 20 days, then corners, then in between)
Shadowss changes: Shadowss changes:
+1 -1
View File
@@ -22,7 +22,7 @@
<div class="footer-menu"> <div class="footer-menu">
<center><br /> <center><br />
<div class="copyright">&copy; 2010 - <?php echo date('Y') . ' ' . (defined('SERVER_NAME') ? SERVER_NAME : 'TravianZ');?> All rights reserved</div> <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.2.5 BETA</font></b></a> <div class="copyright">Server running on: <a href="version.php"><b><font color="Red">v.8.3.0 BETA</font></b></a>
</div> </div>
</div> </div>
</div></center> </div></center>