File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
docs/apis/commonfiles/version.php
version-4.1/apis/commonfiles/version.php
version-4.3/apis/commonfiles/version.php
version-4.4/apis/commonfiles/version.php
version-4.5/apis/commonfiles/version.php Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77description : A description of the plugin version.php file, describing the various features
88---
99
10- import { LanguageProperty, } from '@site/src /components';
10+ import { LanguageProperty } from '@site/src /components';
1111
1212Every plugin must have a ` version.php ` file located in the root directory of that plugin.
1313
@@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194$plugin->version = 2022060100;
195195$plugin->requires = 2022041900.00; // Moodle 4.0.
196196$plugin->supported = [400, 400];
197- $plugin->incompatible = [ 401] ;
197+ $plugin->incompatible = 401;
198198$plugin->component = 'tool_example';
199199$plugin->maturity = MATURITY_STABLE;
200200$plugin->release = '41.3-lemmings-1.0';
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194$plugin->version = 2022060100;
195195$plugin->requires = 2022041900.00; // Moodle 4.0.
196196$plugin->supported = [400, 400];
197- $plugin->incompatible = [ 401] ;
197+ $plugin->incompatible = 401;
198198$plugin->component = 'tool_example';
199199$plugin->maturity = MATURITY_STABLE;
200200$plugin->release = '41.3-lemmings-1.0';
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194$plugin->version = 2022060100;
195195$plugin->requires = 2022041900.00; // Moodle 4.0.
196196$plugin->supported = [400, 400];
197- $plugin->incompatible = [ 401] ;
197+ $plugin->incompatible = 401;
198198$plugin->component = 'tool_example';
199199$plugin->maturity = MATURITY_STABLE;
200200$plugin->release = '41.3-lemmings-1.0';
Original file line number Diff line number Diff line change 77description : A description of the plugin version.php file, describing the various features
88---
99
10- import { LanguageProperty, } from '@site/src /components';
10+ import { LanguageProperty } from '@site/src /components';
1111
1212Every plugin must have a ` version.php ` file located in the root directory of that plugin.
1313
@@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194$plugin->version = 2022060100;
195195$plugin->requires = 2022041900.00; // Moodle 4.0.
196196$plugin->supported = [400, 400];
197- $plugin->incompatible = [ 401] ;
197+ $plugin->incompatible = 401;
198198$plugin->component = 'tool_example';
199199$plugin->maturity = MATURITY_STABLE;
200200$plugin->release = '41.3-lemmings-1.0';
Original file line number Diff line number Diff line change 77description : A description of the plugin version.php file, describing the various features
88---
99
10- import { LanguageProperty, } from '@site/src /components';
10+ import { LanguageProperty } from '@site/src /components';
1111
1212Every plugin must have a ` version.php ` file located in the root directory of that plugin.
1313
@@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194$plugin->version = 2022060100;
195195$plugin->requires = 2022041900.00; // Moodle 4.0.
196196$plugin->supported = [400, 400];
197- $plugin->incompatible = [ 401] ;
197+ $plugin->incompatible = 401;
198198$plugin->component = 'tool_example';
199199$plugin->maturity = MATURITY_STABLE;
200200$plugin->release = '41.3-lemmings-1.0';
You can’t perform that action at this time.
0 commit comments