Release of v3.2.0-beta7

Fix plugin field selection. Fix plugin params tab layout. Add issue templates. Force autoloader to always load.
This commit is contained in:
2024-03-15 12:00:50 +02:00
parent 620c890639
commit c90b1e0c8b
10 changed files with 46 additions and 17 deletions

View File

@ -150,7 +150,10 @@ class Autoloader
// for now we load it if the plugin is not loaded
// but we may want to add a switch that
// controls this behaviour.
return !$this->loadPluginAutoloader();
// return !$this->loadPluginAutoloader();
// lets load it anyway (can't break anything)
// but we will still like a switch for this
return true;
}
/**