build: ver_0.346 - Fix usuwania wszystkich dodatkowych pól produktu
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
BIN
updates/0.30/ver_0.346.zip
Normal file
BIN
updates/0.30/ver_0.346.zip
Normal file
Binary file not shown.
24
updates/0.30/ver_0.346_manifest.json
Normal file
24
updates/0.30/ver_0.346_manifest.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"changelog": "Fix usuwania wszystkich dodatkowych pól produktu",
|
||||||
|
"version": "0.346",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"autoload/Domain/Product/ProductRepository.php",
|
||||||
|
"autoload/admin/Controllers/ShopProductController.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:7765b50ff52dc9721e0e2be6d60c2b4ac040d5fc6ea918515b5a5b1a7cf1f580",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-04-16",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
<b>ver. 0.346 - 16.04.2026</b><br />
|
||||||
|
Fix usuwania wszystkich dodatkowych pól produktu
|
||||||
|
<hr>
|
||||||
<b>ver. 0.345 - 25.03.2026</b><br />
|
<b>ver. 0.345 - 25.03.2026</b><br />
|
||||||
Checkout flow fix - summaryView redirect, TTL token 30min, logowanie bledow zamowien
|
Checkout flow fix - summaryView redirect, TTL token 30min, logowanie bledow zamowien
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 345;
|
$current_ver = 346;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user