build: ver_0.351 - fix metatagow na stronach kategorii/produktu

This commit is contained in:
2026-05-13 22:38:49 +02:00
parent 6c924ae542
commit 18bdf8384f
4 changed files with 27 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"changelog": "FIX - poprawne metatagi \u003ctitle\u003e/\u003cdescription\u003e/\u003ckeywords\u003e dla stron kategorii i produktow (eliminacja wycieku meta_title homepage)",
"version": "0.351",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/front/LayoutEngine.php"
]
},
"checksum_zip": "sha256:046d0504accf29a57fea155ecaa2acfe09078379e43118af7bf6c0f4831a3e5f",
"sql": [
],
"date": "2026-05-13",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.351 - 13.05.2026</b><br />
FIX - poprawne metatagi <title>/<description>/<keywords> dla stron kategorii i produktow (eliminacja wycieku meta_title homepage)
<hr>
<b>ver. 0.350 - 30.04.2026</b><br />
FIX - linki produktow z permutacja w feedzie Google (separator _)
<hr>

View File

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