Skip to content

Commit 7e24dd1

Browse files
committed
Version 0.3.4
1 parent 948cd3d commit 7e24dd1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
## Overview
2626

27-
✨ With the Magento 2.4.7 compatibility, and the vanilla javascript refactoring comes the compatibility with Hyvä and Breeze themes.
27+
✨ With the vanilla javascript refactoring comes the compatibility with Hyvä and Breeze themes.
2828

2929
🎁 Till compatible with Full page cache and fit coding standard :sparkles:
3030
Functionalities like VarDumper are unforced and SQL profiler backtrace is only on demand. See more [Changelog](doc/Changelog.md) .
3131

3232
## Requirement
3333

34-
Supported versions: Magento 2.4.x till 2.4.7 but should work with lower version.
34+
Supported versions: Magento 2.4.x till 2.4.8 but should work with lower version.
3535
See composer.json for other requirements.
3636

3737
## About
@@ -46,7 +46,7 @@ The structure of this toolbar is extremely simple you just need to add a new blo
4646
- Profile : View current observers, all events dispatched, collections and models loaded, plugins instanciated, preferences, cache hits
4747
- Queries : Statistics about executed queries and detailed query listing with syntax highlighting of main SQL keywords
4848
- Logs : Display log files with ability to reset these files
49-
- Dump : Catch all dump() in code
49+
- Dump : Catch all dump() in code, identify inline js script non compliant with CSP
5050
- Actions : Easily toggle template hints and inline translation and flush cache
5151
- Translation : Quickly see module, pack,theme and DB translations
5252
- Help : Show module version and link to github

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"OSL-3.0",
77
"AFL-3.0"
88
],
9-
"version": "0.3.3",
9+
"version": "0.3.4",
1010
"require": {
1111
"magento/magento-composer-installer": "*"
1212
},

doc/Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Changelog: Quick Developer Toolbar for Magento2
22
====================================
3+
0.3.4
4+
* Add, indetification for unauthorized CSP js inline
5+
* Compatibility 2.4.8 and php 8.4
6+
7+
0.3.3
8+
* Fix, Cannot instantiate abstract class,
9+
310
0.3.2
411
* Fix adminhtml renderer
512
* Add doc screenshots
613

7-
814
0.3.1
915
* Fix the typo in the XML closing tag within the comment, thanks to [hgati](https://github.com/vpietri/magento2-developer-quickdevbar/pull/86)
1016

0 commit comments

Comments
 (0)