diff --git a/updates/1.60/ver_1.694.zip b/updates/1.60/ver_1.694.zip new file mode 100644 index 0000000..4296f4d Binary files /dev/null and b/updates/1.60/ver_1.694.zip differ diff --git a/updates/1.60/ver_1.694_manifest.json b/updates/1.60/ver_1.694_manifest.json new file mode 100644 index 0000000..f57d783 --- /dev/null +++ b/updates/1.60/ver_1.694_manifest.json @@ -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": [ + + ] +} \ No newline at end of file diff --git a/updates/versions.php b/updates/versions.php index 3a28fa1..3fc0fdb 100644 --- a/updates/versions.php +++ b/updates/versions.php @@ -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 = [];