From 34e3d88e395983c2c859b5c426351cb450c05de2 Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi Date: Thu, 23 Jul 2026 13:28:06 +0300 Subject: [PATCH] Revise README for Version 11 Highlights Updated version highlights from 10 to 11, detailing major refactors and improvements. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0674d8..6296dead 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Upgrading from older versions is not recommended. Perform a fresh installation a βΈ» -Version 10 Highlights +Version 11 Highlights Massive Code Refactor @@ -38,7 +38,7 @@ Massive Code Refactor * checkAllianceEmbassiesStatus() in Database redesigned and split into multiple functions. * Medal system completely rewritten for easier maintenance and readability. * Removed obsolete and unused code/folders from both the game and Admin Panel. -* Automation moved to a real cron job (currently triggered by page loads). +* Automation moved to a real cron job. * Database cleanup with configurable retention (battle reports, chat, stale rows). * SQL index audit for hot columns. * Static asset compression and browser caching (.htaccess).