Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin_manual/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Table of contents
:maxdepth: 2

index
release_notes
release_notes/index
release_schedule
installation/index
configuration_server/index
Expand Down
22 changes: 1 addition & 21 deletions admin_manual/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<system-address-book>`. Restrict the enumeration settings if your users should not see other users.

Changelog
---------

See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.
The release notes have been split into :ref:`subpages per Nextcloud release<critical-changes>`.
14 changes: 14 additions & 0 deletions admin_manual/release_notes/index.rst
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions admin_manual/release_notes/upgrade_to_27.rst
Original file line number Diff line number Diff line change
@@ -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<system-address-book>`. Restrict the enumeration settings if your users should not see other users.

Changelog
---------

See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.