Skip to content

Commit

Permalink
MDL-69863 tool_brickfield: Moving plugins to core files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward authored and stronk7 committed May 4, 2021
1 parent f8b34ff commit c6c7c28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions admin/tool/brickfield/version.php
Expand Up @@ -25,7 +25,5 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tool_brickfield';
$plugin->release = '1.2 (Build - 2021031500)';
$plugin->version = 2020101917;
$plugin->requires = 2018051700; // Moodle 3.5 and up.
$plugin->maturity = MATURITY_STABLE;
$plugin->version = 2020101918;
$plugin->requires = 2021042000;
6 changes: 2 additions & 4 deletions blocks/accessreview/version.php
Expand Up @@ -26,10 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'block_accessreview';
$plugin->release = '1.1 (Build - 2021012500)';
$plugin->version = 2020101904;
$plugin->requires = 2018051700; // Moodle 3.5 and up.
$plugin->maturity = MATURITY_STABLE;
$plugin->version = 2020101905;
$plugin->requires = 2021042000;
$plugin->dependencies = array(
'tool_brickfield' => ANY_VERSION,
);
4 changes: 2 additions & 2 deletions lib/classes/plugin_manager.php
Expand Up @@ -1788,7 +1788,7 @@ public static function standard_plugins_list($type) {
),

'block' => array(
'activity_modules', 'activity_results', 'admin_bookmarks', 'badges',
'accessreview', 'activity_modules', 'activity_results', 'admin_bookmarks', 'badges',
'blog_menu', 'blog_recent', 'blog_tags', 'calendar_month',
'calendar_upcoming', 'comments',
'completionstatus', 'course_list', 'course_summary',
Expand Down Expand Up @@ -2002,7 +2002,7 @@ public static function standard_plugins_list($type) {
),

'tool' => array(
'analytics', 'availabilityconditions', 'behat', 'capability', 'cohortroles', 'customlang',
'analytics', 'availabilityconditions', 'behat', 'brickfield', 'capability', 'cohortroles', 'customlang',
'dataprivacy', 'dbtransfer', 'filetypes', 'generator', 'health', 'httpsreplace', 'innodb',
'installaddon', 'langimport', 'licensemanager', 'log', 'lp', 'lpimportcsv', 'lpmigrate', 'messageinbound',
'mobile', 'moodlenet', 'multilangupgrade', 'monitor', 'oauth2', 'phpunit', 'policy', 'profiling', 'recyclebin',
Expand Down

0 comments on commit c6c7c28

Please sign in to comment.