diff --git a/changelog/changelog.php b/changelog/changelog.php index 9054961..9490d6d 100644 --- a/changelog/changelog.php +++ b/changelog/changelog.php @@ -38,7 +38,7 @@ public static function getChangesSinceVersion($since) { } private static function getAllChangesByRelease() { - $version_regex = '/^owncloud-' . Settings::APP_ID . ' \((.*)\)/'; + $version_regex = '/^.*-' . Settings::APP_ID . ' \((.*)\)/'; $contents = file_get_contents(Helper::getOwnAppPath() . self::CHANGELOG_FILE); $releases = explode("\n\n", $contents); $changes_by_version = array();