keycloakify 11.3.2 → 11.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/bin/main.js +1 -1
- package/package.json +1 -1
- package/src/bin/main.ts +1 -1
package/README.md
CHANGED
@@ -43,6 +43,11 @@
|
|
43
43
|
|
44
44
|
Keycloakify is fully compatible with Keycloak from version 11 to 26...[and beyond](https://github.com/keycloakify/keycloakify/discussions/346#discussioncomment-5889791)
|
45
45
|
|
46
|
+
> 📣 **Keycloakify 26 Released**
|
47
|
+
> Themes built with Keycloakify versions **prior** to Keycloak 26 are **incompatible** with Keycloak 26.
|
48
|
+
> To ensure compatibility, simply upgrade to the latest Keycloakify version for your major release (v10 or v11) and rebuild your theme.
|
49
|
+
> No breaking changes have been introduced, but the target version ranges have been updated. For more details, see [this guide](https://docs.keycloakify.dev/targeting-specific-keycloak-versions).
|
50
|
+
|
46
51
|
## Sponsors
|
47
52
|
|
48
53
|
Friends for the project, we trust and recommend their services.
|
package/bin/main.js
CHANGED
@@ -16244,7 +16244,7 @@ program
|
|
16244
16244
|
});
|
16245
16245
|
program
|
16246
16246
|
.command({
|
16247
|
-
name: "initialize-
|
16247
|
+
name: "initialize-email-theme",
|
16248
16248
|
description: "Initialize an email theme."
|
16249
16249
|
})
|
16250
16250
|
.task({
|
package/package.json
CHANGED