tractatus/public/version.json
TheFlow b036c14d84 fix(submissions): extract data from API response wrappers
CRITICAL FIX: Economist submission package was showing no data because
the frontend was storing the entire API response wrapper instead of
extracting the actual post and submission data.

Changes:
- submission-modal-enhanced.js: Extract .post from blog API response
- submission-modal-enhanced.js: Extract .data from submissions API response
- publications.routes.js: Restore original routes and add /targets endpoint
- Cache version bumped to force browser updates

Fixes: #economist-submission-data-missing
2025-10-24 16:35:10 +13:00

12 lines
439 B
JSON

{
"version": "0.1.1",
"buildDate": "2025-10-24T03:34:33.929Z",
"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"
}