ver. 0.323: fix import zdjęć, trwałe usuwanie produktów, fix API upload path

- IntegrationsRepository: refactor importu zdjęć — walidacja HTTP, curl timeouty, logi, czytelny komunikat
- ProductRepository: saveCustomFields tylko gdy klucz istnieje (partial API update), delete() czyści custom_fields
- ProductArchiveController: przycisk i metoda delete_permanent() do trwałego usunięcia z archiwum
- ProductsApiController: fix ścieżki upload (api.php działa z rootu projektu)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 21:05:23 +01:00
parent 3f0972cce5
commit 5b585ceba0
7 changed files with 135 additions and 11 deletions

View File

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