build: ver_0.349 - koszt transportu na podsumowaniu koszyka
This commit is contained in:
BIN
updates/0.30/ver_0.349.zip
Normal file
BIN
updates/0.30/ver_0.349.zip
Normal file
Binary file not shown.
24
updates/0.30/ver_0.349_manifest.json
Normal file
24
updates/0.30/ver_0.349_manifest.json
Normal 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": [
|
||||
|
||||
]
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 348;
|
||||
$current_ver = 349;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user