Upgrade
This version should work well again with the update script.
Find it in the /update directory. Windows users execute the update.bat where Linux users will have to pass the file to the php executeable.
Download
If you want to upgrade from any older version or this is your first install, go to http://www.manialive.com.
See the download tab for the latest release, download and extract it.
Plugins
As always you can download just the core, but that won't do much

Download the new plugin package on: http://code.google.com/p/manialive/downloads/list
Extract it to the ManiaLive folder. After that you need to add the plugins in your config file so that they are loaded (read the wiki on the google project on how to do that).
Changes
- correct bug in forceMod method
- correct error reported by 4lturbo http://forum.maniaplanet.com/viewtopic. ... =10#p14759
-/+ change algorithm to allow the creation of an offline guest
+ add system compatibility on runtime
- fix bugs in storage engine in lap mod
- change manialib revision used to revision 493
! Remove package Filter in ManiaLive/Utilities, duplicate code with ManiaLib/Filters
(it may represent a compatibility break with some plugins)
+ Refactor Singleton class ManiaLive\Utilities\Singleton is now deprecated
use ManiaLib\Utils\Singleton instead