ver. 0.321: API produkty — obsługa custom_fields w create/update

- ProductsApiController: parsowanie custom_fields z body (name, type, is_required)
- Zaktualizowano docs/API.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 13:54:33 +01:00
parent 904b649760
commit 6cf7b46584
3 changed files with 21 additions and 2 deletions

View File

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