File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ Changes in version 5.0.3 (20231219) - Bumping bumps
2+ ---------------------------------------------------
3+ - Bundled dependencies updated:
4+ - PHP CodeSniffer updated to 3.8.0.
5+ - PHP Compatibility updated to 306cd263.
6+ - PHPCS Extra updated to 1.2.1.
7+ - PHPCS Utils updated to 1.0.9.
8+ - Moodle CS updated to v3.3.12.
9+
110Changes in version 5.0.2 (20231129) - Mainly main
211-------------------------------------------------
312- This repository has moved its default branch [ from "master" to "main"] ( https://github.com/moodlehq/moodle-local_codechecker/issues/225 ) .
413- Tests updated to suit Moodle 4.4dev requirements.
514- Bundled dependencies updated:
615 - [ moodle-cs] ( https://github.com/moodlehq/moodle-cs ) updated to [ v3.3.11] ( https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.11 ) .
716
8-
917Changes in version 5.0.1 (20231020) - Daddy's birthday
1018------------------------------------------------------
1119- Added ` MOODLE_403_STABLE ` tests.
Original file line number Diff line number Diff line change 2424
2525defined ('MOODLE_INTERNAL ' ) || die;
2626
27- $ plugin ->version = 2023112900 ; ;
28- $ plugin ->release = '5.0.2 ' ;
27+ $ plugin ->version = 2023121900 ;
28+ $ plugin ->release = '5.0.3 ' ;
2929$ plugin ->maturity = MATURITY_STABLE ;
3030$ plugin ->requires = 2019111803 ; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
3131$ plugin ->component = 'local_codechecker ' ;
You can’t perform that action at this time.
0 commit comments