From e31fef495e7d76d882fd973349db533b4e7aa258 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:31:22 -0500 Subject: [PATCH] chore(apps): update v31 AppAPI CR note Signed-off-by: Josh [skip ci] --- admin_manual/release_notes/upgrade_to_31.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/admin_manual/release_notes/upgrade_to_31.rst b/admin_manual/release_notes/upgrade_to_31.rst index 4967f4a43..5948de774 100644 --- a/admin_manual/release_notes/upgrade_to_31.rst +++ b/admin_manual/release_notes/upgrade_to_31.rst @@ -52,12 +52,11 @@ Previews Starting with Nextcloud 31.0.10, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons. See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider. - -AppApi (app_app) is now a default app +AppAPI (app_api) is now a default app ------------------------------------- -Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` for details. +Starting with Nextcloud 30.0.1, the AppAPI app is included and enabled by default. See :doc:`../exapps_management/index` for details. -This app can be disabled in the standard manner via the *Apps* menu if you do not expect to use AppApi integrations in the near future. +You can disable this app in the standard manner via the *Apps* menu if you do not expect to use AppAPI integrations in the near future. -When it is disabled, other apps thet depend on AppApi will not be visible in the app store. AppApi related setup checks will also be deactivated. +If AppAPI is disabled, other apps that depend on it will not be visible in the app store. AppAPI-related setup checks will also be deactivated.