Releases: Smile-SA/magento2-module-debug-toolbar
Releases · Smile-SA/magento2-module-debug-toolbar
7.0.2
- Added a notification message in admin area when Magento runs in production mode
7.0.1
- Renamed the "Generic" zone to "Server"
- Renamed the "Mysql" zone to "Database"
- Fixed typos
- Fine-tuned warning threshold for various statistics
- Moved block factories initialization to di.xml file
7.0.0
- Set minimum PHP version to 8.1.
This module now uses some features that require PHP >= 8.1 (e.g. promoted constructors).
6.1.3
- Better third party theme support (#27)
6.1.2
- Fix width of the mysql query list
6.1.1
- Disable the output of the toolbar ajax query when the toolbar is disabled
- Remove use of AbstractAction class (deprecated)
6.1.0
- Use an ajax query to load the toolbar
- Reduce memory consumption
6.0.0
- Set minimum PHP version to 7.4
- Add new code quality standard (SmileLab)
5.2.4
- Cast response content to string
5.2.1
- Fix env.php sync issue when enabling/disabling the profiler