Skip to content

Commit

Permalink
Prepare version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime LECLERCQ committed Aug 17, 2020
1 parent 462d06d commit 15f63ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to this project will be documented in this file.

## WIP
## [5.0.0] - 2020-08-17
[5.0.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/4.0.3...5.0.0

- Add type hinting and strict types
- Add escaping in templates
- Set minimum requirements to Magento 2.4

## [4.0.3] - 2019-11-26
[4.0.3]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/4.0.2...4.0.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "EPL-2.0",
"require": {
"php": ">=7.1.3",
"magento/framework": ">=102.0.0"
"magento/framework": ">=103.0.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 15f63ab

Please sign in to comment.