diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b780c2d..6659848b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-version: ['8.1', '8.2', '8.3', '8.4'] - nextcloud-version: ['master', 'stable32', 'stable31', 'stable30'] + nextcloud-version: ['stable32', 'stable31', 'stable30'] exclude: - php-version: '8.4' nextcloud-version: 'stable30' @@ -59,11 +59,11 @@ jobs: strategy: matrix: php-version: [ '8.4' ] - nextcloud-version: [ 'master' ] + nextcloud-version: [ 'stable32' ] db: [ 'sqlite' ] include: - php-version: '8.1' - nextcloud-version: master + nextcloud-version: stable32 db: 'oci' - php-version: '8.1' nextcloud-version: stable32 @@ -170,7 +170,7 @@ jobs: strategy: matrix: php-version: [ '8.1', '8.2', '8.3', '8.4' ] - nextcloud-version: [ 'master', 'stable32', 'stable31', 'stable30' ] + nextcloud-version: [ 'stable32', 'stable31', 'stable30' ] exclude: - php-version: '8.4' nextcloud-version: 'stable30' diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b22553e..93f8996f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. +## 2.4.0 - 2025-09-15 +### Changed +- Code refactoring under the hood +### Fixed +- Fix npm audit + ## 2.3.0 - 2025-08-19 ### Added - Support for Nextcloud 32 diff --git a/appinfo/info.xml b/appinfo/info.xml index 79410a9c..975b857d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Two-Factor WebAuthn WebAuthn two-factor provider A two-factor provider for WebAuthn devices - 2.4.0-dev.0 + 2.4.0 agpl Christoph Wurst Michael Blumenstein @@ -25,7 +25,7 @@ gmp - + diff --git a/package-lock.json b/package-lock.json index 5e0f60cb..f755e6af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twofactor_webauthn", - "version": "2.4.0-dev.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twofactor_webauthn", - "version": "2.4.0-dev.0", + "version": "2.4.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.2", diff --git a/package.json b/package.json index f0e80e27..c97098e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twofactor_webauthn", - "version": "2.4.0-dev.0", + "version": "2.4.0", "description": "WebAuthn second factor provider for Nextcloud", "private": true, "dependencies": {