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 c3255d7 commit 606a56eCopy full SHA for 606a56e
Changes
@@ -1,6 +1,6 @@
1
Revision history for SQL-Ledger, starting with version 3.0.0
2
3
-Not Released
+3.2.12.43 2024-05-21
4
- improved icons for links, uploads and downloads
5
- document upload checks for identical files in the archive
6
- document download distinguishes between images and other files
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.43rc";
+ $self->{version2} = "tekki 3.2.12.43";
131
$self->{dbversion2} = 43;
132
$self->{cssversion} = 42;
133
0 commit comments