We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04f3aa commit 271e2fcCopy full SHA for 271e2fc
Changes
@@ -1,6 +1,6 @@
1
Revision history for SQL-Ledger, starting with version 3.0.0
2
3
-Not Released
+3.2.12.57 2025-05-10
4
- re-authentication with MFA is now possible
5
- login to API accepts time-based one-time password
6
- notes in customers, vendors and employees adapt their size to the content
SL/Form.pm
@@ -127,7 +127,7 @@ sub new {
127
128
$self->{version} = "3.2.12";
129
$self->{dbversion} = "3.2.4";
130
- $self->{version2} = "tekki 3.2.12.56";
+ $self->{version2} = "tekki 3.2.12.57";
131
$self->{dbversion2} = 49;
132
$self->{cssversion} = 53;
133
0 commit comments