From 8333b0360a304cee15e9b61f0371c3bf6af5620a Mon Sep 17 00:00:00 2001 From: guvra Date: Tue, 5 Sep 2023 10:29:21 +0200 Subject: [PATCH] Prepare version 7.0.0 --- CHANGELOG.md | 6 ++++-- doc/install.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7063644..93df9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ All notable changes to this project will be documented in this file. -## WIP +## [7.0.0] - 2023-09-05 +[7.0.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/6.1.3...7.0.0 -- Set minimum PHP version to 8.1 +- 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] - 2023-09-04 [6.1.3]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/6.1.2...6.1.3 diff --git a/doc/install.md b/doc/install.md index 6ef4059..5d09dee 100644 --- a/doc/install.md +++ b/doc/install.md @@ -9,7 +9,7 @@ If the module is installed but left disabled, it will still have a small impact If you have already enabled the native **Magento profiler**, you must disable it. Remove the `MAGE_PROFILER` environment variable if it is defined. -## Step 2 - Install the module through composer +## Step 2 - Install the module with Composer Execute the following command in your main project folder to add the module on your development environment: