Skip to content

Commit 870c2a8

Browse files
ryckseldy
andauthored
Prepare 18.0.8 (#35299)
* Prepare 18.0.8 * Update filefunc.inc.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
1 parent 01aa901 commit 870c2a8

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

ChangeLog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
English Dolibarr ChangeLog
33
--------------------------------------------------------------
44

5+
***** ChangeLog for 18.0.8 compared to 18.0.7 *****
6+
35 files changed, 647 insertions(+), 298 deletions(-)
7+
8+
FIX: #34746 - More complete fix for CVE-2024-40137
9+
FIX: Correct the calculation of the amount of the current period between the period provided (#35083)
10+
FIX: Add security test for show terminal selection if no terminal selected when invoice.php is call (#34717)
11+
FIX: Add security test for show terminal selection if no terminal selected when invoice.php is call
12+
FIX: missing quick edit for extrafields (baclport commit 4fc66c6) (#35160)
13+
FIX: Missing sentence part (#35144)
14+
FIX: set global mysoc and load langs in API access (#35041)
15+
FIX: set global mysoc and load langs in API access
16+
FIX: reset mysoc and langs only if entity of API has changed
17+
FIX: accountancy general ledger: bad handling of hook return (#34029)
18+
FIX: accountancy general ledger: bad handling of hook return
19+
FIX: accountancy balance: bad handling of hook return
20+
FIX: - Fix missing token for disable custom group category for compta report (page /htdocs/accountancy/admin/categories_list.php) (#35084)
21+
FIX: The combo of custom groups has disappeared (backport v19) (#35016)
22+
FIX: #34893 (#34897)
23+
FIX: #34893
24+
FIX: change error code to USERNOTALLOWEDTOCHANGEPASS
25+
FIX: asset: could not select invoice in disposal pop-in (#34725)
26+
FIX: 17.0 SQL syntax error and/or constraint error when calling Facture::update() after a clone (e.g. in a trigger) (#34778)
27+
FIX: 17.0: when you clone an invoice that was created from a template invoice, the clone should not be linked to the template invoice (#34777)
28+
FIX: pre-send mail mass action: keep __EMAIL__ substitution (#34522)
29+
FIX: pre-send mail mass action: keep __EMAIL__ substitution
30+
FIX: comment
31+
FIX: massaction email tpl: keep preset
32+
FIX: loop interrupt if an error occurs in sendEmailsRemindersOnInvoiceDueDate (#34657)
33+
FIX: #34654
34+
535
***** ChangeLog for 18.0.7 compared to 18.0.6 *****
636
138 files changed, 1622 insertions(+), 530 deletions(-)
737

htdocs/filefunc.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
define('DOL_APPLICATION_TITLE', 'Dolibarr');
3535
}
3636
if (!defined('DOL_VERSION')) {
37-
define('DOL_VERSION', '18.0.7'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
37+
define('DOL_VERSION', '18.0.8'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
3838
}
3939

4040
if (!defined('EURO')) {

0 commit comments

Comments
 (0)