westberliner / checksum

Plugin for Nextcloud and ownCloud to create hashes of files.
GNU General Public License v3.0
29 stars 15 forks source link

Apps is not compatible to Nextcloud 13.0.0 and cannot be activated #27

Closed Wikinaut closed 6 years ago

Wikinaut commented 6 years ago

pls. fix this.

twocoolbeans commented 6 years ago

Edit nextcloud-server/apps/checksum/appinfo/info.xml

    <dependencies>
        <nextcloud min-version="9" max-version="13" />
    </dependencies>

Then activate the app.

Wikinaut commented 6 years ago

The issue appears to be solved now.