ver. 0.300: Manifest-based update system with checksum verification and file backup

Replaces the manual ZIP packaging workflow with an automated build script.
UpdateRepository now supports both manifest JSON format (new) and legacy
_sql.txt/_files.txt format (fallback), enabling a smooth transition for
existing client instances.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 23:30:58 +01:00
parent 76042367f9
commit 0c3b87d831
19 changed files with 932 additions and 218 deletions

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

Binary file not shown.

View File

@@ -1,3 +1,7 @@
<b>ver. 0.300 - 21.02.2026</b><br />
- NEW - System aktualizacji oparty na manifestach JSON (checksum SHA256, backup plików, automatyczny build)
- NEW - Panel logu aktualizacji w panelu admina
<hr>
<b>ver. 0.299 - 21.02.2026</b><br />
- NEW - Ukrywanie/pokazywanie kolumn w tabelach admina (toggle switch + localStorage)
<hr>

View File

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