diff --git a/README.md b/README.md index 54c3a984..0acfb895 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d # Changelog highlights +## 9.2 + +Remove the `_retrocompat` option in the account theme dropdown and the `doBuildRetrocompatAccountTheme` build option. +`_retrocompat` was useless because `` works fine even on older Keycloak version. + +What you have to remember is that: + +- If you have no account theme: You can use the `retrocompat_*.jar` it will work on any Keycloak version. +- If you have an Account theme: Use `retrocompat_*.jar` only if your Keycloak is in a version prior to 23. + Keycloak 22 is not supported (Only login themes works in Keycloak 22). + ## 9.0 Bring back support for account themes in Keycloak v23 and up! [See issue](https://github.com/keycloakify/keycloakify/issues/389). diff --git a/package.json b/package.json index 15b6d336..9e548ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "9.1.12", + "version": "9.2.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",