Releases: emweb/jwt
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.
JWt 4.10.3
JWt 4.10.3 is a patch release. Check the release notes for more info.
JWt 4.10.2
JWt 4.10.2 is a patch release. Check the release notes for more info.
JWt 4.10.1
JWt 4.10.1 is a patch release. Check the release notes for more info.
JWt 4.10.0
JWt 4.10.0 mainly consists of new features that provide some convenience and a back-end improvement.
JWt 4.9.2
JWt 4.9.2 is a patch release. Check the release notes for more info.
JWt 4.9.1
JWt 4.9.1 is a patch release. Check the release notes for more info.
JWt 4.9.0
JWt 4.9.0 features a lot of changes under the hood: we have painstakingly removed jQuery from JWt, modernized the JavaScript, and added a linter, formatter, and a new minifier in the process.
Also, now that we added some tooling to customize WBootstrap5Theme, the widget gallery's primary color was updated to be more in line with JWt's website.