Local Records are stored with the Gamemodes in which the record was made, so that a Local Record made in TimeAttack is not shown in Rounds
To update your database structure, use http://www.uaseco.org/.downloads/2015-05-04-update.sql for a manual update with PhpMyAdmin or similar.
To use the 2015-05-04-update.sql you need to replace all %prefix% with your setup in config/UASECO.xml at <mysql><table_prefix> and
replace all %gamemode% with one of the list in newinstall/database/readme.txt.
plugin.autotime.php handles now the Gamemodes: TimeAttack, Laps, TeamAttack and Chase
plugin.checkpoint.php
Fixed checkpoint handling in Gamemode Rounds.Script.txt and Laps.Script.txt
plugin.dedimania.php
Record storing fixed in Gamemode Rounds.Script.txt
plugin.tachometer.php
Bugfix overlay with <personal_best_and_rank>
plugin.info_bar.php
Forgotten to disable <personal_best_and_rank>, fixed
plugin.records_eyepiece.php
Fixed RoundScoreWidget and warm-up does not display the correct state (thanks BusardCendre)
Fixed LiveRankingsWidget in Laps.Script.txt
Added MultilapInfoWidget
Added WarmUpInfoWidget
plugin.modescript_handler.php
Fixed several things related to the checkpoint handling
Changed the handling of onPlayerManialinkPageAnswer callback:
onPlayerManialinkPageAnswer ($aseco, $login, $params)
$params are the splitted Name=Value pairs, like the URL Get parameter.
Additional all <entry.../> tags are added here too.
Removed support for Gamemode STUNTS (because the Title-Authors made an own controller)
Renamed some Methods and Properties (like "$aseco->file_exists_nocase()" to "$aseco->fileExistsNoCase()" or "$player->isreferee" to "$player->is_referee")
Added "X-ManiaPlanet-ServerLogin" Header for ManiaExchange "Who downloaded?" function
Added MapHistory into Database (and removed it from RASP)
Added Support for Knockout.Script.txt
Added Support for Doppler.Script.txt
Checkpoints
Finished Checkpoints tracking for LocalRecords, DedimaniaRecords and PersonalBestTimes
EffectStudio
Added 3-2-1-GO! animation
RecordsEyepiece
Changed all Widgets, Buttons and Windows from 5:4 to 16:9 (Manialink V2)
Removed all Widgets which are outsourced into several other Plugins (like <ladderlimit_widget>, <gamemode_widget>, <player_spectator_widget>...)