Changelog for 23.1.20241214

This commit is contained in:
ralf 2024-12-14 11:17:20 +01:00
parent cf211fae87
commit 65d5dc4707
3 changed files with 14 additions and 2 deletions

View File

@ -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';

View File

@ -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

View File

@ -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",