- locations/categories GET pass req.query.error/success to views
- locations/categories EJS render dismissible error/success alerts (modeled on catalog.ejs)
- Delete errors include blocking counts + 'Remove X first' hints
- 🔒 lock hint on rows with linked categories/products/subcategories
- 18 new tests (adminDeleteFeedback.test.js); 48 total pass
54 lines
3.1 KiB
Markdown
54 lines
3.1 KiB
Markdown
# Telegram Shop — Version History
|
|
|
|
## How to update version
|
|
|
|
1. Edit this file (`VERSION.md`)
|
|
2. Add new entry under `## Changelog`
|
|
3. Bump version in `src/admin/views/partials/app-sidebar.ejs`
|
|
4. Commit all changes together
|
|
|
|
## Current Version
|
|
|
|
**v1.2.2** — 2026-08-04
|
|
|
|
## Changelog
|
|
|
|
### v1.2.2 — 2026-08-04
|
|
- **fix**: BUG-01 — disabled locations/categories/subcategories filtered from bot menus (getActiveLocationById, is_active checks)
|
|
- **fix**: BUG-02 — graceful handling of disabled entity during purchase flow (location_disabled notice + main-menu redirect, no crash)
|
|
- **fix**: BUG-03 — per-user callback lock (1500ms debounce) prevents duplicate messages on double-tap
|
|
- **fix**: BUG-04 — resetUserContext clears stale inline keyboards/state on main-menu navigation and /start
|
|
- **fix**: handlePay uses validated numeric quantity for price/stock/purchase writes (was raw string)
|
|
- **fix**: Admin delete feedback — locations/categories pages now render error/success alerts; delete errors include blocking counts + hints; 🔒 lock hint on rows with links
|
|
|
|
### v1.2.1 — 2026-07-18
|
|
- **refactor**: Removed deposit amount-selection step (redundant); deposit_wallet_ now goes directly to Mercuryo instructions
|
|
- **feat**: Updated Mercuryo button text to include VISA/Mastercard branding in all locales
|
|
- **feat**: Added deposit_important5 note about Mercuryo authorization limits and top-up reserve
|
|
- **fix**: Enforced description + photo required in admin product create/update routes (products.js, catalogProducts.js)
|
|
- **fix**: Added defensive guards in bot purchase display — description fallback and no-photo placeholder (userProductHandler.js)
|
|
- **feat**: Added i18n keys `products.no_description` and `products.no_photo` in en/es/de
|
|
- **fix**: Marked description and photo fields as required in admin forms (product-edit.ejs, products.ejs, catalog modal)
|
|
- **feat**: Added edit + enable/disable (toggle is_active) UI for locations, categories, and subcategories in admin views (locations.ejs, categories.ejs, catalog.js buildTreeHtml)
|
|
- **feat**: Added Categories nav item in admin sidebar (generated-navigation.ejs)
|
|
|
|
### v1.2.0 — 2026-07-08
|
|
- **fix**: Disabled CSRF checks in admin panel for Tor / onion zone compatibility
|
|
- **fix**: Fixed "Invalid wallet type" error in Telegram bot purchase flow (`main`/`bonus` types added to validator)
|
|
- **feat**: Added version history modal in admin sidebar
|
|
|
|
### v1.1.0 — 2026-07-02
|
|
- **feat**: Mercuryo gateway integration, crypto QR deposit, mono products, wallet auto-refresh
|
|
- **fix**: CSRF cookie `sameSite=false` for Tor, auth cookie fix, async handlers
|
|
- **feat**: Draggable dashboard panels + business KPI redesign
|
|
- **fix**: SmartAdmin template redesign + security hardening
|
|
|
|
### v1.0.0 — 2026-06-24
|
|
- **feat**: Initial release — Telegram shop bot with admin panel
|
|
- **feat**: Crypto wallets (BTC, LTC, ETH, USDT, USDC)
|
|
- **feat**: Product catalog with locations, categories, subcategories
|
|
- **feat**: Purchase system with hidden content delivery
|
|
- **feat**: Admin panel with dashboard, wallets, users, purchases, audit log
|
|
- **feat**: Tor proxy support (.onion access)
|
|
- **feat**: i18n localization (en/es/de)
|