build: ver_0.353 - fix aktualizacji systemu i Wyczysc cache na /admin/update/main_view/

This commit is contained in:
2026-05-13 23:10:37 +02:00
parent 073069c303
commit adfabaf3fa
4 changed files with 27 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"changelog": "fix: dziala aktualizacja systemu i Wyczysc cache na /admin/update/main_view/ (sanityzacja zdalnego changeloga + reorder script)",
"version": "0.353",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"admin/templates/update/main-view.php"
]
},
"checksum_zip": "sha256:86706999cd251c2c06e4b4d5875d049164ad510e60963bf8482f9bb8e6e924eb",
"sql": [
],
"date": "2026-05-13",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.353 - 13.05.2026</b><br />
fix: dziala aktualizacja systemu i Wyczysc cache na /admin/update/main_view/ (sanityzacja zdalnego changeloga + reorder script)
<hr>
<b>ver. 0.352 - 13.05.2026</b><br />
FIX - poprawne polskie znaki w labelkach formularza edycji kategorii w panelu admina (mojibake)
<hr>

View File

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