Releases: OpenConext/Monitor-bundle
Releases · OpenConext/Monitor-bundle
Checks are surrounded in try catch
4.3.0
What's Changed
- add endroid/installation by @tacman in #16
- Fix deprecation by @parijke in #18
- Symplify autowiring and remove backticks by @parijke in #19
New Contributors
Full Changelog: 4.2.0...4.3.0
Beware that the monitor bundle now uses attributes for routes. Meaning you have to disable or delete
#openconext_monitor:
# resource: "@OpenConextMonitorBundle/config/routing.yml"
# prefix: /
in your config/routes.yaml
and add
open_conext_monitor:
resource: "@OpenConextMonitorBundle/src/Controller"
type: attribute
prefix: /
in your config/routes/controllers.yaml
4.0.0
3.1.0
3.0.0
What's Changed
- Feature/symfony5 by @Chris53897 in #6
New Contributors
- @Chris53897 made their first contribution in #6 (thanks for your contribution!)
Full Changelog: 2.1.0...3.0.0
2.1.0
SF4 and PHP 7.2 support
Merge pull request #5 from OpenConext/feature/add-symfony-4-support Add Symfony 4 support