We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9c281 commit 42016f8Copy full SHA for 42016f8
CHANGELOG
@@ -1,3 +1,9 @@
1
+1.2.2
2
+- Set max number of reports to 75. If more are needed, it can be adjusted via a config setting.
3
+- Fix t-string for Localization class.
4
+- Fix various PHP notices (thanks mlocati).
5
+- Listen to on_block_output event.
6
+
7
1.2.1
8
- Add toggle button to easily enable and disable Speed Analyzer.
9
controller.php
@@ -12,7 +12,7 @@ final class Controller extends Package
12
{
13
protected $pkgHandle = 'speed_analyzer';
14
protected $appVersionRequired = '8.2.1';
15
- protected $pkgVersion = '1.2.1';
+ protected $pkgVersion = '1.2.2';
16
protected $pkgAutoloaderRegistries = [
17
'src/SpeedAnalyzer' => '\A3020\SpeedAnalyzer',
18
];
0 commit comments