-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Nextcloud 14 #62
Comments
Thanks for this information. I will start working on the Nextcloud 14 implementation when i'm back from my vacation. |
@juliushaertl When checking my app with |
As Nextcloud 14 has PHP 7.0 as its lowest supported version, we actually test with that to make sure it is still compatible. If you actually want to support just 7.1 and above you can obmit the syntax check and just go with |
@juliushaertl I tried the command, but it still does not work. I think the simple reason for that is that Nextcloud uses PhpParser 1.4.1 which was released before PHP 7.0 and definitely can't read PHP 7.1 syntax like Is it ok for you if i open an issue to upgrade this for Nextcloud 15? |
@marius-wieschollek It should be fine to bump the version in the server since PhPParser 4.0.4 also works on the lowest server supported PHP version. Feel free to open an issue for that. |
Hi,
as you may have already seen, we have entered the beta phase for the release of Nextcloud 14. We try to keep up compatibility with older apps, but in some cases apps need some adjustments to properly work on new Nextcloud releases. With Nextcloud 14 there have been quite some changes in that regard:
You can find a list of all critical changes for app developers and admins at nextcloud/server#7827 You can run
occ app:check-code
to validate that there are no issues with deprecated or private message calls.I've found that you already recognized the changes in the layout at https://git.mdns.eu/nextcloud/passwords/issues/19, so nextcloud/server#9982 should give you some hints on what you need to change.
We would be very pleased if you can make your app compatible with Nextcloud 14 and release a new version to the app store, so that users can properly test it and the upgrade experience to Nextcloud 14 will be even better than before.
Feel free to ask, if you have any questions regarding making your app compatible with Nextcloud 14.
Btw. you might have seen that starting August 25, the Nextcloud Conference takes place at the familiar TU Berlin. (https://nextcloud.com/conf/)! We'd like all contributors to be there and that most certainly includes you. You might already have registered but if you haven't - please consider joining us!
Thanks for being part of the Nextcloud community and for all the effort you put into providing this app 🚀
The text was updated successfully, but these errors were encountered: