diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 16ffbff7a6..2509a77d0c 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -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.20241008'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20241111'; $setup_info['api']['enable'] = 3; $setup_info['api']['app_order'] = 1; $setup_info['api']['license'] = 'GPL'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index c2a0f22182..ed4b6d387b 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,18 @@ +egroupware-docker (23.1.20241111) hardy; urgency=low + + * All apps: new icons based on Bootstrap icons + * All apps: new "fancy" theme, which can be enabled in user general preferences + * Admin: allow to mark users as hidden, to show them only to admins e.g. to hide functional users from regular users + * Status, Addressbook: preference to use first letters of username for avatar instead of initials + * Addressbook: show username for accounts as a column in the list too + * Addressbook: change title and role to 128 characters + * Mail: explicitly allow data-uris of arbitrary length for images (were shown as red questionmark, when longer then 800 chars) + * Mail: fix Sieve editor considers mail body rules wrongly as unconditional, if there are more than one rule + * All apps: fix private custom-fields were shown independent of entry type-filter, if user was allowed to see the field + * EPL/Mail/SpamTitan: allow admins to white- or blacklist for all users / whole domain + + -- Ralf Becker Mon, 11 Nov 2024 08:56:59 +0100 + egroupware-docker (23.1.20241008) hardy; urgency=low * Mail: fix not working drag-n-drop and context menu und lazy-loaded 2nd mail account diff --git a/package.json b/package.json index 10627a19b5..aaec10ba14 100644 --- a/package.json +++ b/package.json @@ -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.20241008", + "version": "23.1.20241111", "repository": {}, "scripts": { "build": "rollup -c",