diff --git a/lang/en/tool_heartbeat.php b/lang/en/tool_heartbeat.php index 258c81e..4debca4 100644 --- a/lang/en/tool_heartbeat.php +++ b/lang/en/tool_heartbeat.php @@ -64,7 +64,7 @@ $string['checkcacheerrorsplit'] = 'The caches are not consistent: {$a}'; $string['checkcachenotsplit'] = 'Caches appear consistent between web and cron'; $string['checkcachewebmissing'] = 'The web cache check has not succeeded yet'; -$string['checkdnscheck'] = 'DNS check'; +$string['checkdnscheck'] = 'DNS wwwroot check'; $string['checkrangerequestcheck'] = 'Range requests check'; $string['checkrangerequestok'] = 'Range requests are working, 206 response with only 10 bytes of data'; $string['checkrangerequestbad'] = 'Range requests are bad! HTTP {$a->code} response with only {$a->bytes} bytes of data for {$a->url}'; diff --git a/version.php b/version.php index 5ff3aaa..d767b25 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023120500; -$plugin->release = 2023120500; // Match release exactly to version. +$plugin->version = 2023120501; +$plugin->release = 2023120501; // Match release exactly to version. $plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API. $plugin->supported = [39, 401]; $plugin->component = 'tool_heartbeat';