Skip to content

Commit 568997d

Browse files
committed
version.php, changes
1 parent 81da1f9 commit 568997d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CHANGELOG
2+
=========
3+
4+
4.5.0 (2025-05-06)
5+
------------------
6+
* Moodle 4.5 compatible version

version.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
/**
1818
* Defines the version and other meta-info about the plugin
1919
*
20-
* Setting the $plugin->version to 0 prevents the plugin from being installed.
2120
* See https://docs.moodle.org/dev/version.php for more info.
2221
*
2322
* @package mod_moodleoverflow
@@ -29,7 +28,7 @@
2928
defined('MOODLE_INTERNAL') || die();
3029

3130
$plugin->component = 'mod_moodleoverflow';
32-
$plugin->version = 2025050100;
31+
$plugin->version = 2025050600;
3332
$plugin->requires = 2022112800;
3433
$plugin->release = 'v4.5-r1';
3534
$plugin->supported = [401, 405];

0 commit comments

Comments
 (0)