mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +01:00
Changelog for 23.1.20250113
This commit is contained in:
parent
f565fc40cb
commit
fa9bc14855
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '23.1.011';
|
||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20241214';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20250113';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,21 @@
|
||||
egroupware-docker (23.1.20250113) hardy; urgency=low
|
||||
|
||||
* Mail: use account of selected From address to send mails, not the current open mailbox
|
||||
* Mail: prefer identity email over SMTP username for Return-Path header, if both are from the same domain
|
||||
* Addressbook: fix non-active accounts where visible for non-admins, if hidden accounts exist
|
||||
* All apps: merge-print of OpenDocument files now also replaces in header- and footer-lines or text-frames (styles.xml part of the document)
|
||||
* Tracker: Add 'View linked Time Sheet entries' action
|
||||
* Invoices (EPL): allow to use Invoices app as viewer for e-invoices in Mail (without rights for Invoices app itself)
|
||||
* Invoices (EPL): allow to select a mail template and directly mail invoice to buyer
|
||||
* Invoices (EPL): attach imported invoice pdf/xml to the imported invoice and link it with the seller
|
||||
* Invoices (EPL): allow to set and import product characteristics and country of origin
|
||||
* Invoices (EPL): display/import invoices in UBL XML syntax too (generated invoices use CII syntax)
|
||||
* Invoices (EPL): allow to download multiple invoices as PDF, XML or ZIP-archive
|
||||
* Invoices (EPL): allow to select "XML invoice", even if Collabora is available, e.g. for customers requesting XML over PDF
|
||||
* Invoices (EPL): additonally support UBL syntax for import or display, beside the already used CII syntax, used for creating invoices
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Mon, 13 Jan 2025 10:21:12 +0100
|
||||
|
||||
egroupware-docker (23.1.20241214) hardy; urgency=low
|
||||
|
||||
* LDAP/AD: bugfixes introduced by last maintenance release
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "EGroupware",
|
||||
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
||||
"license": "GPL-2.0",
|
||||
"version": "23.1.20241214",
|
||||
"version": "23.1.20250113",
|
||||
"repository": {},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
Loading…
Reference in New Issue
Block a user