ver. 0.317: klucz API — przycisk generowania + fix zapisu

- fix: api_key brakowało w whiteliście saveSettings() — wartość tracona przy zapisie
- feat: przycisk "Generuj" losowy 32-znakowy klucz, usunięto "(ordersPRO)" z nazwy
- fix: api.php routing przeniesiony przed global settings + Throwable error handling
- fix: ApiRouter catch Throwable zamiast Exception

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 23:30:41 +01:00
parent 3b627e9c73
commit 0fb09f2bae
6 changed files with 69 additions and 12 deletions

View File

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