build: ver_0.333 - ochrona przed podwójnym składaniem zamówienia

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-10 21:50:58 +01:00
parent c7be154d57
commit 3e073d2719
4 changed files with 143 additions and 114 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,26 @@
{
"changelog": "Ochrona przed podwójnym składaniem zamówienia (order submit token)",
"version": "0.333",
"files": {
"added": [
"api-docs/api-reference.json",
"api-docs/index.html"
],
"deleted": [
],
"modified": [
"autoload/front/Controllers/ShopBasketController.php",
"templates/shop-basket/address-form.php",
"templates/shop-basket/summary-view.php"
]
},
"checksum_zip": "sha256:1295fb94d7870c555e0108f5a925f6f995f46a26916e64bd63dee1b7db223457",
"sql": [
],
"date": "2026-03-10",
"directories_deleted": [
]
}

File diff suppressed because one or more lines are too long

View File

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