diff --git a/config/config.php b/config/config.php index 88b7af9..225b495 100644 --- a/config/config.php +++ b/config/config.php @@ -341,7 +341,7 @@ public function getUpdate(string $installedVersion): string ->execute(); // no break case "1.7.0": - // update zu 1.7.1 + // update zu 1.8.0 /* * Ilch-Core und PHP-Version Anpassung * FontAwesome 6 @@ -350,7 +350,7 @@ public function getUpdate(string $installedVersion): string */ $this->db()->query("UPDATE `[prefix]_modules` SET `icon_small` = '" . $this->config['icon_small'] . "' WHERE `key` = '" . $this->config['key'] . "';"); // no break - case "1.7.1": + case "1.8.0": // update zu 1.?.? /* */