build: ver_0.336 - error handling, try-catch Apilo, E_WARNING cron

This commit is contained in:
Jacek
2026-03-12 09:31:17 +01:00
parent 35aa00a457
commit 235a388199
4 changed files with 144 additions and 115 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,26 @@
{
"changelog": "Poprawki error handling: try-catch tokeny Apilo, przywrocenie E_WARNING w cron, error_log w safeUnlink",
"version": "0.336",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/Domain/Article/ArticleRepository.php",
"autoload/Domain/Integrations/IntegrationsRepository.php",
"autoload/Domain/Product/ProductRepository.php",
"cron.php"
]
},
"checksum_zip": "sha256:15d4be791a2ee766e8e66ef4b2da61fd6efd0d0331a15c3b4ceed1a3702f7173",
"sql": [
],
"date": "2026-03-12",
"directories_deleted": [
]
}

File diff suppressed because one or more lines are too long

View File

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