fix: dynamic mockup version from version.json instead of hardcoded 1.9.3

This commit is contained in:
Timo
2026-06-01 16:25:18 +02:00
parent 3195bd0089
commit b23ce8ee7d
12 changed files with 40 additions and 36 deletions
+4
View File
@@ -351,6 +351,10 @@ document.addEventListener('DOMContentLoaded', () => {
badgeDe.textContent = `v${version} JETZT VERFÜGBAR • ${relativeTimeDe}`;
}
document.querySelectorAll('.mockup-version').forEach(el => {
el.textContent = `v${version}`;
});
// Update Schema.org structured data dynamically
const schemaScript = document.getElementById('schema-software');
if (schemaScript) {