Skip to content

Commit

Permalink
Release 19.0.0-beta1
Browse files Browse the repository at this point in the history
Changed
- Drop support for Nextcloud 22, NC 22 has reached it's end of life.
- Add support for Nextcloud 25

Fixed
- Corrected article compact title bar position in NC25 (#1944)
- Fixed "Mark read through scrolling" in NC25 and NC24 (#1944)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Oct 22, 2022
1 parent adae144 commit 22a7a09
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0']
nextcloud: ['stable22', 'stable23']
nextcloud: ['stable23', 'stable24', 'stable25']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
- php-versions: '8.0'
nextcloud: pre-release
database: sqlite
experimental: true
- php-versions: '8.1'
- php-versions: '8.2'
nextcloud: pre-release
database: sqlite
experimental: true
- php-versions: 8.1
nextcloud: stable24
nextcloud: stable25
database: sqlite
experimental: false
steps:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/api-php-static-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ jobs:
continue-on-error: true
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
nextcloud: [ 'stable24' ]
php-versions: [ '7.4', '8.0', '8.1' ]
nextcloud: [ 'stable25' ]
database: [ 'sqlite' ]
include:
- php-versions: 8.1
nextcloud: stable24
database: sqlite
experimental: false
- php-versions: 8.1
- php-versions: '8.2'
nextcloud: pre-release
database: sqlite
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
nextcloud: ['stable24']
nextcloud: ['stable25']
database: ['sqlite']
experimental: [false]
codecoverage: [false]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
nextcloud: ['stable24']
nextcloud: ['stable25']
database: ['sqlite']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}"
strategy:
matrix:
nextcloud: ['stable24']
nextcloud: ['stable25']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ All notable changes to this project will be documented in this file.
The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.

# Unreleased
## [18.x.x]
## [19.x.x]
### Changed

### Fixed
- Corrected article compact title bar position in NC25
- Fixed "Mark read through scrolling" in NC25 and NC24

# Releases
## [18.3.0] - 2022-10-10
## [19.0.0-beta1] - 2022-10-22
### Changed
- Drop support for Nextcloud 22, NC 22 has reached it's end of life. (#1950)
- Add support for Nextcloud 25 (#1950)
### Fixed
- Corrected article compact title bar position in NC25 (#1944)
- Fixed "Mark read through scrolling" in NC25 and NC24 (#1944)

## [18.3.0] - 2022-10-21
### Fixed
- Remove setting for minimum purge interval since it is not used.
- Remove setting for minimum purge interval since it is not used. (#1935)

## [18.3.0-beta1] - 2022-10-10
### Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0</version>
<version>19.0.0-beta1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down Expand Up @@ -55,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="22" max-version="24"/>
<nextcloud min-version="23" max-version="25"/>
</dependencies>

<background-jobs>
Expand Down

0 comments on commit 22a7a09

Please sign in to comment.