Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9c0357fac | ||
|
|
3232cf415f |
File diff suppressed because one or more lines are too long
@@ -2,5 +2,5 @@ projectKey=shopPRO
|
||||
serverUrl=https://sonar.project-pro.pl
|
||||
serverVersion=26.3.0.120487
|
||||
dashboardUrl=https://sonar.project-pro.pl/dashboard?id=shopPRO
|
||||
ceTaskId=5c360d0b-34ee-4995-ae1b-d5ac7ca47218
|
||||
ceTaskUrl=https://sonar.project-pro.pl/api/ce/task?id=5c360d0b-34ee-4995-ae1b-d5ac7ca47218
|
||||
ceTaskId=77fcbbea-9d8f-45d6-86d7-b262e33f979e
|
||||
ceTaskUrl=https://sonar.project-pro.pl/api/ce/task?id=77fcbbea-9d8f-45d6-86d7-b262e33f979e
|
||||
|
||||
BIN
updates/0.30/ver_0.345.zip
Normal file
BIN
updates/0.30/ver_0.345.zip
Normal file
Binary file not shown.
27
updates/0.30/ver_0.345_manifest.json
Normal file
27
updates/0.30/ver_0.345_manifest.json
Normal 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": [
|
||||
|
||||
]
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 344;
|
||||
$current_ver = 345;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user