diff --git a/plugins/content/nightlybuilds/nightlybuilds.php b/plugins/content/nightlybuilds/nightlybuilds.php index c7e70cd..5dc2212 100644 --- a/plugins/content/nightlybuilds/nightlybuilds.php +++ b/plugins/content/nightlybuilds/nightlybuilds.php @@ -124,11 +124,11 @@ public function onContentPrepare($context, &$article, &$params, $page = 0) $updateserver = 'https://update.joomla.org/core/nightlies/next_major_list.xml'; break; - case '6.1': + case '6.2': $updateserver = 'https://update.joomla.org/core/nightlies/next_minor_list.xml'; break; - case '6.0': + case '6.1': case '5.4': $updateserver = 'https://update.joomla.org/core/nightlies/next_patch_list.xml'; break;