From 613bcf379b9b63251454fbafe076750ac7624448 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 16 Mar 2023 09:44:06 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e769e826..32c10422c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.8.9 - 16.03.2023] + +### Added +* You can now disable server status checking for testing purposes, useful for local testing when there is no server running + * with this, the page won't need 2 seconds to load + * set status_enabled to false in config.php +* new buttons code for tibiacom template, can create button with any text +* patched some small changes from develop branch + +### Changed +* add .git to denied folders in nginx-sample.conf +* plugins folder is now accessible from outside +* add plugins folder to twig search paths + +### Fixed +* fix player save on tfs 1.5 with new ipv6 +* more php 8.x compatibility + ## [0.8.8 - 18.02.2023] ### Added