build: update package v0.303

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 15:05:19 +01:00
parent db7c881d36
commit 3a3c2adb47
4 changed files with 31 additions and 2 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,26 @@
{
"changelog": "FIX - naprawiono wyswietlanie atrybutow produktu na froncie (kolizja kolejnosci), NEW - przycisk Podglad w edycji produktu",
"version": "0.303",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"admin/templates/components/form-edit.php",
"autoload/Domain/Product/ProductRepository.php",
"autoload/admin/Controllers/ShopProductController.php",
"autoload/admin/ViewModels/Forms/FormAction.php"
]
},
"checksum_zip": "sha256:6d8cc0c3419c50345d9c4fa1f526a09004194cbf7f76302f3cfe7afe64b00545",
"sql": [
],
"date": "2026-02-22",
"directories_deleted": [
]
}

View File

@@ -1,4 +1,7 @@
<b>ver. 0.302 - 22.02.2026</b><br />
<b>ver. 0.303 - 22.02.2026</b><br />
FIX - naprawiono wyswietlanie atrybutow produktu na froncie (kolizja kolejnosci), NEW - przycisk Podglad w edycji produktu
<hr>
<b>ver. 0.302 - 22.02.2026</b><br />
NEW - REST API wariantów produktów (CRUD), słownik atrybutów, filtrowanie po atrybutach, wzbogacone atrybuty z tłumaczeniami
<hr>
<b>ver. 0.301 - 22.02.2026</b><br />

View File

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