Added cordova native to release notes
This commit is contained in:
parent
f1c59d6203
commit
aafbb4c62f
3 changed files with 14 additions and 12 deletions
|
@ -1,25 +1,21 @@
|
|||
ifeval::[{project_community}==true]
|
||||
== {project_name_full} 4.2.0.Final
|
||||
include::topics/4_2_0_final.adoc[leveloffset=2]
|
||||
|
||||
== {project_name_full} 4.1.0.Final
|
||||
include::topics/4_1_0_final.adoc[leveloffset=2]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_product}==true]
|
||||
== {project_name_full} 3
|
||||
include::topics/4_1_0_final.adoc[leveloffset=2]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
== {project_name_full} 4.0.0.Final
|
||||
include::topics/4_0_0_final.adoc[leveloffset=2]
|
||||
include::topics/4_0_0_beta3.adoc[leveloffset=2]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_product}==true]
|
||||
== {project_name_full} 2
|
||||
include::topics/4_0_0_final.adoc[leveloffset=2]
|
||||
== {project_name_full} CD3
|
||||
include::topics/4_1_0_final.adoc[leveloffset=2]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_product}==true]
|
||||
== {project_name_full} 1
|
||||
== {project_name_full} CD2
|
||||
include::topics/4_0_0_final.adoc[leveloffset=2]
|
||||
include::topics/4_0_0_beta3.adoc[leveloffset=2]
|
||||
endif::[]
|
|
@ -1,3 +1,3 @@
|
|||
= KEYCLOAK-7768 - Making Spring Boot 2 the default starter
|
||||
= Making Spring Boot 2 the default starter
|
||||
|
||||
Starting with release 4.1, the Spring Boot starter will be based on the Spring Boot 2 adapter. If you are using an older Spring Boot version, the keycloak-legacy-spring-boot-starter is available.
|
6
release_notes/topics/4_2_0_final.adoc
Normal file
6
release_notes/topics/4_2_0_final.adoc
Normal file
|
@ -0,0 +1,6 @@
|
|||
= Browser tab support for Cordova
|
||||
|
||||
We now have support for using browser tab and universal links in the JavaScript adapter for Cordova. This enables SSO
|
||||
between multiple applications as well as increases security.
|
||||
|
||||
Thanks to https://github.com/gtudan[gtudan] for the contribution.
|
Loading…
Reference in a new issue