Bump version

This commit is contained in:
Joseph Garrone 2024-01-26 04:09:54 +01:00
parent 7d9130b2af
commit 33b7bb6184
2 changed files with 12 additions and 1 deletions

@ -125,6 +125,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
# Changelog highlights
## 9.2
Remove the `<your theme name>_retrocompat` option in the account theme dropdown and the `doBuildRetrocompatAccountTheme` build option.
`<your theme name>_retrocompat` was useless because `<rout theme name>` 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).

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "9.1.12",
"version": "9.2.0",
"description": "Create Keycloak themes using React",
"repository": {
"type": "git",