From 1378ba0df21e7013b3c9943663dd0d97703e8a45 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 8 Oct 2024 09:09:27 +0200 Subject: [PATCH] Changelog for 23.1.20241008 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index f6fc198fe8..1ff6ec1931 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.009'; $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.20240930'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20241008'; $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 d1ccc8e10b..c2a0f22182 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,9 @@ +egroupware-docker (23.1.20241008) hardy; urgency=low + + * Mail: fix not working drag-n-drop and context menu und lazy-loaded 2nd mail account + + -- Ralf Becker Tue, 08 Oct 2024 09:09:27 +0200 + egroupware-docker (23.1.20240930) hardy; urgency=low * PHP Security Update to 8.3.12 diff --git a/package.json b/package.json index 452bca1357..10627a19b5 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.20240930", + "version": "23.1.20241008", "repository": {}, "scripts": { "build": "rollup -c",