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 11CHANGELOG
22=========
33
4- 5.0 (2025-06-24 )
4+ v5.0-r1 (2025-08-01 )
55------------------
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
710
8114.5.1 (2025-05-19)
912------------------
Original file line number Diff line number Diff line change 2626
2727defined ('MOODLE_INTERNAL ' ) || die ();
2828
29- $ plugin ->version = 2025072500 ;
29+ $ plugin ->version = 2025080100 ;
3030$ plugin ->requires = 2022112819 ; // Require Moodle 4.1.
3131$ plugin ->supported = [401 , 500 ];
3232$ 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 ' ;
3535$ plugin ->dependencies = [];
You can’t perform that action at this time.
0 commit comments