build: ver_0.350 - fix linkow produktow z permutacja w feedzie Google
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
updates/0.30/ver_0.350.zip
Normal file
BIN
updates/0.30/ver_0.350.zip
Normal file
Binary file not shown.
26
updates/0.30/ver_0.350_manifest.json
Normal file
26
updates/0.30/ver_0.350_manifest.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"changelog": "FIX - linki produktow z permutacja w feedzie Google (separator _)",
|
||||||
|
"version": "0.350",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"autoload/Domain/Product/ProductRepository.php",
|
||||||
|
"autoload/Shared/Helpers/Helpers.php",
|
||||||
|
"autoload/front/LayoutEngine.php",
|
||||||
|
"templates/shop-product/_partial/product-attribute.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:0cf918bb070260a8e055a1c8f0f3407532008a5a920da588a14c1f3b11e02c59",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-04-30",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
<b>ver. 0.350 - 30.04.2026</b><br />
|
||||||
|
FIX - linki produktow z permutacja w feedzie Google (separator _)
|
||||||
|
<hr>
|
||||||
<b>ver. 0.349 - 20.04.2026</b><br />
|
<b>ver. 0.349 - 20.04.2026</b><br />
|
||||||
Naprawa kosztu transportu na podsumowaniu koszyka (delivery_free z uwzglednieniem progu)
|
Naprawa kosztu transportu na podsumowaniu koszyka (delivery_free z uwzglednieniem progu)
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 349;
|
$current_ver = 350;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user