Skip to content

Commit

Permalink
Merge bd3a235 into 4ee8166
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Sep 26, 2021
2 parents 4ee8166 + bd3a235 commit 20f3535
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
nextcloud: ['stable20', 'stable21', 'stable22']
nextcloud: ['stable21', 'stable22']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1

### Fixed

# Releases
## [16.1.0] - 2021-09-26
No notable changes compared to 16.1.0-beta1.

Note: Nextcloud 20 support will be dropped in Oct 2020, this is very likely the last version to support Nextcloud 20. This also means that PHP 7.2, will no longer be supported by news.

# Releases
## [16.1.0-beta1] - 2021-09-02
### Changed
Expand Down
10 changes: 7 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
- 🆓 Free and open source under AGPLv3, no ads or premium functions
**System Cron is currently required for this app to work**
Requirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)
The Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)
Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)
Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
<version>16.1.0-beta1</version>
<version>16.2.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand All @@ -39,7 +43,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
<dependencies>
<php min-version="7.2" min-int-size="64"/>
<php min-version="7.3" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
Expand All @@ -51,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="20" max-version="22"/>
<nextcloud min-version="21" max-version="22"/>
</dependencies>

<background-jobs>
Expand Down

0 comments on commit 20f3535

Please sign in to comment.