Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-08 14:26:36 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-08 14:26:36 +0300
commit529d7712e685b0d96753eed2252381cee3e6f9a8 (patch)
tree6f8fcf297aaa6af1af2cc856befd41cf14b5c5cc
parent32b9699b7f274bbdac0611c13f2a9cd67e0c6912 (diff)
Make upgrade docs more relevant
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst
index 938185eef..3609c5a2b 100644
--- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst
+++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst
@@ -42,15 +42,12 @@ See `Github issue <https://github.com/nextcloud/server/pull/34081>`_.
Back-end changes
----------------
-christophwurst/nextcloud replaced
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+``christophwurst/nextcloud`` replaced
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The `christophwurst/nextcloud <https://packagist.org/packages/christophwurst/nextcloud>`_ composer package was replaced
with a now Nextcloud owned `nextcloud/ocp <https://packagist.org/packages/nextcloud/ocp>`_ package. The content is the
same and all older versions were generated, so you can transition right away no matter which versions you support.
-We also have a GitHub Actions cron job template available at
-`https://github.com/nextcloud/.github/blob/master/workflow-templates/update-nextcloud-ocp.yml <https://github.com/nextcloud/.github/blob/master/workflow-templates/update-nextcloud-ocp.yml>`_
-which updates the packages every sunday, so you can make sure your app is still compatible with the latest OCP.
Changed APIs
^^^^^^^^^^^^