build: ver_0.345 - Checkout flow fix (redirect + TTL token + logging)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-25 21:33:25 +01:00
parent 1c747af1b6
commit 3232cf415f
4 changed files with 31 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,27 @@
{
"changelog": "Checkout flow fix - summaryView redirect, TTL token 30min, logowanie bledow zamowien",
"version": "0.345",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/front/Controllers/ShopBasketController.php",
"templates/shop-basket/basket.php",
"templates/shop-basket/summary-view.php",
"templates/shop-order/order-details.php",
"templates/shop-product/product.php"
]
},
"checksum_zip": "sha256:805e4d80fe75679c937974059594984377a81cad84a1308d9deefb96e0b39319",
"sql": [
],
"date": "2026-03-25",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.345 - 25.03.2026</b><br />
Checkout flow fix - summaryView redirect, TTL token 30min, logowanie bledow zamowien
<hr>
<b>ver. 0.344 - 19.03.2026</b><br />
Edycja personalizacji produktu w koszyku
<hr>

View File

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