ver. 0.308: kolory statusow zamowien + poprawki bezpieczenstwa

- Kolorowe badge statusow na liscie zamowien (pp_shop_statuses.color)
- Walidacja hex koloru z DB (regex), sanityzacja HTML transport
- Polaczenie 2 zapytan SQL w jedno orderStatusData()
- Path-based form submit w table-list.php (admin URL routing)
- 11 nowych testow (750 total, 2114 assertions)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 20:57:56 +01:00
parent 5d8deeaf9b
commit 23fe47e4f6
10 changed files with 236 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
<?
$current_ver = 307;
$current_ver = 308;
for ($i = 1; $i <= $current_ver; $i++)
{