Bug Fixes
- Fix Delete Pattern doing nothing from the edit modal — the pattern would disappear from the UI but return on refresh because the delete API call was being passed a null ID after the modal closed
- Fix expired sessions never being cleaned up — the
cleanExpiredSessionsfunction was defined but never called; it now runs on a daily cron at 3am - Fix user deletion crashing when the user owns patterns — the
patterns.user_idforeign key was missingON DELETE CASCADE, causing a constraint violation when deleting any user who had patterns - Remove duplicate
stripHtmlfunction definition — a stub version was shadowing the full implementation that handles HTML entities
Full Changelog: v0.11.0...v0.11.1