Skip to content

Commit

Permalink
Revert "update version files for 3.10.0 release"
Browse files Browse the repository at this point in the history
This reverts commit 85898eb.
  • Loading branch information
weilai-irl committed Jan 28, 2021
1 parent 9bc8cbe commit 7416fa4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion classes/page/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public function mode_checkteamsmoodlesetup() {
$data->info[] = get_string('settings_notice_restalreadyenabled', 'local_o365');
}

// Enable Microsoft 365 Webservices.
// Enable Office 365 Webservices.
$webservicemanager = new \webservice();
$o365service = $webservicemanager->get_external_service_by_shortname('o365_webservices');
if (!$o365service->enabled) {
Expand Down
4 changes: 2 additions & 2 deletions lang/en/local_o365.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
When disabled, Moodle will always try to create a class Team from a synced course. Team creation will be skipped until a suitable Team owner is enrolled in the course.
A suitable Team owner is a user having "Team owner" capability (local/o365:teamowner) in the course.';
$string['settings_o365china'] = 'Microsoft 365 for China';
$string['settings_o365china_details'] = 'Check this if you are using Microsoft 365 for China.';
$string['settings_o365china'] = 'Office 365 for China';
$string['settings_o365china_details'] = 'Check this if you are using Office 365 for China.';
$string['settings_debugmode'] = 'Record debug messages';
$string['settings_debugmode_details'] = 'If enabled, information will be logged to the Moodle log that can help in identifying problems. <a href="{$a}">View recorded log messages.</a>';
$string['settings_switchauthminupnsplit0'] = 'Minimum inexact username length to switch to Microsoft 365';
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2020110900;
$plugin->requires = 2020110900;
$plugin->release = '3.10.0';
$plugin->version = 2020071504;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110900,
'auth_oidc' => 2020071501,
];

0 comments on commit 7416fa4

Please sign in to comment.