build: ver_0.351 - fix metatagow na stronach kategorii/produktu
This commit is contained in:
BIN
updates/0.30/ver_0.351.zip
Normal file
BIN
updates/0.30/ver_0.351.zip
Normal file
Binary file not shown.
23
updates/0.30/ver_0.351_manifest.json
Normal file
23
updates/0.30/ver_0.351_manifest.json
Normal 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": [
|
||||
|
||||
]
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 350;
|
||||
$current_ver = 351;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user