build: ver_0.349 - koszt transportu na podsumowaniu koszyka

This commit is contained in:
Jacek
2026-04-20 20:51:24 +02:00
parent eee22ef1c4
commit abb794de36
4 changed files with 28 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,24 @@
{
"changelog": "Naprawa kosztu transportu na podsumowaniu koszyka (delivery_free z uwzglednieniem progu)",
"version": "0.349",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/front/Controllers/ShopBasketController.php",
"templates/shop-basket/summary-view.php"
]
},
"checksum_zip": "sha256:acb6a6f4d1c80c5bb4d39c84b5d6d9335069de42febb177d9f581b1b8006aefd",
"sql": [
],
"date": "2026-04-20",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.349 - 20.04.2026</b><br />
Naprawa kosztu transportu na podsumowaniu koszyka (delivery_free z uwzglednieniem progu)
<hr>
<b>ver. 0.348 - 19.04.2026</b><br />
Dodano przełącznik i edycję etykiet niestandardowych na liście produktów.
<hr>

View File

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