Fix: SW-Cache /api/dogs nach Foto-Upload löschen (SW by-v937)

_renderHund() liest Hunde aus _cachedGet('/dogs') — SW-gecacht mit altem foto_url.
Fix: swCacheDelete für /api/dogs, /api/dogs/{id} + welcome-dashboard, plus w3_dogs.
This commit is contained in:
rene 2026-05-14 12:34:26 +02:00
parent 2b672c89df
commit e397b9dff5
4 changed files with 9 additions and 3 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '936'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '937'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
// Cache-Bust-Parameter nach Update-Reload sofort entfernen