File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- 5.0 (2025-06-24 )
4
+ v5.0-r1 (2025-08-01 )
5
5
------------------
6
-
6
+ - Fixes Issues [ #216 ] ( https://github.com/learnweb/moodle-mod_moodleoverflow/issues/216 ) ,
7
+ [ #211 ] ( https://github.com/learnweb/moodle-mod_moodleoverflow/issues/211 ) ,
8
+ [ #202 ] ( https://github.com/learnweb/moodle-mod_moodleoverflow/issues/202 )
9
+ - Adaption to Moodle 5.0
7
10
8
11
4.5.1 (2025-05-19)
9
12
------------------
Original file line number Diff line number Diff line change 26
26
27
27
defined ('MOODLE_INTERNAL ' ) || die ();
28
28
29
- $ plugin ->version = 2025072500 ;
29
+ $ plugin ->version = 2025080100 ;
30
30
$ plugin ->requires = 2022112819 ; // Require Moodle 4.1.
31
31
$ plugin ->supported = [401 , 500 ];
32
32
$ plugin ->component = 'mod_moodleoverflow ' ;
33
- $ plugin ->maturity = MATURITY_RC ;
34
- $ plugin ->release = 'v5.0-rc1 ' ;
33
+ $ plugin ->maturity = MATURITY_STABLE ;
34
+ $ plugin ->release = 'v5.0-r1 ' ;
35
35
$ plugin ->dependencies = [];
You can’t perform that action at this time.
0 commit comments