Skip to content

Commit 055b591

Browse files
committed
Bump version to 4.0.7.
1 parent 6a57f3d commit 055b591

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Changes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Revision history for SQL-Ledger, starting with version 3.0.0
22

3-
Not Released
4-
-
3+
4.0.7 2026-03-14
4+
- helping notes can be added to every page (disabled helpref function
5+
activated and rewritten)
6+
- Turkish translation updated
7+
- configurable stylesheet for login and admin page
8+
- consolidation of orders and invoices corrected
9+
- and again some uninitialized variables corrected
510

611
4.0.6 2026-03-01
712
- resource planning report

SL/Form.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ sub new ($type, $userspath = '') {
134134

135135
$self->{charset} = 'UTF-8';
136136

137-
$self->{version} = '4.0.7_01';
137+
$self->{version} = '4.0.7';
138138
$self->{dbversion} = '4.0.0';
139139
$self->{cssversion} = 407;
140140

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.6
1+
4.0.7

0 commit comments

Comments
 (0)