Skip to content

Commit

Permalink
prepare v1.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Feb 23, 2024
1 parent 2657254 commit 8b3a61a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.3.7

### Fixed

- Prevent using ID4ME routes if ID4ME is disabled @julien-nc

## [0.3.1] - 2021-02-02
### Fixed
- Make column explitly nullable
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>OpenID Connect user backend</name>
<summary>Use an openID connect backed to login to your Nextcloud</summary>
<description>Allow configuring an OIDC server as Nextcloud user backend.</description>
<version>0.3.2</version>
<version>1.3.7</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>UserOIDC</namespace>
Expand All @@ -18,7 +18,7 @@
<bugs>https://github.com/nextcloud/user_oidc/issues</bugs>
<repository>https://github.com/nextcloud/user_oidc</repository>
<dependencies>
<nextcloud min-version="18" max-version="21" />
<nextcloud min-version="18" max-version="19" />
</dependencies>
<settings>
<admin>OCA\UserOIDC\Settings\AdminSettings</admin>
Expand Down

0 comments on commit 8b3a61a

Please sign in to comment.