Skip to content

Commit

Permalink
Make new version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Dec 9, 2024
1 parent faaaf6e commit 4d0da86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Although ORCID can be configured as an OpenID Connect Identity Provider, the cur

## Compatibility

Version 1.1.0 is compatible with Keycloak version 18.0.0 .
Version 1.3.0 is compatible with Keycloak version 22.0.0 .
Version `1.1.0` is compatible with Keycloak version `18`.
Version `1.3.0` is compatible with Keycloak version `22`-`24`.
Version `1.4.0` is compatible with Keycloak version `25`-`26`.

## Installation

Expand All @@ -34,7 +35,7 @@ The plugin installation is simple and can be done without a Keycloak server rest
* For Keycloak X, copy the jar in the directory 'providers' of your Keycloak server's root. For old Keycloak in wildfly, copy the JAR file into the `standalone/deployments` directory of your Keycloak server's root.
* Restart Keycloak (optional, hot deployment should work)

Build with command : mvn clean install
Build with command : `mvn clean install`

## How to use it

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-orcid</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>

<name>${project.artifactId}</name>
<description>ORCID as Social Provider in Keycloak</description>
Expand Down

0 comments on commit 4d0da86

Please sign in to comment.