tractatus/public/version.json
TheFlow bda0de0ceb fix(cache): standardize cache version across all HTML files
Fixed inconsistent cache version parameters across admin pages.
All HTML files now use v=0.1.0.1761262254119 to ensure mobile
browsers fetch fresh assets.

Changes:
- Updated all 12 admin HTML files to consistent cache version
- Updated all 17 public HTML files via update-cache-version script
- Service worker version: 0.1.1
- Version.json: 0.1.1

This ensures service worker cache invalidation triggers properly
and all pages reference matching asset versions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 12:34:39 +13:00

12 lines
439 B
JSON

{
"version": "0.1.1",
"buildDate": "2025-10-23T23:30:54.127Z",
"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"
}