File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/mdjnelson/moodle-mod_customcert/issues/169 .
6
6
7
- ## [ 4.2.2] - 2023-06-XX
7
+ ## [ 4.2.2] - 2023-06-08
8
8
9
9
### Fixed
10
10
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ('Direct access to this script is forbidden. ' );
26
26
27
- $ plugin ->version = 2023042401 ; // The current module version (Date: YYYYMMDDXX).
27
+ $ plugin ->version = 2023042402 ; // The current module version (Date: YYYYMMDDXX).
28
28
$ plugin ->requires = 2023042400 ; // Requires this Moodle version (4.2).
29
29
$ plugin ->cron = 0 ; // Period for cron to check this module (secs).
30
30
$ plugin ->component = 'mod_customcert ' ;
31
31
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
- $ plugin ->release = "4.2.1 " ; // User-friendly version number.
33
+ $ plugin ->release = "4.2.2 " ; // User-friendly version number.
You can’t perform that action at this time.
0 commit comments