fix: changelog encoding (mojibake) + limit display to 5 versions back
Rebuilt changelog data from manifest JSON files to fix garbled Polish characters. Converted changelog.php from static HTML to PHP script that filters entries by instance version (?ver= parameter). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,17 @@ Logi zmian z migracji na Domain-Driven Architecture. Najnowsze na gorze.
|
||||
|
||||
---
|
||||
|
||||
## ver. 0.325 (2026-02-27) - Fix changelog encoding + limit wyświetlania
|
||||
|
||||
- **FIX**: `updates/changelog.php` — naprawione krzaczki (mojibake) w polskich znakach; dane odbudowane z plików manifest
|
||||
- **NEW**: `updates/changelog-data.html` — czyste dane changelog oddzielone od logiki PHP
|
||||
- **REFACTOR**: `updates/changelog.php` — konwersja ze statycznego HTML na skrypt PHP: `Content-Type: utf-8`, parsowanie wpisów, filtrowanie po wersji
|
||||
- **NEW**: Parametr `?ver=X.XXX` — ogranicza changelog do 5 wersji wstecz od wersji instancji
|
||||
- **UPDATE**: `admin/templates/update/main-view.php` — przekazuje `?ver=` do URL changelog
|
||||
- **UPDATE**: `build-update.ps1` — nowe wpisy dopisywane do `changelog-data.html` zamiast `changelog.php`
|
||||
|
||||
---
|
||||
|
||||
## ver. 0.324 (2026-02-27) - System kolejki zadań cron
|
||||
|
||||
- **NEW**: `Domain\CronJob\CronJobType` — stałe typów zadań, priorytetów, statusów, exponential backoff
|
||||
|
||||
Reference in New Issue
Block a user