From 8038acf4fd7da60d078222de60a4f3c348fc3965 Mon Sep 17 00:00:00 2001 From: guvra Date: Wed, 6 Jul 2022 17:37:36 +0200 Subject: [PATCH] Prepare version 5.2.1 --- CHANGELOG.md | 5 +++-- doc/install.md | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f4a9a..3d2973b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ All notable changes to this project will be documented in this file. -## WIP +## [5.2.1] - 2022-07-06 +[5.2.1]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/5.2.0...5.2.1 -- Fix env.php sync issue when enabling/disabling the profiler on Magento 2.4.4 +- Fix env.php sync issue when enabling/disabling the profiler ## [5.2.0] - 2022-04-15 [5.2.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/5.1.2...5.2.0 diff --git a/doc/install.md b/doc/install.md index 2bcf76b..34a1322 100644 --- a/doc/install.md +++ b/doc/install.md @@ -28,9 +28,11 @@ bin/magento setup:upgrade ## Step 3 - Enable the toolbar -You have to enable the toolbar in the admin area to use it. +Execute the following command: -Look at the [Back-Office](backoffice.md) documentation. +``` +bin/magento config:set smile_debugtoolbar/configuration/enabled 1 +``` # Uninstallation