diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 320c8792c1..a8c16ca7b4 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -15,7 +15,7 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
- name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ php-versions }}"
+ name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}"
steps:
- name: Checkout
uses: actions/checkout@v3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1106da690d..8428e94156 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
# Releases
+
+## [18.0.1] - 2022-04-22
+No major changes since the beta versions.
+
## [18.0.1-beta3] - 2022-04-18
### Fixed
- Fix import of items when feed does not exist (#1742)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 82d48d8146..2c169677e2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]>
- 18.0.1-beta3
+ 18.0.1
agpl
Benjamin Brahmer
Sean Molenaar
diff --git a/lib/Service/ImportService.php b/lib/Service/ImportService.php
index 68782dbd42..89ca9c6e83 100644
--- a/lib/Service/ImportService.php
+++ b/lib/Service/ImportService.php
@@ -83,6 +83,7 @@ public function importArticles(string $userId, array $json): ?\OCP\AppFramework\
}
$createdFeed = false;
+ $feedLink = "";
// loop over all items and get the corresponding feed
// if the feed does not exist, create a separate feed for them