build: ver_0.342 - Apilo email z danymi zamówienia + infinite retry
This commit is contained in:
BIN
updates/0.30/ver_0.342.zip
Normal file
BIN
updates/0.30/ver_0.342.zip
Normal file
Binary file not shown.
25
updates/0.30/ver_0.342_manifest.json
Normal file
25
updates/0.30/ver_0.342_manifest.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"changelog": "Apilo: email z danymi zamówienia + infinite retry co 30 min dla order jobów",
|
||||||
|
"version": "0.342",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"autoload/Domain/CronJob/CronJobRepository.php",
|
||||||
|
"autoload/Domain/CronJob/CronJobType.php",
|
||||||
|
"cron.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:1c1560ecdb4f83f62fa1c5b6c97f7c1a9640aa9b6c4927ad29acc96ff23d8ecd",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-03-19",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
<b>ver. 0.342 - 19.03.2026</b><br />
|
||||||
|
Apilo: email z danymi zamówienia + infinite retry co 30 min dla order jobów
|
||||||
|
<hr>
|
||||||
<b>ver. 0.341 - 16.03.2026</b><br />
|
<b>ver. 0.341 - 16.03.2026</b><br />
|
||||||
Bugfix: naprawiono wysyłkę zamówień do Apilo (regresja z 0.339), retry failed orders co 1h, powiadomienia mailowe o błędach
|
Bugfix: naprawiono wysyłkę zamówień do Apilo (regresja z 0.339), retry failed orders co 1h, powiadomienia mailowe o błędach
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 341;
|
$current_ver = 342;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user