From 6ebdb0ba8977ef630527a342d624ae5cce536cef Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 31 Aug 2022 18:45:13 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231975b4..6e9e1922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.8.7 - 31.08.2022] +### Added +* login.php for client 12.x is now part of official repo +* browsehappy code +* config use character sample skill (#201, @gpedro) +* custom words blocked (#190, @gpedro) + +### Changed +* save php sessions in myaac dir +* don't count deleted players when creating new character + +### Fixed +* patch vulnerability in change_rank.php (#194, @gesior, @thatmichaelguy) +* fix guild invite page (#196, @worthdavi) +* players not showing on highscores page (#195) +* highscores page bug with high pages +* $player->getStorage() does not work at all (#169, @gesior) +* copying sample character when it have items with quotes (#200, @gpedro) +* IPv6 issue when env is set to dev (#171) +* admin page changed feet to match body colour (#174, @silic0nalph4) +* exception being thrown when creating duplicated character name (#191) +* rules page formatting (#177, @silic0nalph4) +* account character create if auto_login is enabled +* undefined variable notice on database_log enabled + ## [0.8.6 - 10.07.2021] This update contains very important security fix.