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:
2026-04-30 02:36:33 +02:00
parent fba215b372
commit e84edb2354
4 changed files with 30 additions and 1 deletions

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

Binary file not shown.

View 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": [
]
}

View File

@@ -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 />
Naprawa kosztu transportu na podsumowaniu koszyka (delivery_free z uwzglednieniem progu)
<hr>

View File

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