Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Types of changes
Security in case of vulnerabilities.
)

## [1.0.4](https://github.com/pdir/contao-seo-plugin/tree/1.0.4) - 2026-04-22

- [Fixed] Changed routing configuration from annotations to attributes in services.yaml

## [1.0.3](https://github.com/pdir/contao-seo-plugin/tree/1.0.3) - 2024-11-09

- [Fixed] do not use global namespace in OutputFrontendTemplateListener
Expand Down
2 changes: 1 addition & 1 deletion config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pdir_contao_seo.controller:
resource: ../src/Controller
type: annotation
type: attribute