Skip to content

Commit 67e72ea

Browse files
committed
prepare v4.0.0
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent fdb82ea commit 67e72ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 4.0.0
8+
9+
### Fixed
10+
11+
- Prevent using ID4ME routes if ID4ME is disabled @julien-nc
12+
713
## 1.3.5 – 2023-11-24
814

915
### Changed

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>OpenID Connect user backend</name>
55
<summary>Use an OpenID Connect backend to login to your Nextcloud</summary>
66
<description>Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description>
7-
<version>1.3.5</version>
7+
<version>4.0.0</version>
88
<licence>agpl</licence>
99
<author>Roeland Jago Douma</author>
1010
<author>Julius Härtl</author>
@@ -19,7 +19,7 @@
1919
<bugs>https://github.com/nextcloud/user_oidc/issues</bugs>
2020
<repository>https://github.com/nextcloud/user_oidc</repository>
2121
<dependencies>
22-
<nextcloud min-version="24" max-version="28"/>
22+
<nextcloud min-version="24" max-version="24"/>
2323
</dependencies>
2424
<settings>
2525
<admin>OCA\UserOIDC\Settings\AdminSettings</admin>

krankerl.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
before_cmds = [
33
"composer install --no-dev -o",
4-
"npm install",
4+
"npm ci",
55
"npm run build",
66
]

0 commit comments

Comments
 (0)