File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
* Version details
19
19
*
20
20
* @package block_dash
21
- * @copyright 2022 bdecent gmbh <https://bdecent.de>
21
+ * @copyright 2020 onwards bdecent gmbh <https://bdecent.de>
22
22
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2024031600 ; // The current plugin version (Date: YYYYMMDDXX).
28
- $ plugin ->requires = 2021051700 ; // Requires this Moodle version .
29
- $ plugin ->component = 'block_dash ' ; // Full name of the plugin (used for diagnostics).
27
+ $ plugin ->version = 2024031800 ;
28
+ $ plugin ->requires = 2022112800 ; // Requires Moodle 4.1 .
29
+ $ plugin ->component = 'block_dash ' ;
30
30
$ plugin ->maturity = MATURITY_STABLE ;
31
- $ plugin ->release = '1.7 ' ;
32
- $ plugin ->supported = [311 , 401 ];
31
+ $ plugin ->release = '1.9 ' ;
32
+ $ plugin ->supported = [401 , 403 ];
You can’t perform that action at this time.
0 commit comments