Version No Updates

Update to v0.5.1 and CM to v2.21
This commit is contained in:
Matt Pass
2012-01-28 16:44:57 +00:00
parent 74aedb9668
commit d814f55ecb

View File

@@ -1,7 +1,7 @@
<?php
$versionNo = "v 0.5.0";
$codeMirrorDir = "CodeMirror-2.2";
$cMThisVer = 2.2;
$versionNo = "v 0.5.1";
$codeMirrorDir = "CodeMirror-2.21";
$cMThisVer = 2.21;
$testcMVersion = false; // test if we're using the latest CodeMirror version
$restrictedFiles = array(".php",".asp",".aspx");
$bannedFiles = array("_coder","wp-",".exe");