build: ver_0.352 - mojibake fix w labelkach edycji kategorii
This commit is contained in:
BIN
updates/0.30/ver_0.352.zip
Normal file
BIN
updates/0.30/ver_0.352.zip
Normal file
Binary file not shown.
23
updates/0.30/ver_0.352_manifest.json
Normal file
23
updates/0.30/ver_0.352_manifest.json
Normal 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": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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 />
|
<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)
|
FIX - poprawne metatagi <title>/<description>/<keywords> dla stron kategorii i produktow (eliminacja wycieku meta_title homepage)
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 351;
|
$current_ver = 352;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user