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 `_. Back-end changes ---------------- -christophwurst/nextcloud replaced -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +``christophwurst/nextcloud`` replaced +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The `christophwurst/nextcloud `_ composer package was replaced with a now Nextcloud owned `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 `_ -which updates the packages every sunday, so you can make sure your app is still compatible with the latest OCP. Changed APIs ^^^^^^^^^^^^