Skip to content

Commit 42016f8

Browse files
committed
Bump version / update changelog
1 parent da9c281 commit 42016f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
1.2.1
28
- Add toggle button to easily enable and disable Speed Analyzer.
39

controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class Controller extends Package
1212
{
1313
protected $pkgHandle = 'speed_analyzer';
1414
protected $appVersionRequired = '8.2.1';
15-
protected $pkgVersion = '1.2.1';
15+
protected $pkgVersion = '1.2.2';
1616
protected $pkgAutoloaderRegistries = [
1717
'src/SpeedAnalyzer' => '\A3020\SpeedAnalyzer',
1818
];

0 commit comments

Comments
 (0)