build(update): paczka 1.694 — centralny autoloader, Email, Security

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 17:30:38 +02:00
parent 3325eaf44c
commit 7949e9b6a3
3 changed files with 34 additions and 1 deletions

BIN
updates/1.60/ver_1.694.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,33 @@
{
"changelog": "NEW - centralny autoloader, Shared\\Email, Shared\\Security\\CsrfToken",
"version": "1.694",
"files": {
"added": [
".mcp.json",
"autoload/Shared/Email/Email.php",
"autoload/Shared/Security/CsrfToken.php",
"autoload/autoloader.php"
],
"deleted": [
],
"modified": [
"admin/ajax.php",
"admin/index.php",
"ajax.php",
"api.php",
"autoload/Shared/Helpers/Helpers.php",
"cron.php",
"download.php",
"index.php"
]
},
"checksum_zip": "sha256:a21dc4a768bc7c9e71b8a319ff0e6a16bdd894330a5145d0278b220a3ccc4027",
"sql": [
],
"date": "2026-04-04",
"directories_deleted": [
]
}

View File

@@ -11,7 +11,7 @@ $mdb = new medoo( [
'charset' => 'utf8'
] );
$current_ver = 1693; // aktualizowane automatycznie przez build-update.ps1
$current_ver = 1694; // aktualizowane automatycznie przez build-update.ps1
// 1. Skan filesystem — lista istniejÄ…cych ZIPÄĹw
$versions = [];