Skip to content

Releases: emweb/jwt

JWt 4.11.1

05 Nov 10:59
Compare
Choose a tag to compare

JWt 4.11.1 is a patch release. Check the release notes for more info.

JWt 4.11.0

02 Oct 13:28
Compare
Choose a tag to compare

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

06 Mar 11:54
Compare
Choose a tag to compare

JWt 4.10.4 is a patch release. Check the release notes for more info.

JWt 4.10.3

20 Dec 09:00
Compare
Choose a tag to compare

JWt 4.10.3 is a patch release. Check the release notes for more info.

JWt 4.10.2

09 Nov 13:15
Compare
Choose a tag to compare

JWt 4.10.2 is a patch release. Check the release notes for more info.

JWt 4.10.1

20 Sep 10:42
Compare
Choose a tag to compare

JWt 4.10.1 is a patch release. Check the release notes for more info.

JWt 4.10.0

31 May 10:14
Compare
Choose a tag to compare

JWt 4.10.0 mainly consists of new features that provide some convenience and a back-end improvement.

JWt 4.9.2

20 Apr 12:25
05a5e1a
Compare
Choose a tag to compare

JWt 4.9.2 is a patch release. Check the release notes for more info.

JWt 4.9.1

20 Jan 10:50
f47785d
Compare
Choose a tag to compare

JWt 4.9.1 is a patch release. Check the release notes for more info.

JWt 4.9.0

22 Dec 16:54
4d12cc4
Compare
Choose a tag to compare

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.