diff --git a/updates/0.30/ver_0.352.zip b/updates/0.30/ver_0.352.zip new file mode 100644 index 0000000..ff52221 Binary files /dev/null and b/updates/0.30/ver_0.352.zip differ diff --git a/updates/0.30/ver_0.352_manifest.json b/updates/0.30/ver_0.352_manifest.json new file mode 100644 index 0000000..5471dad --- /dev/null +++ b/updates/0.30/ver_0.352_manifest.json @@ -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": [ + + ] +} \ No newline at end of file diff --git a/updates/changelog-data.html b/updates/changelog-data.html index 5d5aaed..34fed27 100644 --- a/updates/changelog-data.html +++ b/updates/changelog-data.html @@ -1,3 +1,6 @@ +ver. 0.352 - 13.05.2026
+FIX - poprawne polskie znaki w labelkach formularza edycji kategorii w panelu admina (mojibake) +
ver. 0.351 - 13.05.2026
FIX - poprawne metatagi /<description>/<keywords> dla stron kategorii i produktow (eliminacja wycieku meta_title homepage) <hr> diff --git a/updates/versions.php b/updates/versions.php index 863fa76..9e5afa2 100644 --- a/updates/versions.php +++ b/updates/versions.php @@ -1,5 +1,5 @@ <? -$current_ver = 351; +$current_ver = 352; for ($i = 1; $i <= $current_ver; $i++) {