build: ver_0.348 - etykiety niestandardowe produktów
This commit is contained in:
BIN
updates/0.30/ver_0.348.zip
Normal file
BIN
updates/0.30/ver_0.348.zip
Normal file
Binary file not shown.
26
updates/0.30/ver_0.348_manifest.json
Normal file
26
updates/0.30/ver_0.348_manifest.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"changelog": "Dodano przełącznik i edycję etykiet niestandardowych na liście produktów.",
|
||||||
|
"version": "0.348",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"admin/templates/shop-product/products-list-custom-script.php",
|
||||||
|
"admin/templates/shop-product/products-list.php",
|
||||||
|
"autoload/Domain/Product/ProductRepository.php",
|
||||||
|
"autoload/admin/Controllers/ShopProductController.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:3dc1557d1cd17d07ce9e406cb919571d2c3f4e829d0496343cd1210e0b45da87",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-04-19",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
<b>ver. 0.348 - 19.04.2026</b><br />
|
||||||
|
Dodano przełącznik i edycję etykiet niestandardowych na liście produktów.
|
||||||
|
<hr>
|
||||||
<b>ver. 0.347 - 18.04.2026</b><br />
|
<b>ver. 0.347 - 18.04.2026</b><br />
|
||||||
Naprawa zapisu edycji kontenerow statycznych + testy regresyjne
|
Naprawa zapisu edycji kontenerow statycznych + testy regresyjne
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 347;
|
$current_ver = 348;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user