v1.0.0 - Release: widget area, documentation refresh
All checks were successful
Create Release Package / PHP Lint (push) Successful in 50s
Create Release Package / Build Release (push) Successful in 1m14s

- Register sidebar widget area via register_sidebar()
- Render WordPress widgets in Twig sidebar with fallback to built-in content
- Update README.md with accurate feature counts and descriptions
- Update translation files with widget area strings
- Bump version to 1.0.0

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-02-08 18:43:09 +01:00
parent 4c808a992a
commit 5268289782
12 changed files with 155 additions and 50 deletions

View File

@@ -906,6 +906,14 @@ msgstr "Hauptnavigation"
msgid "Footer navigation"
msgstr "Fussnavigation"
#: functions.php
msgid "Sidebar"
msgstr "Seitenleiste"
#: functions.php
msgid "Add widgets here to appear in the sidebar."
msgstr "Widgets hier hinzufuegen, um sie in der Seitenleiste anzuzeigen."
#: views/partials/sidebar.html.twig
msgid "Blog sidebar"
msgstr "Blog-Seitenleiste"