From b33eb327f4e29e258e41348597a0da5e4d22ff3c 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 c6105ecd1..6f27f73c7 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 @@ -125,6 +125,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 ^^^^^^^^^^^^