Skip to content
Merged
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
11 changes: 11 additions & 0 deletions developer_manual/release_notes/critical_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ Updated PHP requirements

The support for PHP 8.2 has been dropped, the minimum supported PHP version of Nextcloud 35 is now 8.3.

Updated 3rd party libraries
---------------------------

phpseclib 3.0
^^^^^^^^^^^^^

The ``phpseclib`` library has been updated from version 2 to version 3.
This is a breaking change, apps that rely on the library need to update to the new version,
this includes a new namespace (``\phpseclib3``).
Changes can be found on the `library's website <https://phpseclib.com/docs/why#phpseclib-30-vs-phspeclib-10--20>`__.

Updated database requirements
-----------------------------

Expand Down
Loading