Releases: emweb/jwt
JWt 4.12.3
JWt 4.12.3 is a patch release. Check the release notes for more info.
JWt 4.12.2
JWt 4.12.2 is a patch release. Check the release notes for more info.
JWt 4.12.1
JWt 4.12.1 is a patch release. Check the release notes for more info.
JWt 4.12.0
JWt 4.12.0 is a major release that includes the ability to:
- add Popups and Tooltips to WLeafletMaps
- make all items on the
WLeafletMapmore interactive - render out WDateEdit and WTimeEdit as native widgets
- add support for newer TinyMCE (5/6/7/8) versions
JWt 4.11.4
JWt 4.11.4 is a patch release. Check the release notes for more info.
JWt 4.11.3
JWt 4.11.3 is a patch release. Check the release notes for more info.
JWt 4.11.2
JWt 4.11.2 is a patch release. Check the release notes for more info.
JWt 4.11.1
JWt 4.11.1 is a patch release. Check the release notes for more info.
JWt 4.11.0
Wt 4.11.0 is a major release that includes the ability to enable MFA for authentication. JWt is now able to support MFA in its authentication system. It is easily enabled with a single call to AuthService::setMfaProvider(). By default an implementation for TOTP is included. This offers a way to enable an additional layer of security for your applications. Instead of remembering a single password, users can be made to enter a short code that changes often, as an additional authentication step. Developers are also able to implement this feature in any way they see fit via the interface AbstractMfaProcess.
JWt 4.10.4
JWt 4.10.4 is a patch release. Check the release notes for more info.