build: ver_0.352 - mojibake fix w labelkach edycji kategorii

This commit is contained in:
2026-05-13 22:56:04 +02:00
parent d858f74de3
commit 8a89305f29
4 changed files with 27 additions and 1 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"changelog": "FIX - poprawne polskie znaki w labelkach formularza edycji kategorii w panelu admina (mojibake)",
"version": "0.352",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"admin/templates/shop-category/category-edit.php"
]
},
"checksum_zip": "sha256:4b51cb1508978f6dc9659ce26c143961eaed6c3d3bb27b47623eaea5b4fa4855",
"sql": [
],
"date": "2026-05-13",
"directories_deleted": [
]
}

View File

@@ -1,3 +1,6 @@
<b>ver. 0.352 - 13.05.2026</b><br />
FIX - poprawne polskie znaki w labelkach formularza edycji kategorii w panelu admina (mojibake)
<hr>
<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>

View File

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