diff --git a/VERSION.md b/VERSION.md index 3c9f9e9..b2e21b7 100644 --- a/VERSION.md +++ b/VERSION.md @@ -9,10 +9,17 @@ ## Current Version -**v1.2.3** — 2026-08-04 +**v1.2.4** — 2026-08-05 ## Changelog +### v1.2.4 — 2026-08-05 +- **fix**: missing `shop_district_` / `shop_subcategory_` callback handlers — Back button in empty categories now works (handleDistrictBack) +- **fix**: state.location pipe-delimited (encodeURIComponent) — multi-word names (Saint Petersburg) no longer break navigation +- **fix**: answerCallbackQuery moved to start of callback handling — no stuck "clock" spinner on buttons +- **fix**: empty city fallback in "Select district in :" (district_unknown) +- **fix**: guard against stale underscore-format state.location in handleDistrictBack + ### v1.2.3 — 2026-08-04 - **fix**: empty category menus — districts with no in-stock products show "No products available in this district" (getCategoriesWithProductsByLocationId filters by real stock/mono) - **fix**: duplicate "Select your country" messages on rapid Products tap — 1200ms main-menu debounce in routes.js diff --git a/src/admin/views/partials/app-sidebar.ejs b/src/admin/views/partials/app-sidebar.ejs index af91c4a..93bd029 100644 --- a/src/admin/views/partials/app-sidebar.ejs +++ b/src/admin/views/partials/app-sidebar.ejs @@ -28,7 +28,7 @@ - v1.2.3 + v1.2.4 @@ -43,10 +43,10 @@