build: ver_0.343 - Custom fields: type + is_required + obsługa obrazków w koszyku

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-19 13:37:36 +01:00
parent 815331b05c
commit 951a82a5b1
4 changed files with 28 additions and 1 deletions

BIN
updates/0.30/ver_0.343.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,24 @@
{
"changelog": "Custom fields: type + is_required + obsługa obrazków w koszyku",
"version": "0.343",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/Domain/Product/ProductRepository.php",
"templates/shop-basket/_partials/product-custom-fields.php"
]
},
"checksum_zip": "sha256:bd3b968a4b389c0c3fd00a511e5a3ef0405d4b60079d6b460335f93b8faa92d2",
"sql": [
],
"date": "2026-03-19",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.343 - 19.03.2026</b><br />
Custom fields: type + is_required + obsługa obrazków w koszyku
<hr>
<b>ver. 0.342 - 19.03.2026</b><br />
Apilo: email z danymi zamówienia + infinite retry co 30 min dla order jobów
<hr>

View File

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