Skip to content

v1.6.1 - Fix app enable on Nextcloud 34

Latest

Choose a tag to compare

@Rikdekker Rikdekker released this 14 Jun 15:35
· 3 commits to main since this release

What's New in v1.6.1

Bugfix release. IntraVox 1.6.0 declared Nextcloud 34 support but crashed on occ app:enable intravox:

Error: Call to undefined method OC\Server::getAppManager()

Nextcloud 34 removed the legacy \OC::$server->getXxx() getter shortcuts on OC\Server. This release replaces every removed getter with dependency injection of the stable OCP\* interfaces across 11 files, so a single codebase keeps working on Nextcloud 32, 33 and 34.

Verified end-to-end on NC 34.0.0.12: occ app:enable intravox now completes cleanly.

Fixes #58.

Full changelog: https://github.com/nextcloud/IntraVox/blob/main/CHANGELOG.md