ver. 0.299: Table column visibility toggle with localStorage persistence

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 22:00:22 +01:00
parent 846bad0085
commit 76042367f9
8 changed files with 320 additions and 71 deletions

BIN
updates/0.20/ver_0.299.zip Normal file

Binary file not shown.

View File

@@ -1,3 +1,6 @@
<b>ver. 0.299 - 21.02.2026</b><br />
- NEW - Ukrywanie/pokazywanie kolumn w tabelach admina (toggle switch + localStorage)
<hr>
<b>ver. 0.298 - 20.02.2026</b><br />
- FIX - kilka poprawek po aktualizacji
<hr>

View File

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