Updated cache-busting version to force browser reload of fixed JavaScript.
Root cause: Browser serving cached version of newsletter-management.js
with old arrow function bug, even though production file had the fix.
Changes:
- Bumped version to 0.1.0.1761283486841 across all HTML files
- Updated public/admin/newsletter-management.html (missed by auto-script)
- Updated version.json and service worker
Related fix: Newsletter DELETE button sending [object Object]
Fixed in commit 0b853c5 but cached version prevented fix from loading.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
439 B
JSON
12 lines
439 B
JSON
{
|
|
"version": "0.1.1",
|
|
"buildDate": "2025-10-24T05:24:46.847Z",
|
|
"changelog": [
|
|
"Mobile: Fixed calendar page loading issues with enhanced error handling",
|
|
"Cache: Service worker v0.1.2 - FORCE REFRESH for mobile cache fix",
|
|
"Admin: Improved API error reporting for calendar stats and tasks",
|
|
"Backend: DeepL translation API integrated for multilingual submissions"
|
|
],
|
|
"forceUpdate": true,
|
|
"minVersion": "0.1.2"
|
|
}
|