build: ver_0.344 - Edycja personalizacji produktu w koszyku

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-19 19:45:37 +01:00
parent 09f51be1c1
commit fb2093129f
4 changed files with 30 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,26 @@
{
"changelog": "Edycja personalizacji produktu w koszyku",
"version": "0.344",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/front/Controllers/ShopBasketController.php",
"templates/shop-basket/_partials/product-custom-fields.php",
"templates/shop-basket/basket-details.php",
"templates/shop-basket/basket.php"
]
},
"checksum_zip": "sha256:5d48acd5be4c2674cf8f0288e13b7dcad6ea9645aaa68c1d6af49e64b417d36f",
"sql": [
],
"date": "2026-03-19",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.344 - 19.03.2026</b><br />
Edycja personalizacji produktu w koszyku
<hr>
<b>ver. 0.343 - 19.03.2026</b><br />
Custom fields: type + is_required + obsługa obrazków w koszyku
<hr>

View File

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