File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## WIP
5+ ## [ 5.2.1] - 2022-07-06
6+ [ 5.2.1 ] : https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/5.2.0...5.2.1
67
7- - Fix env.php sync issue when enabling/disabling the profiler on Magento 2.4.4
8+ - Fix env.php sync issue when enabling/disabling the profiler
89
910## [ 5.2.0] - 2022-04-15
1011[ 5.2.0 ] : https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/5.1.2...5.2.0
Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ bin/magento setup:upgrade
2828
2929## Step 3 - Enable the toolbar
3030
31- You have to enable the toolbar in the admin area to use it.
31+ Execute the following command:
3232
33- Look at the [ Back-Office] ( backoffice.md ) documentation.
33+ ```
34+ bin/magento config:set smile_debugtoolbar/configuration/enabled 1
35+ ```
3436
3537# Uninstallation
3638
You can’t perform that action at this time.
0 commit comments