mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Changelog for 23.1.20241214
This commit is contained in:
parent
cf211fae87
commit
65d5dc4707
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '23.1.010';
|
||||
$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.20241128';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20241214';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,15 @@
|
||||
egroupware-docker (23.1.20241214) hardy; urgency=low
|
||||
|
||||
* LDAP/AD: bugfixes introduced by last maintenance release
|
||||
* Mail: new microsoft app for oauth authentication for mail
|
||||
* ViDoTeach: display videos from swivl.com
|
||||
* API: removed not working themes, Standard and Fancy are the only ones now plus mobile device support
|
||||
* Import/Export: fix not working CSV import wizard
|
||||
* All apps: many fixes around new Bootstrap icons and the updated UI
|
||||
* Invoices: preview of new EPL app to write and import e-invoices (ZugFerd or XRechnung)
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Sat, 14 Dec 2024 11:17:20 +0100
|
||||
|
||||
egroupware-docker (23.1.20241128) hardy; urgency=low
|
||||
|
||||
* PHP: security update to 8.3.14
|
||||
|
@ -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.20241128",
|
||||
"version": "23.1.20241214",
|
||||
"repository": {},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
Loading…
Reference in New Issue
Block a user