ver. 0.320: API słowniki — ensure_producer; ProductRepository — producer_name w odpowiedzi

- DictionariesApiController: nowy endpoint POST ensure_producer (znajdź lub utwórz producenta)
- ProducerRepository: metoda ensureProducerForApi()
- ProductRepository: pole producer_name w odpowiedzi GET product
- ApiRouter: wstrzyknięto ProducerRepository do DictionariesApiController
- Zaktualizowano docs/API.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 13:32:25 +01:00
parent a294d541ab
commit b6ed72205b
7 changed files with 116 additions and 5 deletions

View File

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