Skip to content

Commit a9ecb24

Browse files
authored
Merge pull request #19 from exelearning/18-default-value-of-mandatory-files-list-have-to-change-for-exe-30
18 default value of mandatory files list have to change for exe 30
2 parents 9e3160e + a0f3992 commit a9ecb24

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

settings.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@
7373

7474
// The eXeweb package validation rules.
7575
$mandatoryfilesre = implode("\n", [
76-
'/^contentv[\d+]\.xml$/',
77-
'/^content\.xsd$/',
78-
'/^content\.data$/',
79-
'/^[ \w-]*\/{0,1}index\.htm[l]{0,1}$/',
76+
'/^content(v\d+)?\.xml$/',
8077
]);
8178
$forbiddenfilesre = implode("\n", [
8279
'/.*\.php$/',

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2025061900; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2025062000; // The current module version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2020061500; // Moodle 3.9 to 4.1.
2929
$plugin->component = 'mod_exeweb'; // Full name of the plugin (used for diagnostics).
3030
$plugin->cron = 0;

0 commit comments

Comments
 (0)