We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51fab6 commit d48ebdcCopy full SHA for d48ebdc
TracyDebugger.module.php
@@ -27,7 +27,7 @@ public static function getModuleInfo() {
27
'summary' => __('Tracy debugger from Nette with many PW specific custom tools.', __FILE__),
28
'author' => 'Adrian Jones',
29
'href' => 'https://processwire.com/talk/forum/58-tracy-debugger/',
30
- 'version' => '4.26.66',
+ 'version' => '4.26.67',
31
'autoload' => 100000, // in PW 3.0.114+ higher numbers are loaded first - we want Tracy first
32
'singular' => true,
33
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',
0 commit comments