Skip to content

Commit c34d874

Browse files
authored
Call it 1.9
1 parent 582ebf3 commit c34d874

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

version.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
* Version details
1919
*
2020
* @package block_dash
21-
* @copyright 2022 bdecent gmbh <https://bdecent.de>
21+
* @copyright 2020 onwards bdecent gmbh <https://bdecent.de>
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

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

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';
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '1.7';
32-
$plugin->supported = [311, 401];
31+
$plugin->release = '1.9';
32+
$plugin->supported = [401, 403];

0 commit comments

Comments
 (0)