File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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 = 2023100910 ;
28
+ $ plugin ->version = 2023100915 ;
29
29
$ plugin ->requires = 2023100900 ;
30
- $ plugin ->release = '4.3.1 ' ;
30
+ $ plugin ->release = '4.3.3 ' ;
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 = 2023100911 ;
29
+ $ plugin ->version = 2023100915 ;
30
30
$ plugin ->requires = 2023100900 ;
31
- $ plugin ->release = '4.3.2 ' ;
31
+ $ plugin ->release = '4.3.3 ' ;
32
32
$ plugin ->component = 'local_o365 ' ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->dependencies = [
35
- 'auth_oidc ' => 2023100910 ,
35
+ 'auth_oidc ' => 2023100915 ,
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 = 2023100911 ;
28
+ $ plugin ->version = 2023100915 ;
29
29
$ plugin ->requires = 2023100900 ;
30
- $ plugin ->release = '4.3.2 ' ;
30
+ $ plugin ->release = '4.3.3 ' ;
31
31
$ plugin ->component = 'local_office365 ' ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
33
$ plugin ->dependencies = [
34
- 'auth_oidc ' => 2023100910 ,
34
+ 'auth_oidc ' => 2023100915 ,
35
35
'block_microsoft ' => 2023100910 ,
36
36
'local_o365 ' => 2023100911 ,
37
37
'repository_office365 ' => 2023100910 ,
You can’t perform that action at this time.
0 commit comments