Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz authored Nov 16, 2023
1 parent 16e9003 commit feae8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Version details
*
* @package block_dash
* @copyright 2022 bdecent gmbh <https://bdecent.de>
* @copyright 2023 bdecent gmbh <https://bdecent.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -27,6 +27,6 @@
$plugin->version = 2023101703; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires this Moodle version.
$plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.7';
$plugin->maturity = MATURITY_RC;
$plugin->release = '1.8 RC';
$plugin->supported = [311, 401];

0 comments on commit feae8f6

Please sign in to comment.