Skip to content

Commit 8038acf

Browse files
committed
Prepare version 5.2.1
1 parent ccfecbd commit 8038acf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
All 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

doc/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)