Skip to content

Commit

Permalink
Release 18.0.1
Browse files Browse the repository at this point in the history
No major changes since the beta versions.

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Apr 24, 2022
1 parent e89b41c commit 835f295
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-php-static-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
]]></description>
<version>18.0.1-beta3</version>
<version>18.0.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down
1 change: 1 addition & 0 deletions lib/Service/ImportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 835f295

Please sign in to comment.