build: ver_0.341 - bugfix wysyłka zamówień do Apilo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-16 09:55:33 +01:00
parent 9e63ee95eb
commit 5f5430ec62
4 changed files with 24 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"changelog": "Bugfix: naprawiono wysyłkę zamówień do Apilo (regresja z 0.339), retry failed orders co 1h, powiadomienia mailowe o błędach",
"version": "0.341",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"cron.php"
]
},
"checksum_zip": "sha256:9d5e25f7fc51a47d7a5aa293ab3ab4f6e614de7060fb14562b45a38f58fec868",
"sql": [
],
"date": "2026-03-16",
"directories_deleted": [
]
}

Binary file not shown.

View File

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