Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update developer_manual/app_publishing_maintenance/app_upgrade_guide/…
…upgrade_to_32.rst

Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven and susnux committed May 22, 2025
commit b5f1f41b1221c8040c2ddb1a604277d00d56dece
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Upgrade to Nextcloud 32
General
-------

- A new ``tests/autoload.php`` file was added to server repository, that you can include in your app ``bootstrap.php`` file for tests, to be able to load the core ``\Test\TestCase`` class. You should remove any call to ``\OC::$loader `` in your code as this legacy loader is being removed. This new file is backported to branches stable31, stable30 and stable29, so if your application supports multiple Nextcloud major it should still work.
- A new ``tests/autoload.php`` file was added to server repository, that you can include in your app ``bootstrap.php`` file for tests, to be able to load the core ``\Test\TestCase`` class. You should remove any call to ``\OC::$loader`` in your code as this legacy loader is being removed. This new file is backported to branches stable31, stable30 and stable29, so if your application supports multiple Nextcloud major versions it should still work.

Front-end changes
-----------------
Expand Down