Skip to content

Commit

Permalink
Prepare version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Sep 5, 2023
1 parent 25a1f30 commit 8333b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Expand Up @@ -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:

Expand Down

0 comments on commit 8333b03

Please sign in to comment.