Release version 1.0.1

- Add Twig template engine integration
- Migrate all templates to Twig format
- Add German (Switzerland, Informal) translation
- Improve template organization and security
- Add Composer dependency management
- Create comprehensive changelog
This commit is contained in:
2025-12-21 04:56:50 +01:00
commit 7273c9cde7
32 changed files with 2987 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# WordPress
.DS_Store
Thumbs.db
# Composer
/vendor/
composer.lock
# Twig cache
/templates/cache/
# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Node
node_modules/
npm-debug.log
# Logs
*.log
# OS
.DS_Store
._*