From d2a3b780076bf4aac2ddb3cbfbeda76deb40fbf2 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Fri, 19 Jul 2024 19:47:35 +0200 Subject: [PATCH] feat(developer): document new date of birth property on the profile Signed-off-by: Richard Steinmetz --- .../app_upgrade_guide/upgrade_to_30.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst index b11060a7599..6c74a0a9bc0 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst @@ -122,6 +122,7 @@ Added APIs - ``OCP\Calendar\Resource\IManager::update`` was added to update all resources from all backends right now. - ``OCP\App\IAppManager::BACKEND_CALDAV`` was added to represent the caldav backend dependency for ``isBackendRequired``. - ``OCP\App\IAppManager::isBackendRequired`` was added to check if at least one app requires a specific backend (currently only ``caldav``). +- ``OCP\Accounts\IAccountManager::PROPERTY_BIRTHDATE `` was added to allow users to configure their date of birth in their profiles. Changed APIs ^^^^^^^^^^^^