File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
26
26
defined ('MOODLE_INTERNAL ' ) || die ();
27
27
28
- $ plugin ->version = 2020110936 ;
28
+ $ plugin ->version = 2020110940 ;
29
29
$ plugin ->requires = 2020110900 ;
30
- $ plugin ->release = '3.10.6 ' ;
30
+ $ plugin ->release = '3.10.7 ' ;
31
31
$ plugin ->component = 'auth_oidc ' ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
defined ('MOODLE_INTERNAL ' ) || die ();
28
28
29
- $ plugin ->version = 2020110939 ;
29
+ $ plugin ->version = 2020110940 ;
30
30
$ plugin ->requires = 2020110900 ;
31
- $ plugin ->release = '3.10.6 ' ;
31
+ $ plugin ->release = '3.10.7 ' ;
32
32
$ plugin ->component = 'local_o365 ' ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->dependencies = [
35
- 'auth_oidc ' => 2020110935 ,
35
+ 'auth_oidc ' => 2020110940 ,
36
36
];
Original file line number Diff line number Diff line change 25
25
26
26
defined ('MOODLE_INTERNAL ' ) || die ();
27
27
28
- $ plugin ->version = 2020110938 ;
28
+ $ plugin ->version = 2020110940 ;
29
29
$ plugin ->requires = 2020110900 ;
30
- $ plugin ->release = '3.10.6 ' ;
30
+ $ plugin ->release = '3.10.7 ' ;
31
31
$ plugin ->component = 'local_office365 ' ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
33
$ plugin ->dependencies = [
34
- 'auth_oidc ' => 2020110935 ,
34
+ 'auth_oidc ' => 2020110940 ,
35
35
'block_microsoft ' => 2020110935 ,
36
- 'local_o365 ' => 2020110938 ,
36
+ 'local_o365 ' => 2020110940 ,
37
37
'repository_office365 ' => 2020110935 ,
38
38
'theme_boost_o365teams ' => 2020110935 ,
39
39
];
You can’t perform that action at this time.
0 commit comments