We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cace10 commit 8e22bf0Copy full SHA for 8e22bf0
Plugin.php
@@ -54,7 +54,7 @@ public function initialize()
54
}
55
$clean_appversion = preg_replace('/\s+/', '', $applications_version);
56
57
- if (version_compare($clean_appversion, '1.2.5', '<')) {
+ if (version_compare($clean_appversion, '1.2.6', '<')) {
58
if (file_exists('plugins/MetaMagik')) {
59
$this->container['taskFinderModel'] = $this->container->factory(function ($c) {
60
return new OldMetaMagikSubquery($c);
0 commit comments