X-Git-Url: http://git.cyclocoop.org/url?a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=bb4c7fd02af75c75f071e81b7c1b9c5c987c5c3f;hb=0483765086760f604dc72cab6302d42e786b99b9;hp=ae1ab5890655baee6041672194b3d73fb1df2d60;hpb=526341516a91502ac7cfd2e5590e7432b3f50c5d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index ae1ab58906..bb4c7fd02a 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -20,9 +20,16 @@ class ExtensionRegistry { /** * Version of the highest supported manifest version + * Note: Update MANIFEST_VERSION_MW_VERSION when changing this */ const MANIFEST_VERSION = 2; + /** + * MediaWiki version constraint representing what the current + * highest MANIFEST_VERSION is supported in + */ + const MANIFEST_VERSION_MW_VERSION = '>= 1.29.0'; + /** * Version of the oldest supported manifest version */