Releases: dachcom-digital/pimcore-monitoring
Releases · dachcom-digital/pimcore-monitoring
v4.1.0
v4.0.0
Pimcore 11 Support
Global Changes
- Recommended folder structure by symfony adopted
- [ROUTE] Route include changed from
@MonitoringBundle/Resources/config/routing.yml
to@MonitoringBundle/config/routing.yaml
Deprecations
extensions.isEnabled
has been removed and was replaced byextensions.isInstalled
- Check Script has been removed
failed_logins
has been removed since pimcore now longer provide any logging files for that. If you still need it, you need to implement your own check and hook into the security monolog channel for example
New Features
- It's now possible to add your own check. Just create a tagged
pimcore.monitoring.check
service and implement theCheckInterface
interface
v3.0.0
This Release only supports Pimcore X and PHP 8.0.
Read the upgrade notes: https://github.com/dachcom-digital/pimcore-monitoring/blob/master/UPGRADE.md