diff --git a/course/format/scorm/version.php b/course/format/scorm/version.php new file mode 100644 index 00000000000..834435de436 --- /dev/null +++ b/course/format/scorm/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version details + * + * @package format + * @subpackage scorm + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011120100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011120100; // Requires this Moodle version +$plugin->component = 'format_scorm'; // Full name of the plugin (used for diagnostics) diff --git a/course/format/social/version.php b/course/format/social/version.php new file mode 100644 index 00000000000..3096753b19c --- /dev/null +++ b/course/format/social/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version details + * + * @package format + * @subpackage social + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011120100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011120100; // Requires this Moodle version +$plugin->component = 'format_social'; // Full name of the plugin (used for diagnostics) diff --git a/course/format/topics/version.php b/course/format/topics/version.php new file mode 100644 index 00000000000..fa0cfaac557 --- /dev/null +++ b/course/format/topics/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version details + * + * @package format + * @subpackage topics + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011120100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011120100; // Requires this Moodle version +$plugin->component = 'format_topics'; // Full name of the plugin (used for diagnostics) diff --git a/course/format/weeks/version.php b/course/format/weeks/version.php new file mode 100644 index 00000000000..cf80a61ed36 --- /dev/null +++ b/course/format/weeks/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version details + * + * @package format + * @subpackage weeks + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011120100; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011120100; // Requires this Moodle version +$plugin->component = 'format_weeks'; // Full name of the plugin (used for diagnostics) diff --git a/filter/emailprotect/vesion.php b/filter/emailprotect/version.php similarity index 100% rename from filter/emailprotect/vesion.php rename to filter/emailprotect/version.php