Add release 0.252 update artifacts
This commit is contained in:
BIN
updates/0.20/ver_0.252.zip
Normal file
BIN
updates/0.20/ver_0.252.zip
Normal file
Binary file not shown.
5
updates/0.20/ver_0.252_files.txt
Normal file
5
updates/0.20/ver_0.252_files.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
F: ../admin/templates/product_archive/products-list-table.php
|
||||||
|
F: ../admin/templates/product_archive/products-list.php
|
||||||
|
F: ../autoload/admin/controls/class.Archive.php
|
||||||
|
F: ../autoload/admin/controls/class.Filemanager.php
|
||||||
|
F: ../autoload/admin/view/class.FileManager.php
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
<b>ver. 0.252 - 10.02.2026</b><br />
|
||||||
|
- UPDATE - migracja listy archiwum produktow do nowego komponentu tabeli (`components/table-list`) z filtrowaniem i paginacja
|
||||||
|
- UPDATE - banery i archiwum produktow: wydzielenie CSS/JS do osobnych widokow `*-custom-script.php`
|
||||||
|
- UPDATE - filemanager przepiety na nowy routing (`admin\\Controllers\\FilemanagerController`)
|
||||||
|
- FIX - naprawiono blad `Invalid Key` w widoku filemanagera po refaktoryzacji
|
||||||
|
- UPDATE - usunieto legacy klasy i stare szablony (`admin\\controls`, `admin\\view`, `admin/templates/product_archive`)
|
||||||
|
<hr>
|
||||||
<b>ver. 0.251 - 09.02.2026</b><br />
|
<b>ver. 0.251 - 09.02.2026</b><br />
|
||||||
- NEW - migracja modulu Dictionaries do nowej architektury (Domain + admin Controller + DI)
|
- NEW - migracja modulu Dictionaries do nowej architektury (Domain + admin Controller + DI)
|
||||||
- UPDATE - lista i formularz Dictionaries przepiete na nowe komponenty (`components/table-list`, `components/form-edit`)
|
- UPDATE - lista i formularz Dictionaries przepiete na nowe komponenty (`components/table-list`, `components/form-edit`)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 251;
|
$current_ver = 252;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user