diff --git a/admin_manual/contents.rst b/admin_manual/contents.rst index e0789991a..9a580bafc 100644 --- a/admin_manual/contents.rst +++ b/admin_manual/contents.rst @@ -6,7 +6,7 @@ Table of contents :maxdepth: 2 index - release_notes + release_notes/index release_schedule installation/index configuration_server/index diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index 2794c197d..affd3b022 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -2,24 +2,4 @@ Release notes ============= -.. _critical-changes: - -Critical changes ----------------- - -Here you find all important infos about the new release before you upgrade. - -System requirements -^^^^^^^^^^^^^^^^^^^ - -* PHP8.2 is recommended over PHP8.1. - -Exposed system address book -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Nextcloud 27 exposes the :ref:`system address book`. Restrict the enumeration settings if your users should not see other users. - -Changelog ---------- - -See `the official changelog `_ for a complete list of changes. +The release notes have been split into :ref:`subpages per Nextcloud release`. diff --git a/admin_manual/release_notes/index.rst b/admin_manual/release_notes/index.rst new file mode 100644 index 000000000..22f833d8c --- /dev/null +++ b/admin_manual/release_notes/index.rst @@ -0,0 +1,14 @@ +============= +Release notes +============= + +.. _critical-changes: + +Once you've installed and configured your server, you will want to keep it up to date with the latest Nextcloud features. + +These sub pages will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing installations. + +.. toctree:: + :maxdepth: 1 + + upgrade_to_27.rst diff --git a/admin_manual/release_notes/upgrade_to_27.rst b/admin_manual/release_notes/upgrade_to_27.rst new file mode 100644 index 000000000..9b63a7ccb --- /dev/null +++ b/admin_manual/release_notes/upgrade_to_27.rst @@ -0,0 +1,18 @@ +======================= +Upgrade to Nextcloud 27 +======================= + +System requirements +^^^^^^^^^^^^^^^^^^^ + +* PHP8.2 is recommended over PHP8.1. + +Exposed system address book +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Nextcloud 27 exposes the :ref:`system address book`. Restrict the enumeration settings if your users should not see other users. + +Changelog +--------- + +See `the official changelog `_ for a complete list of changes.