MantisBT: master 574dfa29

Author Committer Branch Timestamp Parent
dregad dregad master 2017-01-15 13:33 master b840255d
Affected Issues  0017360: Prevent loading of jQuery related plugins
 0022171: Redefine plugin version requirements
Changeset

Fix MantisCore plugin dependencies

In issue 0017360, we introduced setting a default maximum version for
MantisCore to avoid compatibility issues by disabling plugins which have
not been updated for a new Mantis release, with a break on every minor
version (x.Y.z).

With 2.0 and the decision to only introduce breaking changes on major
versions (X.y.z), this code has to be changed.

Fixes 0022171

mod - core/plugin_api.php Diff File