diff --git a/admin_manual/release_notes/upgrade_to_27.rst b/admin_manual/release_notes/upgrade_to_27.rst index bad60a270..e78f38673 100644 --- a/admin_manual/release_notes/upgrade_to_27.rst +++ b/admin_manual/release_notes/upgrade_to_27.rst @@ -11,4 +11,9 @@ System requirements Exposed system address book --------------------------- -Nextcloud 27 exposes the :ref:`system address book`. Restrict the enumeration settings if your users should not see other users. \ No newline at end of file +Nextcloud 27 exposes the :ref:`system address book`. Restrict the enumeration settings if your users should not see other users. + +Web server configuration +------------------------ + +* The recommended :ref:`nginx configuration` changed as Nextcloud now supports module javascript with the ``.mjs`` extension, make sure to add this extension to the list of static files. diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst index 333143200..e58eb626c 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst @@ -22,6 +22,11 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 27. Front-end changes ----------------- +General +^^^^^^^ + +* With Nextcloud 27 you can also provide module javascript files with the ``.mjs`` file extension. For backwards compatibilty you can provide files with the same name but the ``.js`` file extension which will be loaded for Nextcloud versions before 27. + Added APIs ^^^^^^^^^^